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 |

ModeNameSize
-rw-r--r--.clang-format178L
-rw-r--r--.clang-tidy161L
-rw-r--r--.codespellrc6L
-rw-r--r--.gitignore13L
-rw-r--r--BUILDING.md89L
-rw-r--r--CMakeLists.txt105L
-rw-r--r--CMakePresets.json160L
-rw-r--r--CODE_OF_CONDUCT.md5L
-rw-r--r--CONTRIBUTING.md19L
-rw-r--r--HACKING.md174L
-rw-r--r--LICENSE.md21L
-rw-r--r--README.md55L
-rw-r--r--cmake/coverage.cmake33L
-rw-r--r--cmake/dev-mode.cmake16L
-rw-r--r--cmake/folders.cmake21L
-rw-r--r--cmake/install-config.cmake1L
-rw-r--r--cmake/install-rules.cmake72L
-rw-r--r--cmake/lint-targets.cmake34L
-rw-r--r--cmake/lint.cmake52L
-rw-r--r--cmake/prelude.cmake10L
-rw-r--r--cmake/project-is-top-level.cmake6L
-rw-r--r--cmake/spell-targets.cmake22L
-rw-r--r--cmake/spell.cmake29L
-rw-r--r--cmake/variables.cmake41L
-rw-r--r--example/CMakeLists.txt25L
-rw-r--r--example/empty_example.cpp4L
-rw-r--r--include/git2wrap/blob.hpp31L
-rw-r--r--include/git2wrap/branch.hpp56L
-rw-r--r--include/git2wrap/buf.hpp27L
-rw-r--r--include/git2wrap/commit.hpp44L
-rw-r--r--include/git2wrap/diff.hpp49L
-rw-r--r--include/git2wrap/error.hpp208L
-rw-r--r--include/git2wrap/libgit2.hpp25L
-rw-r--r--include/git2wrap/object.hpp37L
-rw-r--r--include/git2wrap/oid.hpp25L
-rw-r--r--include/git2wrap/reference.hpp28L
-rw-r--r--include/git2wrap/repository.hpp55L
-rw-r--r--include/git2wrap/revwalk.hpp33L
-rw-r--r--include/git2wrap/signature.hpp28L
-rw-r--r--include/git2wrap/tag.hpp34L
-rw-r--r--include/git2wrap/tree.hpp61L
-rw-r--r--include/git2wrap/types.hpp61L
-rw-r--r--source/blob.cpp44L
-rw-r--r--source/branch.cpp79L
-rw-r--r--source/buf.cpp11L
-rw-r--r--source/commit.cpp121L
-rw-r--r--source/diff.cpp71L
-rw-r--r--source/libgit2.cpp20L
-rw-r--r--source/object.cpp57L
-rw-r--r--source/oid.cpp21L
-rw-r--r--source/reference.cpp30L
-rw-r--r--source/repository.cpp160L
-rw-r--r--source/revwalk.cpp63L
-rw-r--r--source/signature.cpp26L
-rw-r--r--source/tag.cpp56L
-rw-r--r--source/tree.cpp150L
-rw-r--r--test/CMakeLists.txt25L
-rw-r--r--test/source/git2wrap_test.cpp19L