summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* v1.3: update version numberethomson/v1_3Edward Thomson2021-09-221-1/+1
* v1.2: update version informationEdward Thomson2021-08-311-1/+1
* Merge pull request #6006 from boretrk/c11-warningsEdward Thomson2021-08-251-0/+1
|\
| * enable gcc warnings for C11 specific extensionsPeter Pettersson2021-08-251-0/+1
* | Merge pull request #5950 from boretrk/posixtestEdward Thomson2021-08-251-0/+1
|\ \ | |/ |/|
| * tests: optional test for p_open() with empty path segmentsPeter Pettersson2021-08-081-0/+1
* | enable warnings for C11 specific extensionsPeter Pettersson2021-08-251-0/+1
|/
* cmake: extended futimens checking on macOSethomson/futimensEdward Thomson2021-07-301-0/+1
* alloc: add GIT_DEBUG_STRICT_ALLOCEdward Thomson2021-07-191-0/+1
* Use an option instead of a flag for USE_BUNDLED_ZLIBlhchavez2021-01-041-2/+1
* zlib: Add support for building with Chromium's zlib implementationlhchavez2020-12-231-0/+1
* cmake: rename MSVC_CRTDBG to WIN32_LEAKCHECKEdward Thomson2020-11-211-4/+4
* Release v1.1ethomson/v1.1Edward Thomson2020-10-121-1/+1
* 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