• * the get_option_group definition was missing from the splitting of the calls.
    
    * style: pre-commit.ci fixes
    
    * the get_option_group definition was missing from the splitting of the calls.
    
    * style: pre-commit.ci fixes
    
    * add test for missing function
    
    * style: pre-commit.ci fixes
    
    * add test for get_option_group
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Philip Top authored
     
    Browse Dir »
  • * add a few more coverage tests
    
    * style: pre-commit.ci fixes
    
    * try to fix pre-commit issues
    
    * update mdlint style as a test
    
    * style: pre-commit.ci fixes
    
    * fix test
    
    * switch test to not generate warning
    
    * add a few more tests
    
    * tweak the conanfile and appveyor to debug issue
    
    * update tests
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Philip Top authored
     
    Browse Dir »

  • * fix: static analysis problems
    
    * fix to warrnings reported by Klocwork in CLI11 v2.2.0
    
    * style: pre-commit.ci fixes
    
    * Update include/CLI/FormatterFwd.hpp
    
    Co-authored-by: Henry Schreiner <HenrySchreinerIII@gmail.com>
    
    * Update include/CLI/FormatterFwd.hpp
    
    Co-authored-by: Henry Schreiner <HenrySchreinerIII@gmail.com>
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Co-authored-by: Henry Schreiner <HenrySchreinerIII@gmail.com>
    Marcin Ropa authored
     
    Browse Dir »




  • * ci: include windows 2022
    
    * fix visual studio 2022 issue with std::array and type detection
    
    * style: pre-commit.ci fixes
    
    * warning fixes
    
    Co-authored-by: Philip Top <top1@llnl.gov>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Co-authored-by: Philip Top <phlptp@gmail.com>
    Henry Schreiner authored
     
    Browse Dir »


  • * Add missing Macros.hpp include to Error.hpp
    
    To address:
    
    ```
    In file included from /ITKWebAssemblyInterface/include/itkPipeline.h:21:
    In file included from /ITKWebAssemblyInterface-build/_deps/cli11-src/include/CLI/App.hpp:25:
    In file included from /ITKWebAssemblyInterface-build/_deps/cli11-src/include/CLI/ConfigFwd.hpp:17:
    /ITKWebAssemblyInterface-build/_deps/cli11-src/include/CLI/Error.hpp:75:5: error: unknown type name 'CLI11_NODISCARD'
        CLI11_NODISCARD int get_exit_code() const { return actual_exit_code; }
        ^
    ```
    
    * style: pre-commit.ci fixes
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Matt McCormick authored
     
    Browse Dir »

  • * chore: update clang-tidy
    
    Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
    
    * refactor: address clang-tidy
    
    * fix: C++11 support
    
    Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
    
    * chore: two more clang-tidy fixes
    
    Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
    
    * fix: get_inject_separator should be bool
    
    * refactor: addressing review feedback
    
    Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
    Co-authored-by: Philip Top <phlptp@gmail.com>
    
    * Apply suggestions from code review
    
    * Update include/CLI/Config.hpp
    
    * Update include/CLI/Config.hpp
    
    * Update include/CLI/Config.hpp
    
    * Update include/CLI/Config.hpp
    
    Co-authored-by: Philip Top <phlptp@gmail.com>
    Henry Schreiner authored
     
    Browse Dir »





  • * chore(deps): pre-commit.ci autoupdate
    
    updates:
    - [github.com/pre-commit/mirrors-clang-format: v13.0.1 → v14.0.1](https://github.com/pre-commit/mirrors-clang-format/compare/v13.0.1...v14.0.1)
    
    * 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
     
    Browse Dir »


  • * add a counting flag to address and issue with optional<bool>  and make the flags more consistent
    
    * move the add_flag to a single operation and add a Sum multi option policy
    
    * style: pre-commit.ci fixes
    
    * remove sum_flag_vector overloads
    
    * style: pre-commit.ci fixes
    
    * add limits include
    
    * style: pre-commit.ci fixes
    
    * fix some other warnings
    
    * update docs describing the multi_option_policy
    
    * Apply suggestions from code review
    
    Co-authored-by: Henry Schreiner <HenrySchreinerIII@gmail.com>
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Co-authored-by: Henry Schreiner <HenrySchreinerIII@gmail.com>
    Philip Top authored
     
    Browse Dir »
  • * allow the trigger on parse modifier to work with positional arguments as well
    
    * style: pre-commit.ci fixes
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Philip Top authored
     
    Browse Dir »


  • * add tests which suppose to pass
    
    * Update ConfigFileTest.cpp
    
    * Update ConfigFileTest.cpp
    
    * style: pre-commit.ci fixes
    
    * add the possibility for an empty vector result if allowed.
    
    * style: pre-commit.ci fixes
    
    * add empty vector command line tests
    
    * update book and readme
    
    * add no default test
    
    Co-authored-by: puchneiner <90352207+puchneiner@users.noreply.github.com>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Philip Top authored
     
    Browse Dir »

  • * Add a transform/validator that checks for files on a default path.
    
    * update docs and add tests and capability of chaining the FileOnDefaultPath transform
    
    * style: pre-commit.ci fixes
    
    Co-authored-by: Henry Schreiner <HenrySchreinerIII@gmail.com>
    
    * add test of "or" operation and few doc additions
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Co-authored-by: Henry Schreiner <HenrySchreinerIII@gmail.com>
    Philip Top authored
     
    Browse Dir »


  • * update the range error output to be able to be used by more types, and better printouts in some situations.
    
    * style: pre-commit.ci fixes
    
    * add test
    
    * style: pre-commit.ci fixes
    
    * fix the test
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Philip Top authored
     
    Browse Dir »

  • * fix: avoid a warning about useless move
    
    * style: pre-commit.ci fixes
    
    * Update include/CLI/App.hpp
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Henry Schreiner authored
     
    Browse Dir »
  • Addresses:
    
      wasm-ld: error:
      CMakeFiles/WebAssemblyInterfaceHeaderTest1.dir/test/WebAssemblyInterfaceHeaderTest1.cxx.o:
      undefined symbol:
      std::__2::__fs::filesystem::__status(std::__2::__fs::filesystem::path
      const&, std::__2::error_code*)
    
      /usr/wasi-sdk-14.0/share/wasi-sysroot/include/c++/v1/filesystem:256:3:
      error: "The Filesystem library is not supported by this configuration
      of libc++"
      # error "The Filesystem library is not supported by this configuration
      of libc++"
    Matt McCormick authored
     
    Browse Dir »

  • * add a few tests related to github issues
    
    * change how the default is displayed in the help message prev was =XXXX,  this was confusing in some cases particularly with flags or with multiple option names.    Now is [default=XXXX]  which makes it clearer what the value represents.
    
    * Try to fix RTTI issue
    
    * style: pre-commit.ci fixes
    
    * Fix subcommand callbacks being called multiple times if in an option group
    
    * style: pre-commit.ci fixes
    
    * remove extra group call
    
    * change [default=XXXXD] to just [XXXXX] for the default specification
    
    * update changelog
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Philip Top authored
     
    Browse Dir »