Releases: nullptr-deref/GuardianBot
Releases · nullptr-deref/GuardianBot
Update 0.3 out!
This update delivers huge code and functionality improvements which are the following:
- command line argument parser is now more agile, scalable and powerful, supporting compile time checks for expected arguments and producing convenient error messages if something goes wrong
- finally got rid of RealSense camera support in order to add even wider range of different cameras can be controlled by OpenCV VideoCapture class
- integrated profiler into application and added convenient macro which enables building with or without profiling
- overall performance of the application is increased
- fixed #6 and #8 issues (random crashes for no reason and COM port command tool fix)
- started migration to C++20 (at least replaced static assertions with concepts)
- integrated logger into application
- fix camera in-window video sequence stretching - made it dependent on camera's source resolution
Build system upgrade
In this release I didn't deliver any functionality improvements but fundamentally rewrote build system so now there is no more strange build manipulations.
Release Notes
- Migrated build system from CMake ExternalProject to conan+CMake bundle