You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- IMPORTANT: Changed the name of the library from CPP-AP to CPP-ARGON
- Aligned the CMake and Bazel build targets to use the new library name
- Changed the library namespace from `ap::` to `argon::`
- Aligned the name and content of the `cpp-ap-demo` submodule repository to use the new library name
- Added a new project logo and aligned documentation postprocessing to display it properly
`CPP-AP` is a lightweight and feature-rich command-line argument parsing library for the C++20 and newer standards, designed as an alternative to `boost::program_options`. It offers a modern and intuitive interface allowing for straightforward argument configuration and parsing.
30
+
`CPP-ARGON` is a lightweight and feature-rich command-line argument parsing library for the C++20 and newer standards, designed as an alternative to `boost::program_options`. It offers a modern and intuitive interface allowing for straightforward argument configuration and parsing.
31
+
32
+
> [!CAUTION]
33
+
> Versions of the `CPP-ARGON` library up to prior to `v4.0.0` were developed under the name `CPP-AP`.
34
+
>
35
+
> **Legacy Support:** The deprecated URLs (`https://github.com/SpectraL519/cpp-ap` and `.../cpp-ap-demo`) automatically redirect to the new locations, and build targets defined in previous versions remain fully functional.
36
+
>
37
+
> **Action Required:**
38
+
> -**Repositories:** We highly recommend updating your remote references and submodules to the new canonical URLs:
> [v1.0](https://github.com/SpectraL519/cpp-ap/releases/tag/v1.0) of the library has been developed for the *Team Programming* course at the *Wrocław University of Science and Technology*.
46
+
> [v1.0](https://github.com/SpectraL519/cpp-argon/releases/tag/v1.0) of the library has been developed for the *Team Programming* course at the *Wrocław University of Science and Technology*.
38
47
>
39
48
> Faculty: *W04N - Faculty of Information and Communication Technology*
40
49
>
@@ -47,7 +56,7 @@ Command-line argument parser for C++20
47
56
## Related Pages
48
57
49
58
-[Tutorial](/docs/tutorial.md#tutorial)
50
-
-[Setting Up CPP-AP](/docs/tutorial.md#setting-up-cpp-ap)
59
+
-[Setting Up CPP-ARGON](/docs/tutorial.md#setting-up-cpp-argon)
0 commit comments