- Aug 30, 2012
-
-
Ben Straub authored
-
- Jun 07, 2012
-
-
Adam Roben authored
-
- Jan 26, 2012
-
-
Vicent Martí authored
-
- Dec 29, 2011
-
-
Clemens Buchacher authored
The clay test suite files clay.h and clay_main.c are generated by the clay python script. Teach CMake about this dependency and remove the generated files from the repository.
-
- Nov 22, 2011
-
-
Russell Belfer authored
Update all stack allocations of git_filebuf to use GIT_FILEBUF_INIT and make git_filebuf_open and git_filebuf_cleanup safe to be called multiple times on the same buffer. Signed-off-by:
Vicent Marti <tanoku@gmail.com>
-
- Oct 10, 2011
-
-
Sven Strickroth authored
Signed-off-by:
Sven Strickroth <email@cs-ware.de>
-
- May 18, 2011
-
-
Sebastian Schuberth authored
-
Sebastian Schuberth authored
-
- Feb 15, 2011
-
-
Tim Clem authored
git_tag_lookup() and git_tag_new() changed to cast GIT_OBJ_TAG to git_otype in order to compile lib in xcode
-
- Dec 04, 2010
- Nov 24, 2010
-
-
Scott Chacon authored
-
- Mar 01, 2010
-
-
Ramsay Jones authored
Signed-off-by:
Ramsay Jones <ramsay@ramsay1.demon.co.uk>
-
- Oct 13, 2009
-
-
Ramsay Jones authored
Add a new "coverage" Makefile target that re-builds the library and tests using the gcc compiler/linker flags required by gcov, runs the test suite to capture the runtime data, then compiles a coverage report. The report, which is saved in a file named "untested", consists of a list of untested files, followed by a list of untested functions. More detailed execution statistics are given in the gcov log files which are saved in the top-level directory (named like src#hash.c.gcov). Signed-off-by:
Ramsay Jones <ramsay@ramsay1.demon.co.uk>
-
- Dec 30, 2008
-
-
Steve Frécinaux authored
The libgit2.pc is generated on make install and installed, to allow using the lib through the pkg-config helper. Signed-off-by:
Steve Frécinaux <code@istique.net> Signed-off-by:
Shawn O. Pearce <spearce@spearce.org>
-
- Dec 19, 2008
-
-
Shawn O. Pearce authored
It was removed in ec250c6e . Signed-off-by:
Shawn O. Pearce <spearce@spearce.org>
-
Shawn O. Pearce authored
This way tests can run in parallel without stepping on each other's temporary work files. If a test passes the directory is removed completely; if a test fails only empty directories are removed. This permits inspection of the failed test's left behind state. Signed-off-by:
Shawn O. Pearce <spearce@spearce.org>
-
- Nov 19, 2008
-
-
Andreas Ericsson authored
It's arguably smoother to keep them close to the source, as that's where one's working when modifying them. More importantly, though, is the ability to use private headers in the src/ dir that simply include "git/$samename.h" to get to the public API at the same time. Signed-off-by:
Andreas Ericsson <ae@op5.se> Signed-off-by:
Shawn O. Pearce <spearce@spearce.org>
-
- Nov 02, 2008
-
-
Shawn O. Pearce authored
This is a horribly simple test suite that makes it fairly easy to put together some basic function level unit tests on the library. Its patterned somewhat after the test suite in git.git, but also after the "Check" test library. Signed-off-by:
Shawn O. Pearce <spearce@spearce.org>
-
Shawn O. Pearce authored
This way we can start to write IO code to read and write files in the Git object database, but provide a hook to inject native Win32 APIs instead so libgit2 can be ported to run natively on that platform. Signed-off-by:
Shawn O. Pearce <spearce@spearce.org>
-
- Nov 01, 2008
-
-
Shawn O. Pearce authored
Signed-off-by:
Shawn O. Pearce <spearce@spearce.org>
-