summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* cmake: let USE_ICONV be optional on macOSethomson/iconvEdward Thomson2017-11-111-2/+6
* cmake: Allow user to select bundled zlibHenry Kleynhans2017-11-111-0/+1
* cmake: move Darwin-specific block aroundEtienne Samson2017-10-231-6/+0
* cmake: Add USE_HTTPS as a CMake optionEtienne Samson2017-10-231-4/+1
* cmake: braces are not needed hereEtienne Samson2017-10-231-2/+2
* cmake: use FeatureSummary to display which features we end up usingEtienne Samson2017-10-231-0/+8
* cmake: use project-relative binary and source directoriesPatrick Steinhardt2017-10-201-4/+4
* Fix compilation for CMake versions 3.0.x where x >= 1Michael Haggerty2017-10-141-1/+1
* Merge pull request #4356 from pks-t/pks/static-clarEdward Thomson2017-10-091-0/+4
|\
| * cmake: use static dependencies when building static libgit2Patrick Steinhardt2017-09-221-0/+4
* | cmake: bump minimum version to 2.8.11Patrick Steinhardt2017-09-201-1/+1
|/
* Merge pull request #4334 from pks-t/pks/reproducible-buildsEdward Thomson2017-09-201-0/+9
|\
| * cmake: enable reproducible static linkingPatrick Steinhardt2017-09-151-0/+9
* | cmake: fix linker error with dbghelper libraryPatrick Steinhardt2017-09-151-1/+1
|/
* cmake: add switch to build with -WerrorPatrick Steinhardt2017-08-251-1/+9
* cmake: encapsulate enabling/disabling compiler warningsPatrick Steinhardt2017-08-251-10/+18
* cmake: move library build instructions into subdirectoryPatrick Steinhardt2017-08-161-390/+1
* cmake: fix up source and binary directory pathsPatrick Steinhardt2017-08-161-9/+12
* cmake: move zlib build instructions into subdirectoryPatrick Steinhardt2017-08-161-3/+3
* cmake: move http-parser build instructions into subdirectoryPatrick Steinhardt2017-08-161-2/+3
* cmake: move regex build instructions into subdirectoryPatrick Steinhardt2017-08-161-3/+4
* cmake: move winhttp build instructions into subdirectoryPatrick Steinhardt2017-08-161-28/+7
* cmake: define WIN_RC with other platform sourcesPatrick Steinhardt2017-08-161-2/+5
* cmake: find dependencies after setting build flagsPatrick Steinhardt2017-08-161-157/+158
* cmake: move definition of Win32 flags togetherPatrick Steinhardt2017-08-161-4/+3
* cmake: inline TARGET_OS_LIBRARIES functionPatrick Steinhardt2017-08-161-27/+21
* cmake: keep track of libraries and includes via listsPatrick Steinhardt2017-08-161-33/+39
* cmake: use absolute path to depsPatrick Steinhardt2017-08-161-10/+10
* cmake: move regcomp and futimens checks to "features.h"Patrick Steinhardt2017-08-161-2/+2
* cmake: move defines into "features.h" headerPatrick Steinhardt2017-08-161-29/+33
* cmake: create separate CMakeLists.txt for testsPatrick Steinhardt2017-08-161-64/+1
* cmake: create own precompiled headers for testsPatrick Steinhardt2017-08-161-0/+5
* cmake: create object library targetPatrick Steinhardt2017-08-161-8/+21
* cmake: remove unused variable "CLAR_RESOURCES"Patrick Steinhardt2017-08-161-2/+0
* cmake: try to detect threads libraryPatrick Steinhardt2017-08-161-0/+1
* 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