poaflocParser Of Arguments For Lines Of Commands |
git clone git://git.dimitrijedobrota.com/poafloc.git |
Log | Files | Refs | README | LICENSE | HACKING | CONTRIBUTING | CODE_OF_CONDUCT | BUILDING |
commit | 0f9c5e77e03a28053d5f558a079600a22d4e709c |
parent | 0b39a8e355a28efde1daca08416308ffa28cf490 |
author | Dimitrije Dobrota < mail@dimitrijedobrota.com > |
date | Sat, 7 Jun 2025 17:09:58 +0200 |
Version 2.0.0
M | CMakeLists.txt | | | + - |
M | README.md | | | ++++ -- |
M | vcpkg.json | | | + - |
3 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/ CMakeLists.txt b/ CMakeLists.txt
@@ -7,7 +7,7 @@
project(
VERSION 2.0.0
DESCRIPTION "Parser Of Arguments For Lines Of Commands"
HOMEPAGE_URL "https://git.dimitrijedobrota.com/poafloc.git"
LANGUAGES C CXX
LANGUAGES CXX
)
include(cmake/project-is-top-level.cmake)
diff --git a/ README.md b/ README.md
@@ -43,14 +43,16 @@
Refer to [GNU argp documentation](https://www.gnu.org/software/libc/manual/html_
## Version History
- 2.0
* Reinvent with modern C++ features
* Structure bindings
* Exception based error handling
- 1.2
* Propagate parser generated error
- 1.1
* Modernize CMake project
* Modernize codebase
* Add test suite
- 1.0
* Initial Release
diff --git a/ vcpkg.json b/ vcpkg.json
@@ -1,6 +1,6 @@
{
"name": "poafloc",
"version-semver": "1.3.0",
"version-semver": "2.0.0",
"dependencies": [
{
"name": "based",