v0.2.0
This release includes new features and updates in the following CMake projects: cmake_utils
, cpp_utils
, and dev-utils
.
This release includes the following features in dev-utils
project:
- dev_utils package with tools for programmers to help in implementation process
- Code auto-generator for Custom Enumerations.
This release includes the following features in cpp-utils
project:
- Logging module: simplify and fixed TSAN issues
- Math module: new Random Manager class
- Types module: new Singleton Auxiliary class
This release includes the following features in cmake-utils
project:
- Support minimum version requirement when finding a package.
This release includes the following Continuous-Integration features:
- Address Sanitizer check for all tests.
- Thread Sanitizer check for all tests.
-Wall
warning level for CI.- Add Python linter check in CI.