Skip to content

Releases: DieTime/c-flags

1.5.8

15 Mar 18:47
Compare
Choose a tag to compare

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

12 Sep 15:21
Compare
Choose a tag to compare

Updates

  • Add SPDX license to the source files
  • Update LICENSE
  • Update README.md

v1.5.5

12 Sep 15:01
Compare
Choose a tag to compare

Fixes

  • Use default values ​​for bool and strings in usage message
  • Use static inline functions in single-header version

v.1.5.4

14 Mar 22:39
Compare
Choose a tag to compare

Build system changes

  • Refactor symbols export

CI

  • Add two types of libraries to github actions workflow

v1.5.3

11 Mar 07:57
Compare
Choose a tag to compare

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.2

01 Mar 00:01
Compare
Choose a tag to compare

Build system changes

  • Use gtest from wrapdb

v1.5.1

28 Feb 23:03
Compare
Choose a tag to compare

Build system changes

  • Added build in static library mode

v1.5.0

28 Feb 22:41
Compare
Choose a tag to compare

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

v.1.4.0

28 Feb 22:37
Compare
Choose a tag to compare

Compatibility changes

  • Removed macro for outputting bold text to support MSVC and text files

v1.3.0

28 Feb 22:35
Compare
Choose a tag to compare

Compatibility changes

  • Removed support for ssize_t type out of the box to support MSVC