summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/cli11/cli11_2.3.1.bb
Commit message (Collapse)AuthorAgeFilesLines
* cli11: upgrade 2.3.1 -> 2.3.2Wang Mingyu2023-01-111-25/+0
| | | | | | | | | | | | | | | | | | | | Changelog: =========== - Bugfix: Consistently use ADL for 'lexical_cast', making it easier to extend for custom template types [#820][] - Bugfix: Tweak the parsing of files for flags with 'disable_flag_override' [#800][] - Bugfix: Handle out of bounds long long [#807][] - Bugfix: Spacing of 'make_description' min option output [#808][] - Bugfix: Print last parsed subcommand's help message [#822][] - Bugfix: Avoid floating point warning in GCC 12 [#803][] - Bugfix: Fix a few gcc warnings [#813][] - Backend: Max CMake tested 3.22 -> 3.24 [#823][] License-Update: Copyright updated to 2023. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cli11: upgrade 2.3.0 -> 2.3.1Wang Mingyu2022-11-071-0/+25
Changelog: ========== Bugfix: App::get_option_group implementation missing #793 Bugfix: Fix spacing when setting an empty footer #796 Bugfix: Address Klocwork static analysis checking issues #785 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>