summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* Update files that reference tests-clarBen Straub2013-11-141-4/+4
* Merge pull request #1936 from libgit2/better-url-parsingVicent Martí2013-11-101-0/+2
|\
| * Compile HTTP parser on win32 (for url parsing)Ben Straub2013-11-041-0/+2
* | cmake: Add `USE_SSH` optionVicent Marti2013-11-051-1/+3
|/
* Allow -DWINHTTP=OFF to disable WinHTTPEdward Thomson2013-10-251-1/+5
* Really fix the pc fileCarlos Martín Nieto2013-10-231-2/+8
* Set the correct dependencies in the pkg-config fileCarlos Martín Nieto2013-10-231-0/+14
* Make reference lookups apply precomposeunicodeRussell Belfer2013-10-081-3/+11
* Initial iconv hookup for precomposed unicodeRussell Belfer2013-10-031-1/+4
* Initial Implementation of progress reports during pushJameson Miller2013-09-301-0/+2
* Split examples CMakeLists.txtRussell Belfer2013-09-031-34/+1
* Merge pull request #1823 from kadamski/building4androidVicent Martí2013-09-021-2/+4
|\
| * Create ANDROID build optionKrzysztof Adamski2013-09-011-2/+4
* | Build all example files if BUILD_EXAMPLES used.Krzysztof Adamski2013-09-011-0/+15
|/
* Test SSH in travisCarlos Martín Nieto2013-08-141-1/+3
* CMake: finding libssh2 should be idempotentCarlos Martín Nieto2013-08-121-3/+2
* Move slow tests to "stress" clar moduleRussell Belfer2013-08-051-1/+1
* TypoBen Straub2013-07-181-1/+1
* Switch default calling convention to cdecl.Ben Straub2013-07-171-9/+6
* header files show up in vsEdward Thomson2013-07-121-11/+11
* CMakeLists: fix zlib linker setupThomas Rast2013-06-191-6/+4
* cmake: Add option to specify the name of the binarynulltoken2013-06-131-3/+5
* Revert "cmake: Update Windows resources to reflect the optional vendor string"Vicent Marti2013-06-121-11/+0
* Build with the system's http-parser installation if availableVeeti Paananen2013-05-301-3/+12
* cmake: Update Windows resources to reflect the optional vendor stringnulltoken2013-05-221-0/+11
* cmake: Fix indentationnulltoken2013-05-221-4/+4
* Merge pull request #1558 from bmorganpa/ssh_transportVicent Martí2013-05-161-0/+13
|\
| * Merge remote-tracking branch 'origin/development' into ssh_transportBrad Morgan2013-05-071-1/+10
| |\
| * | Added libssh2 cmake moduleBrad Morgan2013-05-071-0/+13
* | | CMake: allow appending a string to the library filenameCarlos Martín Nieto2013-05-141-0/+4
* | | CMake: don't try to use bundled zlib when the system's path is in the cacheCarlos Martín Nieto2013-05-121-1/+3
* | | clar: Always generate the test suiteVicent Marti2013-05-031-1/+1
| |/ |/|
* | cmake 2.6 parser bug workaroundEdward Thomson2013-04-291-1/+1
* | git_atomic_ssize for 64-bit atomics only on 64-bit platformsEdward Thomson2013-04-251-0/+9
|/
* Add rev-list example to makefilesBen Straub2013-04-091-0/+3
* http: Support 302 Found (arrbee did most of the work)Philip Kelley2013-03-251-1/+1
* clar: Disable online tests. By now.Vicent Marti2013-03-251-1/+1
* Fix for a cmake bug when using MSVC + Win64 + static librariesQbProg2013-03-171-0/+6
* Adds an option to select the CRT link mode ( static or dynamic ).QbProg2013-03-171-4/+18
* Use C99 stdio in mingw-w64Carlos Martín Nieto2013-03-081-0/+5
* Merge pull request #1399 from nathan-osman/developmentVicent Martí2013-03-071-2/+5
|\
| * Added build option SONAME to control whether VERSION and SOVERSION were set ...Nathan Osman2013-03-061-2/+5
* | optional tracingEdward Thomson2013-03-071-0/+6
|/
* MSVC: Define NDEBUG to disable asserts in release buildsPhilip Kelley2013-03-061-3/+4
* Improve MSVC compiler, linker flagsPhilip Kelley2013-02-131-7/+56
* Merge pull request #1315 from nulltoken/developmentVicent Martí2013-02-051-0/+2
|\
| * cMakeList: Prevent MSVCR1x0.dll dependencynulltoken2013-02-051-0/+2
* | update examples to work on windowsEdward Thomson2013-01-231-1/+5
* | Add -fPIC only if BUILD_SHARED_LIBS is ONSebastian Bauer2013-01-101-1/+1
* | Compile regexp dependency when AMIGA is defined.Sebastian Bauer2013-01-101-1/+1