git2wrap

C++20 wrapper for libgit2
git clone git://git.dimitrijedobrota.com/git2wrap.git
Log | Files | Refs | README | LICENSE | HACKING | CONTRIBUTING | CODE_OF_CONDUCT | BUILDING

Mode Name Size
-rw-r--r-- .clang-format 184L
-rw-r--r-- .clang-tidy 179L
-rw-r--r-- .codespellrc 6L
-rw-r--r-- .gitignore 13L
-rw-r--r-- BUILDING.md 93L
-rw-r--r-- CMakeLists.txt 106L
-rw-r--r-- CMakePresets.json 164L
-rw-r--r-- CODE_OF_CONDUCT.md 5L
-rw-r--r-- CONTRIBUTING.md 19L
-rw-r--r-- HACKING.md 160L
-rw-r--r-- LICENSE.md 21L
-rw-r--r-- README.md 53L
-rw-r--r-- cmake/coverage.cmake 38L
-rw-r--r-- cmake/dev-mode.cmake 16L
-rw-r--r-- cmake/folders.cmake 21L
-rw-r--r-- cmake/install-config.cmake 6L
-rw-r--r-- cmake/install-rules.cmake 72L
-rw-r--r-- cmake/lint-targets.cmake 34L
-rw-r--r-- cmake/lint.cmake 52L
-rw-r--r-- cmake/prelude.cmake 10L
-rw-r--r-- cmake/project-is-top-level.cmake 6L
-rw-r--r-- cmake/spell-targets.cmake 22L
-rw-r--r-- cmake/spell.cmake 29L
-rw-r--r-- cmake/variables.cmake 41L
-rw-r--r-- example/CMakeLists.txt 25L
-rw-r--r-- example/empty_example.cpp 4L
-rw-r--r-- include/git2wrap/blob.hpp 31L
-rw-r--r-- include/git2wrap/branch.hpp 67L
-rw-r--r-- include/git2wrap/buf.hpp 27L
-rw-r--r-- include/git2wrap/commit.hpp 44L
-rw-r--r-- include/git2wrap/diff.hpp 148L
-rw-r--r-- include/git2wrap/error.hpp 208L
-rw-r--r-- include/git2wrap/libgit2.hpp 25L
-rw-r--r-- include/git2wrap/object.hpp 46L
-rw-r--r-- include/git2wrap/oid.hpp 25L
-rw-r--r-- include/git2wrap/reference.hpp 28L
-rw-r--r-- include/git2wrap/repository.hpp 66L
-rw-r--r-- include/git2wrap/revwalk.hpp 33L
-rw-r--r-- include/git2wrap/signature.hpp 28L
-rw-r--r-- include/git2wrap/tag.hpp 35L
-rw-r--r-- include/git2wrap/tree.hpp 62L
-rw-r--r-- include/git2wrap/types.hpp 58L
-rw-r--r-- source/blob.cpp 44L
-rw-r--r-- source/branch.cpp 77L
-rw-r--r-- source/buf.cpp 11L
-rw-r--r-- source/commit.cpp 123L
-rw-r--r-- source/diff.cpp 75L
-rw-r--r-- source/libgit2.cpp 20L
-rw-r--r-- source/object.cpp 57L
-rw-r--r-- source/oid.cpp 21L
-rw-r--r-- source/reference.cpp 28L
-rw-r--r-- source/repository.cpp 170L
-rw-r--r-- source/revwalk.cpp 66L
-rw-r--r-- source/signature.cpp 26L
-rw-r--r-- source/tag.cpp 56L
-rw-r--r-- source/tree.cpp 152L
-rw-r--r-- test/CMakeLists.txt 27L
-rw-r--r-- test/source/git2wrap_test.cpp 19L
-rw-r--r-- vcpkg-configuration.json 15L
-rw-r--r-- vcpkg.json 27L