Commit Graph

7 Commits

Author SHA1 Message Date
Billy O'Neal
6cd9d7ff90
Patch Tuesday for July 2024 (#39896) 2024-07-15 23:18:52 -07:00
Cam Mannett
0bf3a36ef0
[arg-router] Update to v1.4.0 (#33123) 2023-08-14 17:34:40 -07:00
Cam Mannett
6f5aab9bad
[arg-router] Update to v1.3.0 (#30444) 2023-03-27 11:49:56 -07:00
Cam Mannett
f3bc121a2a
[arg-router] Update to v1.2.2 (#30024)
* [arg-router] Update to v1.2.2

Bug fixes
* Issue 284, specify Boost as a dependency in the config file
* Issue 274, CMake package should detect Boost headers itself

Improvements
* CMake package exported target should be namespaced (Issue 275)
* Improve CMake package config files installation (Issue 276)

* Reverted unrelated baseline change
2023-03-06 11:53:33 -08:00
Cam Mannett
e4040c68c9
[arg-router] Update to v1.2.0 (#29869)
* [arg-router] Update to v1.2.0

Bug fixes
* Issue 254, passing no args to short_form_expander_t::pre_parse_phase(..) causes segfault
* Issue 255, policy_unique_from_owner_parent_to_mode_or_root not working

Improvements
* Corrected CMake package so you don't need to manually set the include directory anymore (Issue 257)
* Node can be instantiated with bare compile-time strings and they are automatically mapped to the appropriate policy (Issue 256)
* Improved help output formatting documentation (Issue 258)

* Removed invalid dependency from usage file

* Used CONFIG_PATH in vcpkg_cmake_config_fixup()

* Replaced lost newline
2023-03-02 12:10:06 -08:00
Cam Mannett
ee71be7ea7
[arg-router] Bump to 1.1.1 (#29604)
* [arg-router] Bump to 1.1.1

Bug fixes:
* Critical issue that prevents non-CMake builds from being built

Improvements:
* Removed the git patch version segment and therefore the requirement on git to build. This allows for building from source without a working copy

* Changes fro PR comments

* Removed unused files
* Added vcpkg_cmake_config_fixup
* Restricted to release 'build'
* Used version var for source tag
2023-02-15 09:56:06 -08:00
Cam Mannett
a67ba7075c
[arg-router] Add new port (#29219)
* [arg-router] Add new port

https://github.com/cmannett85/arg_router

* [arg-router] Use VERSION CMake var

* [arg_router] Do not copy README and LICENSE to share dir

* Add quotes.

---------

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2023-02-03 14:47:16 -08:00