summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* sha: support Win32 for SHA256Edward Thomson2022-01-221-0/+2
* sha: support OpenSSL for SHA256Edward Thomson2022-01-221-0/+2
* sha: support mbedTLS for SHA256Edward Thomson2022-01-221-0/+2
* sha: support CommonCrypto for SHA256Edward Thomson2022-01-221-0/+2
* sha: add sha256 algorithmEdward Thomson2022-01-221-1/+5
* sha1: refactor folder structureEdward Thomson2022-01-221-7/+7
* sha1: remove generic implementationEdward Thomson2022-01-221-2/+0
* cmake: use PROJECT_SOURCE_DIR of CMAKE_SOURCE_DIRJosh Junon2021-12-231-13/+13
* cmake: use CMAKE_SOURCE_DIR and CMAKE_BINARY_DIRethomson/cleanupEdward Thomson2021-11-221-13/+13
* cmake: move sha1 source selection into CMakeLists.txtEdward Thomson2021-11-141-0/+15
* cmake: refactor global variablesEdward Thomson2021-11-141-15/+15
* cmake: move missing-declarations warning to top-levelEdward Thomson2021-11-111-2/+0
* cmake: refactor zlib selectionethomson/cmake3Edward Thomson2021-11-111-33/+1
* cmake: refactor WinHTTP selectionEdward Thomson2021-11-111-18/+1
* cmake: refactor libssh2 selectionEdward Thomson2021-11-111-26/+1
* cmake: refactor regex selectionEdward Thomson2021-11-111-52/+1
* cmake: refactor http_parser selectionEdward Thomson2021-11-111-20/+2
* cmake: HTTP_Parser is now HTTPParserEdward Thomson2021-11-111-1/+1
* cmake: qsort detection in features.hEdward Thomson2021-11-111-12/+3
* cmake: move deprecation definition to src/Edward Thomson2021-11-111-0/+4
* cmake: standardize USE_WINHTTPEdward Thomson2021-11-111-1/+1
* cmake: standardize USE_THREADS and USE_NSECEdward Thomson2021-11-111-3/+3
* cmake: stylistic refactoringEdward Thomson2021-10-181-283/+285
* trace: always enabledEdward Thomson2021-10-181-6/+0
* Update src/CMakeLists.txtLaurent Stacul2021-09-141-7/+7
* Discover libssh2 without pkg-configLaurent Stacul2021-09-141-0/+7
* Merge pull request #5950 from boretrk/posixtestEdward Thomson2021-08-251-0/+5
|\
| * tests: optional test for p_open() with empty path segmentsPeter Pettersson2021-08-081-0/+5
* | Fix LIBGIT2_FILENAME not being passed to the resource compilerJulien Richard2021-08-171-1/+1
|/
* cmake: extended futimens checking on macOSethomson/futimensEdward Thomson2021-07-301-1/+1
* alloc: add GIT_DEBUG_STRICT_ALLOCEdward Thomson2021-07-191-0/+5
* Use an option instead of a flag for USE_BUNDLED_ZLIBlhchavez2021-01-041-13/+17
* zlib: Add support for building with Chromium's zlib implementationlhchavez2020-12-231-4/+11
* 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