Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: CLIUtils/CLI11
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.3.1
Choose a base ref
...
head repository: CLIUtils/CLI11
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.3.2
Choose a head ref
  • 13 commits
  • 89 files changed
  • 7 contributors

Commits on Nov 21, 2022

  1. Update TypeTools.hpp (#803)

    * 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>
    DarkWingMcQuack and pre-commit-ci[bot] authored Nov 21, 2022
    Configuration menu
    Copy the full SHA
    b16c8c8 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2022

  1. 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>
    pre-commit-ci[bot] authored Nov 30, 2022
    Configuration menu
    Copy the full SHA
    788c3f5 View commit details
    Browse the repository at this point in the history
  2. fix: make_description min option output (#808)

    Include spacing between the number of minimum options required and the rest of the description.
    SherlockInSpace authored Nov 30, 2022
    Configuration menu
    Copy the full SHA
    8f8344b View commit details
    Browse the repository at this point in the history
  3. 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>
    phlptp and pre-commit-ci[bot] authored Nov 30, 2022
    Configuration menu
    Copy the full SHA
    ca9a128 View commit details
    Browse the repository at this point in the history
  4. 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>
    phlptp and pre-commit-ci[bot] authored Nov 30, 2022
    Configuration menu
    Copy the full SHA
    71755e4 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2022

  1. 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>
    phlptp and pre-commit-ci[bot] authored Dec 10, 2022
    Configuration menu
    Copy the full SHA
    75b19db View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2022

  1. 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>
    pre-commit-ci[bot] authored Dec 13, 2022
    Configuration menu
    Copy the full SHA
    8c25115 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2022

  1. 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>
    pre-commit-ci[bot] authored Dec 20, 2022
    Configuration menu
    Copy the full SHA
    0f040f7 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2023

  1. Configuration menu
    Copy the full SHA
    fbe1763 View commit details
    Browse the repository at this point in the history
  2. 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>
    3 people authored Jan 2, 2023
    Configuration menu
    Copy the full SHA
    3897109 View commit details
    Browse the repository at this point in the history
  3. Print help message for the last parsed subcommand (#822)

    Co-authored-by: Philip Top <phlptp@gmail.com>
    VolkerChristian and phlptp authored Jan 2, 2023
    Configuration menu
    Copy the full SHA
    082dbf0 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2023

  1. Configuration menu
    Copy the full SHA
    39a5f19 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2023

  1. 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>
    henryiii authored Jan 4, 2023
    Configuration menu
    Copy the full SHA
    291c587 View commit details
    Browse the repository at this point in the history
Loading