git2wrapC++20 wrapper for libgit2 |
git clone git://git.dimitrijedobrota.com/git2wrap.git |
Log | Files | Refs | README | LICENSE | HACKING | CONTRIBUTING | CODE_OF_CONDUCT | BUILDING |
commit | 80fa2f96008c3c1fcd52c23bc7c46dfdbf49adf4 |
parent | a6949e2ec607626dadfb1a7711a419321e57e76d |
author | Dimitrije Dobrota < mail@dimitrijedobrota.com > |
date | Sat, 7 Jun 2025 19:22:50 +0200 |
Version 0.3
M | README.md | | | +++++ -- |
M | vcpkg-configuration.json | | | + - |
M | vcpkg.json | | | ++ ------ |
3 files changed, 8 insertions(+), 9 deletions(-)
diff --git a/ README.md b/ README.md
@@ -28,10 +28,13 @@
See the [`BUILDING`](BUILDING.md) document.
## Version History
- 0.2
* 0.3
* vcpkg support
* more and better enums
* 0.2
* Working with repository, branches, commits and diffs
* Implement exception mechanism around error codes
- 0.1
* 0.1
* Initial development phase
* Heavy exploration
diff --git a/ vcpkg-configuration.json b/ vcpkg-configuration.json
@@ -9,7 +9,7 @@
"kind": "git",
"repository": "git://git.dimitrijedobrota.com/vcpkg-registry.git",
"baseline": "cc7113e63d7bb988a70e6b6dd91c5cd1af04bdfb",
"packages": [ "libgit2", "based"]
"packages": [ "based" ]
}
]
}
diff --git a/ vcpkg.json b/ vcpkg.json
@@ -1,6 +1,6 @@
{
"name": "hemplate",
"version-semver": "0.4.0",
"name": "git2wrap",
"version-semver": "0.3.0",
"dependencies": [
{
"name": "libgit2",
@@ -16,10 +16,6 @@
"test": {
"description": "Dependencies for testing",
"dependencies": [
{
"name": "catch2",
"version>=": "3.7.1"
}
]
}
},