summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* cmake: use `check_symbol_exists` for rand functionsEdward Thomson2023-05-131-2/+2
* posix: use WSAPoll on win32Edward Thomson2023-05-131-2/+6
* posix: introduce p_poll emulation with selectEdward Thomson2023-05-131-0/+5
* cmake: refactor `check_prototype_definition`Edward Thomson2023-05-121-14/+4
* cmake: simplify QSORT namesEdward Thomson2023-05-121-4/+4
* Work around -Werror problems when detecting qsort variantsDimitry Andric2023-05-091-0/+10
* util: detect all possible qsort_r and qsort_s variantsDimitry Andric2023-05-081-3/+17
* Merge pull request #6482 from libgit2/ethomson/xdiffEdward Thomson2023-04-131-0/+1
|\
| * xdiff: move xdiff to 'deps'Edward Thomson2023-03-031-0/+1
* | http: introduce schannel streams for windowsEdward Thomson2023-03-211-1/+0
|/
* meta: generated `features.h` is now `git2_features.h`Edward Thomson2022-06-201-6/+0
* cmake: only use `getloadavg` where it existsEdward Thomson2022-06-131-0/+1
* cmake: add `gnu` library for HaikuEdward Thomson2022-06-131-2/+2
* cmake: detect `getentropy`Edward Thomson2022-06-131-0/+4
* cli: infrastructure for a cli projectEdward Thomson2022-02-261-0/+4
* refactor: `tests` is now `tests/libgit2`Edward Thomson2022-02-221-2/+2
* refactor: make util an object libraryEdward Thomson2022-02-221-0/+178
* refactor: `src` is now `src/libgit2`Edward Thomson2022-02-221-300/+3
* rand: introduce git_rand PRNGEdward Thomson2022-02-091-0/+2
* Merge pull request #6195 from libgit2/ethomson/zdiff3Edward Thomson2022-02-021-0/+10
|\
| * xdiff: include new xdiff from gitEdward Thomson2022-01-301-0/+10
* | cmake: disable some gnu extensionsPeter Pettersson2022-01-301-0/+1
|/
* 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