Skip to content

Releases: bialger/ArgParser

Saifur Rahman

28 Aug 16:34
25d188a

Choose a tag to compare

  • Major code refactoring
  • Improved performance

Saifur Rahman

27 Aug 11:55
08595e8

Choose a tag to compare

  • Switched to std::string_view from const char* where possible
  • Refactored code

Thomas Coughlin

16 Aug 22:56
c233f79

Choose a tag to compare

  • Added aliases for custom argument types
  • Refactored code

Thomas Coughlin

16 Aug 14:58
d473a82

Choose a tag to compare

  • Added concepts
  • Added macros for convenient adding of new parsing types without breaking logics of the program

Louis Pouzin

13 Aug 23:19
2a660b5

Choose a tag to compare

Fixes in project structure: inline functions from .inl reworked to normal .cpp, some naming changes.

Louis Pouzin

12 Aug 10:24
a7349ef

Choose a tag to compare

This release is the first release of the library with good CMake FetchContent support.

Richard Matthew Stallman

02 Aug 12:03
28b7d0c

Choose a tag to compare

First major version of the library