summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* deprecation: optionally enable hard deprecationEdward Thomson2019-02-141-0/+5
* deprecation: ensure we GIT_EXTERN deprecated funcsEdward Thomson2019-02-141-3/+0
* MSVC: ignore empty compilation units (warning LNK4221)Edward Thomson2019-01-251-0/+3
* deprecation: define GIT_DEPRECATE_HARD internallyEdward Thomson2019-01-251-1/+3
* cmake: error when STDCALL is specifiedEdward Thomson2019-01-171-0/+4
* Use cdecl calling conventions on Win32Edward Thomson2019-01-171-12/+2
* cmake: remove unconditional -Wno-deprecated-declaration on APPLEEtienne Samson2019-01-101-3/+0
* Merge pull request #4895 from pks-t/pks/unused-warningsPatrick Steinhardt2018-11-291-2/+2
|\
| * cmake: enable warnings for unused const variablesPatrick Steinhardt2018-11-281-1/+1
| * cmake: enable warnings for unused functionsPatrick Steinhardt2018-11-281-1/+1
* | CMake: disable deprecated documentation syncEdward Thomson2018-11-281-0/+1
* | http: remove cURLEdward Thomson2018-11-281-1/+0
|/
* cmake: correct comment from libssh to libssh2ethomson/libssh2_not_libsshEdward Thomson2018-10-171-1/+1
* cmake: explicitly enable int-conversion warningsPatrick Steinhardt2018-10-051-0/+1
* cmake: enable new quoted argument policy CMP0054Patrick Steinhardt2018-10-041-0/+3
* cmake: remove spaces between `IF` and `(` for policiesPatrick Steinhardt2018-10-041-2/+2
* Merge pull request #4812 from libgit2/ethomson/ci-refactorEdward Thomson2018-09-291-2/+0
|\
| * Revert "clar: introduce CLAR_XML option"Edward Thomson2018-09-101-2/+0
* | cmake: enable -Wformat and -Wformat-securitycmn/format-securityCarlos Martín Nieto2018-09-171-0/+2
|/
* clar: introduce CLAR_XML optionEdward Thomson2018-09-061-0/+2
* util: make the qsort_r check work on macOSEtienne Samson2018-08-241-0/+1
* cmake: remove USE_SANITIZER and USE_COVERAGE optionsPatrick Steinhardt2018-08-031-16/+0
* cmake: fix the unholy options alignment messPatrick Steinhardt2018-08-031-31/+32
* cmake: error out if required C flags are not supportedPatrick Steinhardt2018-08-031-6/+11
* fuzzers: rename "fuzz" directory to match our stylePatrick Steinhardt2018-08-031-1/+1
* fuzzers: add build support and instructionslhchavez2018-08-031-0/+33
* cmake: enforce C90 standardPatrick Steinhardt2018-07-131-1/+1
* cmake: resolve libraries found by pkg-configPatrick Steinhardt2018-05-091-1/+1
* 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
|\