-
Notifications
You must be signed in to change notification settings - Fork 2
Releases: DieTime/c-flags
Releases · DieTime/c-flags
1.5.10
Assets 2
1.5.9
Assets 2
1.5.8
Updates
- Make it possible to build a project without a C++ compiler
Fixes
- Use default values for bool and strings in usage message
- Use static inline functions in single-header version
Full Changelog: 1.5.6...1.5.8
Assets 2
v1.5.6
Updates
- Add SPDX license to the source files
- Update LICENSE
- Update README.md
Assets 2
v1.5.5
Fixes
- Use default values for bool and strings in usage message
- Use static inline functions in single-header version
Assets 2
v.1.5.4
Build system changes
- Refactor symbols export
CI
- Add two types of libraries to github actions workflow
Assets 2
v1.5.3
Compatibility changes
- Added support for Windows MSVC and MinGW compiler
Build system changes
- Provide library type according to meson configuration, instead of building both static and dynamic libraries
Assets 2
v1.5.2
Build system changes
- Use gtest from wrapdb
Assets 2
v1.5.1
Build system changes
- Added build in static library mode
Assets 2
v1.5.0
API Changes
-
The
c_flags_add_info()method has been split into two separate functions:c_flags_set_application_name()c_flags_set_positional_args_description()
-
Added
c_flags_set_description()method