summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
...
* cmake: specify project versionPatrick Steinhardt2020-07-121-12/+2
* cmake: always disable deprecation-sync warningsPatrick Steinhardt2020-06-011-20/+17
* cmake: remove policiesPatrick Steinhardt2020-06-011-11/+2
* cmake: remove option to add profiling flagsPatrick Steinhardt2020-06-011-6/+0
* cmake: remove support for creating tagsPatrick Steinhardt2020-06-011-20/+0
* cmake: move modules into the "cmake/" top level dirPatrick Steinhardt2020-06-011-1/+1
* MSVC: Enable Control Flow Guard (CFG)Philip Kelley2020-04-251-0/+10
* cmake: use install directories provided via GNUInstallDirsPatrick Steinhardt2020-03-141-0/+1
* version: update the version number to v0.99Edward Thomson2020-02-191-2/+2
* cmake: consolidate Valgrind optionPatrick Steinhardt2020-02-111-1/+0
* trace: enable tracing by defaultEdward Thomson2019-11-271-1/+1
* cmake: update minimum CMake version to v3.5.1Patrick Steinhardt2019-10-101-8/+3
* cmake: move _WIN32_WINNT definitions to rootTobias Nießen2019-08-171-0/+5
* tests: execute leak checker via CTest directlyPatrick Steinhardt2019-07-201-0/+1
* 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