summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* CI: run proxy tests with ctestCarlos Martín Nieto2016-04-191-0/+2
* CMakeLists: Further improve the error messages regarding CMAKE_SIZEOF_VOID_PSebastian Schuberth2016-03-241-1/+3
* CMakeLists: Show the pointer size for an unsupported architectureSebastian Schuberth2016-03-231-1/+1
* Merge pull request #3660 from mstrap/mingwEdward Thomson2016-03-181-0/+2
|\
| * Option "LIBGIT2_PREFIX" to set the CMAKE's TARGET_PROPERTIES PREFIXMarc Strapetz2016-03-151-0/+2
* | CMake: do not overwrite but only append to CMAKE_C_FLAGS_DEBUGMarc Strapetz2016-03-151-2/+2
|/
* Enable nanosecond resolution by defaultEdward Thomson2016-03-031-1/+1
* tests: create a ctest target for cred_callbackcmn/auth-retryCarlos Martín Nieto2016-03-031-0/+4
* Merge pull request #3577 from rossdylan/rossdylan/pooldebugEdward Thomson2016-02-281-0/+5
|\
| * Add a new build flag to disable the pool allocator and pass all git_pool_mall...Ross Delinger2016-01-121-0/+5
* | nsec: support NDK's crazy nanosecondsEdward Thomson2016-02-251-9/+17
* | Add winhttp dependencies to pc file.Arthur Schreiber2016-01-091-1/+2
|/
* CMakeLists: Compare CMAKE_SIZEOF_VOID_P as a number, not as a stringSebastian Schuberth2015-12-021-1/+1
* Detect stat's structureJacques Germishuys2015-11-201-3/+18
* Merge pull request #3170 from CmdrMoozy/nsec_fixCarlos Martín Nieto2015-11-121-0/+11
|\
| * Merge branch 'master' into nsec_fix_nextAxel Rasmussen2015-10-011-0/+16
| |\
| * | win32: define our own POSIX struct stat, and support USE_NSECAxel Rasmussen2015-09-181-1/+1
| * | cmake: fix CMake code organization problemAxel Rasmussen2015-09-181-6/+6
| * | cmake: Only provide USE_NSEC if struct stat members are avilable.Axel Rasmussen2015-09-181-1/+7
| * | cmake: add USE_NSEC, and only check nanosec m/ctime if enabledAxel Rasmussen2015-09-181-0/+5
* | | cmake: split sources into original paths for Xcode and MSVCEdward Thomson2015-10-221-9/+9
* | | Merge pull request #3453 from libgit2/cmn/warn-pythonEdward Thomson2015-10-141-1/+6
|\ \ \ | |_|/ |/| |
| * | CMake: be more explicit with python errorscmn/warn-pythonCarlos Martín Nieto2015-10-061-1/+6
| |/
* | Merge pull request #3446 from ethomson/portabilityCarlos Martín Nieto2015-09-301-0/+16
|\ \ | |/ |/|
| * qsort_r/qsort_s: detect their supportEdward Thomson2015-09-301-5/+15
| * p_futimes: support using futimens when availableEdward Thomson2015-09-301-0/+6
* | pkg-config: fix directory references in libgit2.pcDominique Leuenberger2015-09-181-0/+17
* | Revert "Get rid of libssh2 embedding"cmn/ssh-embed-againCarlos Martín Nieto2015-09-031-2/+13
|/
* CMake: fall back to OpenSSL on older OS Xcmn/old-securityCarlos Martín Nieto2015-08-191-2/+12
* Forcing libssh2 lib locationSlava Karpenko2015-08-061-1/+1
* Add -Wdocumentation flag if supportedBen Chatelain2015-07-271-0/+1
* Merge pull request #3292 from tkelman/patch-1Edward Thomson2015-07-111-1/+1
|\
| * Increase required version of cmake to 2.8Tony Kelman2015-07-101-1/+1
* | Include stacktrace summary in memory leak output.Jeff Hostetler2015-06-291-0/+1
|/
* CMake: treat the ld flags as a listCarlos Martín Nieto2015-06-281-10/+14
* pc: Put libcurl and libssh2 in Libs.privatecmn/link-one-levelCarlos Martín Nieto2015-06-261-3/+3
* List `libcurl` in the generated `libgit2.pc`Arthur Schreiber2015-06-251-0/+1
* curl: find and link with the library if it's available by defaultCarlos Martín Nieto2015-06-241-0/+11
* Quote LIBSSH2_LIBRARIES callMarius Ungureanu2015-06-191-1/+1
* cmake: Add CMake check for libssh2 memory credential passing supportMichał Górny2015-05-271-0/+5
* Get rid of libssh2 embeddingcmn/remove-ssh-embedCarlos Martín Nieto2015-05-121-13/+2
* Merge pull request #3086 from yongthecoder/masterCarlos Martín Nieto2015-05-061-3/+1
|\
| * Android build doesn't need deps/regexYong Li2015-05-041-3/+1
* | Ensure frameworks are mentioned in libgit2.pcArthur Schreiber2015-05-051-0/+2
|/
* Rename GIT_SSL to GIT_OPENSSLCarlos Martín Nieto2015-04-231-1/+1
* Add a SecureTransport TLS channelCarlos Martín Nieto2015-04-231-2/+28
* Add MSVC CRTDBG memory leak reporting.Jeff Hostetler2015-04-151-0/+9
* Use swprintf_s everywhere except mingw.orgTony Kelman2015-03-191-2/+1
* use a different .def file for 64 bitTony Kelman2015-03-161-2/+8
* Fix out-of-tree buildTony Kelman2015-03-161-4/+6