summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* cmake: use target-specific compile definitionsPatrick Steinhardt2020-07-121-7/+7
* cmake: use git2internal target to populate sourcesPatrick Steinhardt2020-07-121-6/+12
* cmake: specify project versionPatrick Steinhardt2020-07-121-11/+11
* Use __GNUC__ macro in the resource scriptAlexander Ovchinnikov2020-07-011-4/+0
* Enable building git2.rc resource script with GCCAlexander Ovchinnikov2020-07-011-2/+4
* cmake: enable warnings for missing function declarationsPatrick Steinhardt2020-06-091-0/+2
* cmake: Sort source files for reproducible buildspks/cmake-sort-reproducible-buildsPatrick Steinhardt2020-05-151-17/+23
* Merge pull request #5455 from pks-t/pks/cmake-install-dirsEdward Thomson2020-03-211-11/+5
|\
| * cmake: use install directories provided via GNUInstallDirsPatrick Steinhardt2020-03-141-11/+5
* | cmake: ignore deprecation notes for Secure TransportPatrick Steinhardt2020-03-131-0/+4
|/
* Merge pull request #5422 from pks-t/pks/cmake-booleansEdward Thomson2020-03-061-1/+1
|\
| * cmake: fix ENABLE_TRACE parameter being too strictPatrick Steinhardt2020-02-241-1/+1
* | Set proper pkg-config dependency for pcre2Igor Gnatenko2020-03-031-1/+1
* | cmake: consolidate Valgrind optionPatrick Steinhardt2020-02-111-5/+4
|/
* valgrind: add valgrind hints in OpenSSLEdward Thomson2019-11-241-1/+3
* negotiate: use GSS.framework on macOSEtienne Samson2019-10-131-9/+3
* cmake: update minimum CMake version to v3.5.1Patrick Steinhardt2019-10-101-10/+2
* cmake: add missing requires to the .pc fileEtienne Samson2019-09-141-0/+2
* cmake: streamline *.pc file handling via a moduleEtienne Samson2019-09-141-22/+9
* cmake: move _WIN32_WINNT definitions to rootTobias Nießen2019-08-171-2/+0
* win32: support upgrading warnings to errors (/WX)Edward Thomson2019-06-241-0/+8
* cmake: Modulize our TLS & hash detectionEtienne Samson2019-06-141-166/+2
* http-parser: use our bundled http-parser by defaultethomson/urlparse_empty_portEdward Thomson2019-06-131-6/+11
* ntlm: add ntlmclient as a dependencyEdward Thomson2019-06-101-0/+9
* Merge pull request #4935 from libgit2/ethomson/pcreEdward Thomson2019-05-211-17/+50
|\
| * regex: use REGEX_BACKEND as the cmake option nameEdward Thomson2019-05-211-10/+10
| * regex: optionally use PCRE2Edward Thomson2019-05-191-0/+12
| * regex: use system PCRE if availableEdward Thomson2019-05-191-2/+6
| * regex: disambiguate builtin vs system pcreEdward Thomson2019-05-191-1/+1
| * regex: allow regex selection in cmakeEdward Thomson2019-05-191-21/+28
| * regexec: use pcre as our fallback/builtin regexEdward Thomson2019-05-191-0/+10
* | Use tabs for indentation (#5079).David Brooks2019-05-211-5/+5
* | Fix indentation (#5079).David Brooks2019-05-211-5/+5
* | We still need to update pkgconfig variables when zlib is unbundled (#5079).David Brooks2019-05-211-0/+5
* | We've already added `ZLIB_LIBRARIES` to `LIBGIT2_LIBS` so don't also add the ...David Brooks2019-05-211-6/+0
|/
* cmake: fix include ordering issues with bundled depsPatrick Steinhardt2019-05-021-4/+4
* cmake: correctly detect if system provides `regcomp`Patrick Steinhardt2019-05-021-7/+12
* allocators: move standard allocator into subdirectoryPatrick Steinhardt2019-02-211-0/+1
* http: remove cURLEdward Thomson2018-11-281-11/+0
* cmake: increase WIN32_WINNT to VistaEdward Thomson2018-10-201-1/+1
* util: make the qsort_r check work on macOSEtienne Samson2018-08-241-4/+13
* cmake: enforce C90 standardPatrick Steinhardt2018-07-131-0/+2
* cmake: distinguish internal and system include directoriesPatrick Steinhardt2018-07-131-14/+19
* Link `mbedTLS` libraries in when `SHA1_BACKEND == "mbedTLS"`staticfloat@gmail.com2018-06-101-1/+6
* Fix typo in adding `hash_mbedtls.c` to `SRC_SHA1`staticfloat@gmail.com2018-06-101-1/+1
* mbedtls: don't require mbedtls from our pkgconfig fileEtienne Samson2018-05-251-2/+4
* cmake: remove now-useless LIBGIT2_LIBDIRS handlingPatrick Steinhardt2018-05-091-6/+0
* cmake: resolve libraries found by pkg-configPatrick Steinhardt2018-05-091-4/+2
* cmake: make our preferred backend ordering consistentEtienne Samson2018-04-111-3/+6
* mbedtls: load default CA certificatesEtienne Samson2018-04-111-0/+37