summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* | Disable SSL when compiling for AmigaOS for now.Sebastian Bauer2013-01-101-1/+3
* | remove ppc sha1 asmEdward Thomson2013-01-081-9/+1
* | keep comments at < 80 charsEdward Thomson2013-01-081-12/+13
* | travis: Include the online suite when running against Travisnulltoken2013-01-061-1/+1
* | Prototypes warning goes awayVicent Marti2013-01-031-2/+1
* | ...and add Clar rawVicent Marti2013-01-031-3/+3
* | /deal with itVicent Marti2013-01-031-6/+0
* | ...fineVicent Marti2013-01-031-2/+2
* | Proper submodule dependencyVicent Marti2013-01-031-3/+3
* | Disable Network suite by defaultVicent Marti2013-01-031-1/+1
* | This is a better nameVicent Marti2013-01-021-1/+2
* | Try it like this...Vicent Marti2013-01-021-7/+5
* | Fuck you CMakeVicent Marti2013-01-021-0/+1
* | Submodule checkoutVicent Marti2013-01-021-7/+7
* | Checkout testVicent Marti2013-01-021-0/+6
* | Add build dependency for clar. Also, fuck you CMake. Fuck you.Vicent Marti2013-01-021-3/+9
* | Bump the Clar submoduleVicent Marti2013-01-021-1/+1
* | Cleanup Clar to make it SIMPLERVicent Marti2013-01-021-10/+11
* | MSVC: Don't list all source files in an endless listSascha Cunz2012-12-191-0/+26
* | DRY: Add function that adds os-specific libraries to our targetsSascha Cunz2012-12-191-14/+15
* | Collect configuration options at the top of the fileSascha Cunz2012-12-191-15/+27
* | DRY: Don't repeat globs for libgit2's own source filesSascha Cunz2012-12-191-6/+7
* | Remove special case source globs for SolarisSascha Cunz2012-12-191-2/+0
* | Remove src/compat/*.c from source globsSascha Cunz2012-12-191-3/+3
* | Search for zlib unconditionalSascha Cunz2012-12-191-5/+7
* | DRY: Scan for regex.c only in one placeSascha Cunz2012-12-191-6/+4