summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* Fix network MSYS compilationCarlos Martín Nieto2011-07-061-1/+9
* build: Move OS-specific compat to their own foldersVicent Marti2011-07-031-3/+4
* cleanup: remove trailing spacesKirill A. Shutemov2011-07-011-2/+2
* cmake: Use system zlib if found on non-Windows systemsTim Harder2011-07-011-3/+14
* zlib: Declare preprocessor directives at build timeVicent Marti2011-07-011-1/+1
* build: Simplify build structureVicent Marti2011-07-011-6/+4
* common: Force 64 bit fileops at compile timeVicent Marti2011-06-301-0/+2
* Bring back GCC flagsCarlos Martín Nieto2011-06-261-0/+4
* cmake: Do not pass `/Tc` to MSVCVicent Marti2011-06-231-1/+1
* cmake: Build shared library by defaultVicent Marti2011-06-171-1/+1
* windows: Disable Runtime checksVicent Marti2011-06-171-1/+2
* Fix misleading comment in CMake build script2011-06-161-1/+1
* Add CTest support for CIVicent Marti2011-06-141-0/+3
* Port MSVC specific Waf compilation flags to CMake and remove dynamic dependen...Em2011-06-141-0/+7
* build: Cleanup CMakeVicent Marti2011-06-141-30/+11
* build: Drop waf supportVicent Marti2011-06-141-17/+13
* Remove custom backendsVicent Marti2011-06-141-22/+0
* Update CMakeLists.txt to support threadsafeVicent Marti2011-03-211-5/+11
* Define NO_GZIP in zconf.h instead of at compile timeVicent Marti2011-03-161-3/+0
* Add ZLib as a built-in dependencyVicent Marti2011-03-151-8/+10
* Fix compilation when using CMake in WindowsVicent Marti2011-03-031-0/+1
* Move the external includes folder from `src` to `include`Vicent Marti2011-03-031-4/+4
* Further improve SQLite support for CMake users.Przemyslaw Pawelczyk2011-02-081-3/+14
* Fix SQLite support for CMake users.Przemyslaw Pawelczyk2011-02-081-1/+1
* Add proper version managementv0.3.0Vicent Marti2011-02-071-1/+9
* Merge branch 'master' of https://github.com/saschpe/libgit2 into saschpe-masterVicent Marti2011-02-071-0/+1
|\
| * Set proper shared library soname.Sascha Peilicke2011-01-181-0/+1
* | Compile the SQLite backend with CMake tooVicent Marti2011-02-071-3/+14
* | Build the new test file with CMake tooVicent Marti2011-02-021-25/+5
|/
* Update install info and test resource path handlingPeter Drahoš2010-12-121-4/+7
* Reflect the recent changes in header organization (CMake)Peter Drahoš2010-12-121-3/+4
* Minor modifications for MinGW/Cygwin compatibility.Peter Drahos2010-12-121-6/+19
* Fix case sensitivity issue.Peter Drahoš2010-12-121-1/+1
* Add basic testing support and options to specify install pathsPeter Drahoš2010-12-121-9/+42
* Add option to select sha1 type in CMake buildPeter Drahoš2010-12-121-10/+26
* Add optional CMake build script.Peter Drahoš2010-12-121-0/+50