Releases: DieTime/c-flags
Releases · DieTime/c-flags
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
v1.5.6
Updates
- Add SPDX license to the source files
- Update LICENSE
- Update README.md
v1.5.5
Fixes
- Use default values for bool and strings in usage message
- Use static inline functions in single-header version
v.1.5.4
Build system changes
CI
- Add two types of libraries to github actions workflow
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
v1.5.1
Build system changes
- Added build in static library mode
v.1.4.0
Compatibility changes
- Removed macro for outputting bold text to support MSVC and text files
v1.3.0
Compatibility changes
- Removed support for
ssize_t
type out of the box to support MSVC