summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* clang: disable documentation-deprecated-syncEdward Thomson2019-06-241-0/+4
* mingw: disable format specification warningsEdward Thomson2019-06-241-3/+11
* cmake: default NTLM client to off if no HTTPS supportPatrick Steinhardt2019-06-171-1/+5
* cmake: Modulize our TLS & hash detectionEtienne Samson2019-06-141-3/+1
* http-parser: use our bundled http-parser by defaultethomson/urlparse_empty_portEdward Thomson2019-06-131-1/+1
* ntlm: add ntlmclient as a dependencyEdward Thomson2019-06-101-0/+4
* regex: use REGEX_BACKEND as the cmake option nameEdward Thomson2019-05-211-1/+1
* regex: optionally use PCRE2Edward Thomson2019-05-191-1/+1
* regex: allow regex selection in cmakeEdward Thomson2019-05-191-0/+1
* 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
|/