forked from pool/cxxopts
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/cxxopts?expand=0&rev=9
43 lines
1.7 KiB
Plaintext
43 lines
1.7 KiB
Plaintext
-------------------------------------------------------------------
|
|
Thu Apr 17 17:08:04 UTC 2025 - Andreas Stieger <andreas.stieger@gmx.de>
|
|
|
|
- fix build with cmake 4 (boo#1239788) cxxopts-3.2.1-cmake4.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Mar 24 13:35:56 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update to 3.2.1:
|
|
* Fix compilation with optional on C++20.
|
|
* Fix unannotated fallthrough.
|
|
* Fix sign conversion with Unicode output.
|
|
* Don't initialize regex in static initialiser.
|
|
* Fix incorrect integer overflow checks.
|
|
* Change quote output to '' to match Windows.
|
|
* Don't split positional arguments by the list delimiter.
|
|
* Order help groups by the order they were added.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Apr 7 12:41:07 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update to 3.1.1:
|
|
* Fixed version number in header.
|
|
* Support for multiple long names for the same option (=
|
|
multiple long aliases)
|
|
* Add a `program()` function to retrieve the program name.
|
|
* Added a .clang-format file.
|
|
* Added iterator and printing for a ParseResult.
|
|
* Cleanup exception code, add cxxopts::exceptions namespace.
|
|
* Fix `arguments()` having no key for options that only have a
|
|
short name.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Oct 14 10:04:26 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
- Update descriptions with limitations.
|
|
- Trim macros from URL: line (for copy-pasting with mouse).
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Dec 4 06:17:35 UTC 2021 - Luigi Baldoni <aloisio@gmx.com>
|
|
|
|
- Initial package (v3.0.0)
|