summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* cmake: consistently use TARGET_INCLUDE_DIRECTORIES if availablePatrick Steinhardt2017-06-281-5/+4
* cmake: use `target_include_directories` for modern cmakeAndrey Davydov2017-06-281-1/+11
* Merge pull request #4235 from pks-t/pks/out-of-tree-buildsPatrick Steinhardt2017-06-271-3/+4
|\
| * cmake: generate clar.suite in binary directoryPatrick Steinhardt2017-06-231-3/+4
* | cmake: Permit disabling external http-parserJason Cooper2017-06-221-2/+3
|/
* cmake: disable optimization on debug buildsPatrick Steinhardt2017-06-131-1/+1
* cmake: set "-D_DEBUG" on non-Windows platformsPatrick Steinhardt2017-06-131-3/+1
* cmake: remove stale comment on precompiled headersPatrick Steinhardt2017-06-131-3/+0
* sha1dc: do not use standard includesPatrick Steinhardt2017-06-071-0/+3
* ctest: temporarily disable UNC path testsethomson/unc_testsEdward Thomson2017-06-071-2/+2
* cmake: define GIT_HTTPS when HTTPS is supportedPatrick Steinhardt2017-04-251-0/+3
* cmake: drop unset `SHA1_TYPE`ethomson/sha1dcEdward Thomson2017-03-031-2/+2
* hash: include sha1collisiondetectionEdward Thomson2017-03-031-1/+5
* hash: rename implementation selection constantsEdward Thomson2017-03-031-3/+3
* cmake: only enable supported compiler warning flagsPatrick Steinhardt2017-03-011-1/+4
* CMakeLists: Move `http-parser` block down by `zlib`, update error messageElliot Saba2016-12-301-13/+12
* Allow Windows with WinHTTP to use external http-parserElliot Saba2016-11-201-13/+13
* Fix the existence check for `regcomp_l`.Arthur Schreiber2016-10-071-1/+1
* Make sure we use the `C` locale for `regcomp` on macOS.Arthur Schreiber2016-10-061-0/+6
* cmake: add curl library pathPatrick Steinhardt2016-09-051-0/+1
* cmake: do not use -fPIC for MSYS2Patrick Steinhardt2016-06-211-6/+8
* Merge pull request #3796 from mmuman/haikuEdward Thomson2016-06-011-0/+4
|\
| * CMakeLists: Add libnetwork for HaikuFrançois Revol2016-05-221-0/+4
* | Update CMakeLists.txtElan Ruusamäe2016-05-271-1/+1
|/
* cmake: include threading libraries in pkg-configethomson/cmake_pcEdward Thomson2016-04-291-0/+2
* CI: run proxy tests with ctestCarlos Martín Nieto2016-04-191-0/+2
* CMakeLists: Further improve the error messages regarding CMAKE_SIZEOF_VOID_PSebastian Schuberth2016-03-241-1/+3
* CMakeLists: Show the pointer size for an unsupported architectureSebastian Schuberth2016-03-231-1/+1
* Merge pull request #3660 from mstrap/mingwEdward Thomson2016-03-181-0/+2
|\
| * Option "LIBGIT2_PREFIX" to set the CMAKE's TARGET_PROPERTIES PREFIXMarc Strapetz2016-03-151-0/+2
* | CMake: do not overwrite but only append to CMAKE_C_FLAGS_DEBUGMarc Strapetz2016-03-151-2/+2
|/
* Enable nanosecond resolution by defaultEdward Thomson2016-03-031-1/+1
* tests: create a ctest target for cred_callbackcmn/auth-retryCarlos Martín Nieto2016-03-031-0/+4
* Merge pull request #3577 from rossdylan/rossdylan/pooldebugEdward Thomson2016-02-281-0/+5
|\
| * Add a new build flag to disable the pool allocator and pass all git_pool_mall...Ross Delinger2016-01-121-0/+5
* | nsec: support NDK's crazy nanosecondsEdward Thomson2016-02-251-9/+17
* | Add winhttp dependencies to pc file.Arthur Schreiber2016-01-091-1/+2
|/
* CMakeLists: Compare CMAKE_SIZEOF_VOID_P as a number, not as a stringSebastian Schuberth2015-12-021-1/+1
* Detect stat's structureJacques Germishuys2015-11-201-3/+18
* Merge pull request #3170 from CmdrMoozy/nsec_fixCarlos Martín Nieto2015-11-121-0/+11
|\
| * Merge branch 'master' into nsec_fix_nextAxel Rasmussen2015-10-011-0/+16
| |\
| * | win32: define our own POSIX struct stat, and support USE_NSECAxel Rasmussen2015-09-181-1/+1
| * | cmake: fix CMake code organization problemAxel Rasmussen2015-09-181-6/+6
| * | cmake: Only provide USE_NSEC if struct stat members are avilable.Axel Rasmussen2015-09-181-1/+7
| * | cmake: add USE_NSEC, and only check nanosec m/ctime if enabledAxel Rasmussen2015-09-181-0/+5
* | | cmake: split sources into original paths for Xcode and MSVCEdward Thomson2015-10-221-9/+9
* | | Merge pull request #3453 from libgit2/cmn/warn-pythonEdward Thomson2015-10-141-1/+6
|\ \ \ | |_|/ |/| |
| * | CMake: be more explicit with python errorscmn/warn-pythonCarlos Martín Nieto2015-10-061-1/+6
| |/
* | Merge pull request #3446 from ethomson/portabilityCarlos Martín Nieto2015-09-301-0/+16
|\ \ | |/ |/|
| * qsort_r/qsort_s: detect their supportEdward Thomson2015-09-301-5/+15