summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* 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
* mbedtls: use libmbedcrypto for hashingEtienne Samson2018-04-111-0/+5
* mbedtls: initial supportEtienne Samson2018-04-111-0/+13
* cmake: add openssl to the private deps list when it's the TLS implementationCarlos Martín Nieto2018-01-081-0/+1
* cmake: treat LIBGIT2_PC_REQUIRES as a listCarlos Martín Nieto2018-01-081-2/+5
* Merge pull request #4398 from pks-t/pks/generic-sha1Edward Thomson2018-01-051-20/+26
|\
| * cmake: allow explicitly choosing SHA1 backendPatrick Steinhardt2018-01-041-20/+26
* | Merge pull request #4439 from tiennou/fix/4352Patrick Steinhardt2018-01-031-5/+7
|\ \ | |/ |/|
| * cmake: create a dummy file for XcodeEtienne Samson2017-12-141-5/+7
* | cmake: let USE_ICONV be optional on macOSethomson/iconvEdward Thomson2017-11-111-1/+1
|/
* cmake: Allow user to select bundled zlibHenry Kleynhans2017-11-111-12/+16
* cmake: move Darwin-specific block aroundEtienne Samson2017-10-231-9/+12
* cmake: Add USE_HTTPS as a CMake optionEtienne Samson2017-10-231-25/+55
* cmake: use FeatureSummary to display which features we end up usingEtienne Samson2017-10-231-0/+16
* cmake: make our macOS helpers more CMake-yEtienne Samson2017-10-231-14/+8