Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add CPack, Runtime driver selection, various fixes #9

Merged
merged 4 commits into from
Dec 29, 2023
Merged

Conversation

ad3154
Copy link
Member

@ad3154 ad3154 commented Dec 28, 2023

What's new

  • Added the ability to select CAN driver at runtime on Windows.
  • Added the ability to change the socket CAN interface at runtime on Linux.
  • Updated the README with lots of information.
  • Added a way to control the auto-start behavior of the VT.
  • Saved some more hardware settings to the config file.
  • Allow starting/stopping the CAN hardware interface. Defaults to stopped now unless the auto-start option is set.
  • Add CPack support for DEB, DMG, and NSIS.
    • Now we can distribute the .exe installer for windows, the .dmg installer for OSX, and .deb installers for Linux.
  • Fixed build issues related to process_macro.
  • Set version information to 1.0.0
  • Fixed a condition where working set icons might not correspond properly to their associated object pool when clicking them.
  • Update builds to generate packages instead of executables. See here for example with artifacts from Windows, OSX, and two versions of Ubuntu.
  • Fixed frame handlers being removed and not re-added after the hardware interface was stopped.
  • Changed the order of how we manage working set activation to avoid a possible deadlock between the Juce message thread and the callback mutex.
  • Fixed accidentally drawing timed-out working set icons.

@ad3154 ad3154 requested a review from GwnDaan December 28, 2023 22:59
@ad3154 ad3154 self-assigned this Dec 28, 2023
@ad3154 ad3154 linked an issue Dec 28, 2023 that may be closed by this pull request
Added the ability to select CAN driver at runtime on Windows.
Added the ability to change the socket CAN interface at runtime on Linux.
Updated the README.
Added a way to control the auto-start behavior of the VT.
Saved some more hardware settings to the config file.
Allow starting/stopping the CAN hardware interface.
Add CPack support for DEB, DMG, and NSIS.
Fixed build issues related to process_macro.
Set version information to 1.0.0
… to be a selectable working set

Fixed a condition where working set icons might not correspond properly
to their associated object pool when clicking them.
Fixed frame handlers being removed and not re-added after the hardware interface was stopped.
Changed the order of how we manage working set activation to avoid a possible deadlock between the Juce message thread and the callback mutex.
Fixed issue with windows executable not being packaged into installer.
Fixed accidentally drawing timed-out working set icons.
Clarified start instructions.
@ad3154 ad3154 merged commit 08aa8cf into main Dec 29, 2023
4 checks passed
@ad3154 ad3154 deleted the adrian/cpack branch December 29, 2023 20:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make CAN driver selection configurable
2 participants