summaryrefslogtreecommitdiff
path: root/cmake
Commit message (Expand)AuthorAgeFilesLines
* cmake: refactor `check_prototype_definition`Edward Thomson2023-05-121-0/+16
* Merge pull request #6482 from libgit2/ethomson/xdiffEdward Thomson2023-04-131-0/+9
|\
| * xdiff: move xdiff to 'deps'Edward Thomson2023-03-031-0/+9
* | http: add SSPI authentication on WindowsEdward Thomson2023-03-212-5/+5
* | http: introduce schannel streams for windowsEdward Thomson2023-03-213-19/+25
|/
* cmake: support older cmakesEdward Thomson2023-02-131-1/+1
* cmake: provide empty experimental.h for non-cmake usersEdward Thomson2022-09-191-0/+11
* Merge pull request #6191 from libgit2/ethomson/sha256_pocEdward Thomson2022-07-131-0/+12
|\
| * sha256: make sha256 an experimental optional featureEdward Thomson2022-06-201-0/+12
* | cmake: drop posix dependency from pcre* detectionJan Palus2022-07-072-5/+4
|/
* sha256: support dynamically loaded opensslEdward Thomson2022-04-041-0/+8
* sha: support Win32 for SHA256Edward Thomson2022-03-231-0/+2
* sha: support OpenSSL for SHA256Edward Thomson2022-03-231-7/+9
* sha: support mbedTLS for SHA256Edward Thomson2022-03-232-7/+20
* sha: support CommonCrypto for SHA256Edward Thomson2022-03-231-1/+15
* sha: add sha256 algorithmEdward Thomson2022-03-231-1/+13
* sha1: remove generic implementationEdward Thomson2022-03-231-1/+1
* cmake: refactor `add_clar_test` into separate moduleEdward Thomson2022-02-221-0/+7
* refactor: make util an object libraryEdward Thomson2022-02-221-3/+0
* cmake: Fix package name for system http-parserMichał Górny2022-02-131-1/+1
* Merge pull request #6153 from arroz/fix/apple-static-libEdward Thomson2022-01-301-1/+1
|\
| * Introduced `LINK_WITH_STATIC_LIBRARIES` per PR comments.Miguel Arroz2022-01-091-1/+1
| * Disabling setting `CMAKE_FIND_LIBRARY_SUFFIXES` on Apple platforms.Miguel Arroz2021-12-291-1/+1
* | Fix typosDimitris Apostolou2022-01-051-1/+1
|/
* cmake: use PROJECT_SOURCE_DIR of CMAKE_SOURCE_DIRJosh Junon2021-12-235-11/+11
* cmake: use CMAKE_SOURCE_DIR and CMAKE_BINARY_DIRethomson/cleanupEdward Thomson2021-11-225-11/+11
* cmake: use WINHTTP when USE_WINHTTP is specifiedethomson/cmake_testEdward Thomson2021-11-171-1/+1
* cmake: move sha1 source selection into CMakeLists.txtEdward Thomson2021-11-141-12/+2
* cmake: refactor global variablesEdward Thomson2021-11-148-26/+26
* cmake: reformat modulesEdward Thomson2021-11-1420-812/+689
* cmake: move missing-declarations warning to top-levelEdward Thomson2021-11-111-0/+1
* cmake: refactor zlib selectionethomson/cmake3Edward Thomson2021-11-111-0/+34
* cmake: refactor WinHTTP selectionEdward Thomson2021-11-111-0/+17
* cmake: refactor libssh2 selectionEdward Thomson2021-11-111-0/+41
* cmake: refactor regex selectionEdward Thomson2021-11-111-0/+51
* cmake: refactor http_parser selectionEdward Thomson2021-11-111-0/+19
* cmake: HTTP_Parser is now HTTPParserEdward Thomson2021-11-111-0/+0
* cmake: move cflag defaults into a separate moduleEdward Thomson2021-11-111-0/+153
* cmake: standardize USE_WINHTTPEdward Thomson2021-11-111-1/+1
* cmake: standardize USE_THREADS and USE_NSECEdward Thomson2021-11-111-18/+12
* libgit2_clar is now libgit2_testsMartin Kühl2021-10-281-1/+1
* Discover libssh2 without pkg-configLaurent Stacul2021-09-141-0/+13
* cmake: select hashes umbrella variable has been removed.Dmitry Lobanov2021-08-281-2/+1
* cmake: select hashes missing umbrella header has been added.Dmitry Lobanov2021-08-281-0/+2
* openssl: dynamically load libssl and symbols (optionally)Edward Thomson2021-08-241-0/+4
* cmake: extended futimens checking on macOSethomson/futimensEdward Thomson2021-07-301-0/+14
* cmake: remove CheckPrototypeDefinition modulePatrick Steinhardt2020-07-122-125/+0
* cmake: move modules into the "cmake/" top level dirPatrick Steinhardt2020-06-0121-0/+0
* cmake: Sort source files for reproducible buildspks/cmake-sort-reproducible-buildsPatrick Steinhardt2020-05-151-0/+2
* cmake: streamline backend detectionPatrick Steinhardt2020-04-013-86/+61