summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
...
* mbedtls: use libmbedcrypto for hashingEtienne Samson2018-04-111-1/+1
* cmake: enable shift count overflow warningJacques Germishuys2018-03-081-0/+1
* CMakeLists: increase strict aliasing level to 3Patrick Steinhardt2018-02-161-1/+1
* cmake: move ENABLE_WARNINGS to a moduleethomson/cmake_fixesEdward Thomson2018-02-051-15/+1
* cmake: Move IDE source munging to a moduleEdward Thomson2018-02-021-23/+1
* cmake: move nanosecond detection to a moduleEdward Thomson2018-02-021-21/+1
* cmake: enable policy CMP0042Edward Thomson2018-02-021-0/+3
* cmake: test for CMP0051 instead of version checkEdward Thomson2018-02-021-1/+1
* cmake: use a FEATURE_SUMMARY call compatible with 3.0.2cmn/cmake-feature-302Carlos Martín Nieto2018-01-101-1/+2
* Merge pull request #4467 from libgit2/cmn/static-archive-laterCarlos Martín Nieto2018-01-071-4/+6
|\
| * cmake: move the rule to find static archives close to building clarcmn/static-archive-laterCarlos Martín Nieto2018-01-071-4/+6
* | cmake: allow explicitly choosing SHA1 backendPatrick Steinhardt2018-01-041-1/+1
* | cmake: default to using SHA1DCPatrick Steinhardt2018-01-041-1/+1
|/
* 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