1. Aug 30, 2012
  2. Jun 07, 2012
  3. Jan 26, 2012
  4. Dec 29, 2011
    • Clemens Buchacher's avatar
      cmake: generate clay main · 86a459a8
      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.
      86a459a8
  5. Nov 22, 2011
  6. Oct 10, 2011
  7. May 18, 2011
  8. Feb 15, 2011
    • Tim Clem's avatar
      fix cast in tag.h · 81d0ff1c
      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
      81d0ff1c
  9. Dec 04, 2010
  10. Nov 24, 2010
  11. Mar 01, 2010
  12. Oct 13, 2009
    • Ramsay Jones's avatar
      Add test-suite coverage testing using gcov · e4553584
      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: default avatarRamsay Jones <ramsay@ramsay1.demon.co.uk>
      e4553584
  13. Dec 30, 2008
  14. Dec 19, 2008
  15. Nov 19, 2008
  16. Nov 02, 2008
  17. Nov 01, 2008