GravisZro / libgit2cpp

C++ wrapper for libgit2

Repository from Github https://github.comGravisZro/libgit2cppRepository from Github https://github.comGravisZro/libgit2cpp

libgit2cpp

AppVeryor Build Status

C++ wrapper for libgit2. It contains libgit2 as submodule (libs/libgit2).

Building libgit2cpp - Using CMake

$ mkdir build && cd build
$ cmake ..
$ make

Supporting CMake options: USE_BOOST, BUNDLE_LIBGIT2, BUILD_LIBGIT2CPP_EXAMPLES.

Testing

$ cd build
$ ./test.sh <path_to_non_shared_repo> [path_to_libgit2_testrepo]

e.g.

$ mkdir build && cd build
$ cmake ..
$ make
$ ./test.sh .. ../libs/libgit2/tests/resources/testrepo.git

About

C++ wrapper for libgit2


Languages

Language:C++ 94.3%Language:CMake 4.5%Language:Shell 1.2%