-
Notifications
You must be signed in to change notification settings - Fork 386
Comparing changes
Open a pull request
base repository: CLIUtils/CLI11
base: v2.3.1
head repository: CLIUtils/CLI11
compare: v2.3.2
- 13 commits
- 89 files changed
- 7 contributors
Commits on Nov 21, 2022
-
* Update TypeTools.hpp fix #802 by using checking `std::ceil(val) == std::floor(val)` instead of `val == static_cast<std::int64_t>(val)` to avoid warnings- * style: pre-commit.ci fixes Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for b16c8c8 - Browse repository at this point
Copy the full SHA b16c8c8View commit details
Commits on Nov 30, 2022
-
chore(deps): pre-commit.ci autoupdate (#799)
* chore(deps): pre-commit.ci autoupdate updates: - [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.4.0](pre-commit/pre-commit-hooks@v4.3.0...v4.4.0) - [github.com/pre-commit/mirrors-clang-format: v14.0.6 → v15.0.4](pre-commit/mirrors-clang-format@v14.0.6...v15.0.4) - [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.3 → v3.0.0-alpha.4](pre-commit/mirrors-prettier@v3.0.0-alpha.3...v3.0.0-alpha.4) * style: pre-commit.ci fixes Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 788c3f5 - Browse repository at this point
Copy the full SHA 788c3f5View commit details -
fix: make_description min option output (#808)
Include spacing between the number of minimum options required and the rest of the description.
Configuration menu - View commit details
-
Copy full SHA for 8f8344b - Browse repository at this point
Copy the full SHA 8f8344bView commit details -
test for out of bounds long long (#807)
* test for out of bounds long long * style: pre-commit.ci fixes * change to use std types * style: pre-commit.ci fixes Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ca9a128 - Browse repository at this point
Copy the full SHA ca9a128View commit details -
tweak the parsing of files for flags with disable_flag_override (#800)
* tweak the parsing of files for flags with disable_flag_override, basically allow true as a valid value to be interpreted as the default in that case * style: pre-commit.ci fixes Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 71755e4 - Browse repository at this point
Copy the full SHA 71755e4View commit details
Commits on Dec 10, 2022
-
fix: some GCC warnings and update codecov (#813)
* add some warning for GCC output * fix some warnings * style: pre-commit.ci fixes * update ubuntu image used for cmake tests so it doesn't auto transition to 22.04 * try a few more warning flags * install the correct files * style: pre-commit.ci fixes * fix install files * add a few more things to pre-commit * try a fix for codacy * another try at codecov * more coverage tweaks Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 75b19db - Browse repository at this point
Copy the full SHA 75b19dbView commit details
Commits on Dec 13, 2022
-
chore(deps): pre-commit.ci autoupdate (#815)
updates: - [github.com/psf/black: 22.10.0 → 22.12.0](psf/black@22.10.0...22.12.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 8c25115 - Browse repository at this point
Copy the full SHA 8c25115View commit details
Commits on Dec 20, 2022
-
chore(deps): pre-commit.ci autoupdate (#817)
updates: - [github.com/pre-commit/mirrors-clang-format: v15.0.4 → v15.0.6](pre-commit/mirrors-clang-format@v15.0.4...v15.0.6) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 0f040f7 - Browse repository at this point
Copy the full SHA 0f040f7View commit details
Commits on Jan 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for fbe1763 - Browse repository at this point
Copy the full SHA fbe1763View commit details -
Using ADL everywhere for lexical_cast (#820)
* Using ADL everywhere for lexical_cast * Fixes in docs * Add a test for old extension mechanism * style: pre-commit.ci fixes * Make gcc happy Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Philip Top <phlptp@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 3897109 - Browse repository at this point
Copy the full SHA 3897109View commit details -
Print help message for the last parsed subcommand (#822)
Co-authored-by: Philip Top <phlptp@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 082dbf0 - Browse repository at this point
Copy the full SHA 082dbf0View commit details
Commits on Jan 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 39a5f19 - Browse repository at this point
Copy the full SHA 39a5f19View commit details
Commits on Jan 4, 2023
-
chore: prepare for 2.3.2 (#824)
* chore: prepare for 2.3.2 Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com> * chore: bump versions for 2.3.2 Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com> Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 291c587 - Browse repository at this point
Copy the full SHA 291c587View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v2.3.1...v2.3.2