summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* add library includes, remove Makefile and readme update for wafScott Chacon2010-11-241-215/+0
* Force PIC on the MakefileVicent Marti2010-11-041-1/+1
* msvc: Disable a level 4 warning and change -W3 to -W4Ramsay Jones2010-06-071-1/+1
* Makefile(s): Add -Wextra to CFLAGSRamsay Jones2010-06-071-1/+1
* Makefile: Add a target to generate C preprocessor output filesRamsay Jones2010-06-071-1/+5
* Add support to enable the library to use OpenSSL SHA1 functionsRamsay Jones2010-05-041-0/+10
* Makefile(s): Don't include the OpenSSL crypto library in the linkRamsay Jones2010-04-281-2/+2
* Makefile: 'make clean' wipe all editor backup files in src/*/Ramsay Jones2010-04-281-1/+1
* Makefile: Add source for the built-in SHA1 routines to $(SRC_C)Ramsay Jones2010-04-281-4/+3
* Merge remote branch 'ramsay/dev'Andreas Ericsson2010-04-231-0/+2
|\
| * Makefile: Add support for custom build options in config.mak fileRamsay Jones2010-02-281-0/+2
* | Add block-sha1 in favour of the mozilla routinesAndreas Ericsson2010-04-141-14/+10
* | Add generic buildrule for assembly filesAndreas Ericsson2010-04-141-0/+3
* | Make 'make clean' wipe all object files in src/*/Andreas Ericsson2010-04-141-1/+1
|/
* Makefile: Add support for building with MSVCRamsay Jones2010-02-011-2/+22
* Makefile: Add some missing $(GIT_LIB) dependenciesRamsay Jones2010-01-201-1/+1
* Add support for the MinGW platformRamsay Jones2010-01-201-1/+7
* Add test-suite coverage testing using gcovRamsay Jones2009-10-131-0/+39
* Add support for running the tests via valgrindRamsay Jones2009-10-131-2/+6
* Makefile: move test related targets to a new tests/MakefileRamsay Jones2009-06-051-45/+11
* Makefile: Add CFLAGS to the "test_main.c" compile targetRamsay Jones2009-06-051-1/+1
* win32: Add routines to abstract memory-mapped file functionsRamsay Jones2009-03-201-4/+8
* Factor out test helper methods for creating/deleting loose objectsJulio Espinoza-Sokal2009-03-171-2/+2
* Add built-in (Mozilla) SHA1 routinesRamsay Jones2009-03-171-8/+32
* Use install instead of 'cp -f' and 'mkdir -p'.Ingmar Vanhassel2009-02-011-6/+7
* Add libgit2.pc to make clean rule.Ingmar Vanhassel2009-02-011-0/+1
* Add support for installing to a libdir other than 'lib'.Ingmar Vanhassel2009-02-011-7/+8
* Add DESTDIR support.Ingmar Vanhassel2009-02-011-10/+10
* Add a build variable to allow supression of -fvisibilityRamsay Jones2008-12-311-0/+13
* Run ranlib on libgit2.a after archiving itShawn O. Pearce2008-12-311-0/+2
* Add some routines for SHA1 hash computationRamsay Jones2008-12-301-1/+1
* Add pkg-config support.Steve Frécinaux2008-12-301-1/+7
* Add make install and uninstall targets.Steve Frécinaux2008-12-301-0/+18
* Implement git_odb__read_loose()Ramsay Jones2008-12-191-1/+1
* Remove references to src/git/config.hShawn O. Pearce2008-12-181-1/+0
* Run tests in their own subdirectoryShawn O. Pearce2008-12-181-1/+7
* Use __CHECKER__ to detect when sparse is runningRamsay Jones2008-12-021-1/+1
* Use cgcc in the sparse targetRamsay Jones2008-12-021-1/+1
* Remove config.h and make fileops an internal APIAndreas Ericsson2008-12-021-10/+1
* Make using CFLAGS a bit simplerAndreas Ericsson2008-11-221-3/+4
* Add $(CONFIG_H) as a build-dependency for sparseAndreas Ericsson2008-11-221-1/+1
* Make src/git/config.h a macro in MakefileAndreas Ericsson2008-11-221-1/+2
* Add an embryo of a TLS-aware error handling systemAndreas Ericsson2008-11-221-1/+1
* Add a 'sparse' make targetAndreas Ericsson2008-11-221-1/+6
* s/COPYING/.HEADER/ for install-headers targetAndreas Ericsson2008-11-221-1/+1
* Get rid of GIT__PRIVATE macroAndreas Ericsson2008-11-221-1/+0
* Add a fake and phony install-headers targetAndreas Ericsson2008-11-181-0/+5
* Move public headers to src/gitAndreas Ericsson2008-11-181-8/+10
* Fix Makefile to correctly handle 'make -j4 test'Shawn O. Pearce2008-11-031-14/+28
* Enable warnings by default and fix warning in oid.cShawn O. Pearce2008-11-031-1/+1