summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* 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
* Only add deps/http-parser to include-dirs if requiredSascha Cunz2012-12-191-1/+2
* More external API cleanupVicent Marti2012-11-271-1/+1
* Merge pull request #1086 from scunz/vs_warning_levelRussell Belfer2012-11-191-1/+1
|\
| * VS-Build: Disable /W4 parameter, as it is not picked up anywaySascha Cunz2012-11-191-1/+1
* | Don't use precompiled headers for command-line based VC builds.Sascha Cunz2012-11-191-2/+2
|/
* Win32 CryptoAPI and CNG support for SHA1Edward Thomson2012-11-131-5/+8
* Hide deprecations on MacOSRussell Belfer2012-11-011-0/+3
* Leave CMAKE_BUILD_TYPE absent on those generators which don't use it.Paul Thompson2012-10-281-4/+9
* Removed overwrite of CMAKE_C_FLAGS_DEBUG.Paul Thompson2012-10-281-1/+0
* Remove "-O2 -g" from default CMAKE_C_FLAGS.Paul Thompson2012-10-281-1/+1
* Remove duplicate CMAKE_C_FLAGS inside CMAKE_C_FLAGS_DEBUG.Paul Thompson2012-10-281-1/+1
* remove /ZM1000 from msvc buildsEdward Thomson2012-10-251-0/+3
* Merge pull request #1012 from carlosmn/libcrypto-shaVicent Martí2012-10-231-2/+4
|\
| * Use libcrypto's SHA-1 implementation when linking to itCarlos Martín Nieto2012-10-231-2/+4
* | Remove backwards compatibility for INSTALL_LIBVeeti Paananen2012-10-201-5/+0
* | Let environment CFLAGS override the debug flagsVeeti Paananen2012-10-201-1/+1
* | Use standard CMake variable names for installation pathsVeeti Paananen2012-10-201-5/+5
|/
* tests: add a test for tag autofollow behaviourCarlos Martín Nieto2012-10-111-1/+1
* http: use WinHTTP on WindowsCarlos Martín Nieto2012-09-141-3/+7
* Add support for the more standard LIB_INSTALL_DIR variableIgnacio Casal Quinteiro2012-07-131-4/+9
* revert defaultsChris Young2012-06-201-2/+2
* Removed hardcoded CMAKE_SYSTEM_NAMEChris Young2012-06-131-2/+0
* Merge remote-tracking branch 'source/development' into developmentChris Young2012-06-131-0/+12
|\
| * Precompile headers for MSVC.Ben Straub2012-06-131-0/+12
* | Make this more generic and mergeable.Chris Young2012-06-131-16/+18