summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* 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
* | remove errorneous commentChris Young2012-06-091-1/+1
* | Merge branch 'development' of github.com:chris-y/libgit2 into developmentChris Young2012-06-091-1/+1
|\ \
| * | pre-compiled sha1ppc.S.obj file with nasty CMake hack instructions as the cro...Chris Young2012-06-091-1/+1
* | | Let platform 'Generic' get the regex deps so we don't need to use our externa...Chris Young2012-06-091-8/+15
|/ /
* | Don't use the PPC native SHA1 :( CMake is refusing to acknowledge the sha1pp...Chris Young2012-06-081-3/+3
* | Re-add the ability to select the PowerPC SHA1 functionChris Young2012-06-081-1/+12
* | Generic needs compat filesChris Young2012-06-081-1/+1
* | force disable of openssl, confusing cross-compilerChris Young2012-06-071-6/+6
* | Merge remote-tracking branch 'source/development' into update-testChris Young2012-06-071-65/+142
|\ \ | |/
| * Merge pull request #697 from carlosmn/sslVicent Martí2012-06-051-2/+9
| |\
| | * ssl: remove GnuTLS supportCarlos Martín Nieto2012-05-191-9/+0
| | * https: make it work with OpenSSL as wellCarlos Martín Nieto2012-05-191-7/+16
| | * http: add https support when GnuTLS is availableCarlos Martín Nieto2012-05-191-2/+9
| * | Refactor CMakeLists.txt for mingw cross-compileScott J. Goldman2012-05-261-3/+5
| * | Add CMake build for examples / add them to TravisScott J. Goldman2012-05-201-0/+16
| |/
| * Basic setup for profilingRussell Belfer2012-05-171-0/+5
| * Merge pull request #681 from scottjg/solaris-fixesVicent Martí2012-05-141-1/+3
| |\
| | * Hook up Windows compat fnmatch() for SolarisScott J. Goldman2012-05-101-1/+3
| * | Use -fvisibility=hidden in GCC buildsSascha Cunz2012-05-121-1/+1
| |/
| * Define explicit _WIN32_WINNT version in makefileScott J. Goldman2012-05-071-1/+1
| * Merge pull request #606 from benstraub/t04_commit_to_clarVicent Martí2012-04-021-0/+3
| |\
| | * Ported t04_commit.c to Clar.Ben Straub2012-03-201-0/+3
| * | Moved testing resources to clar, and removed old tests directory.Ben Straub2012-03-311-22/+2
| * | Turning on runtime checks when building debug under MSVC.Ben Straub2012-03-301-2/+3
| |/
| * Adding multi-cpu compile option when generating MSVC projects.Ben Straub2012-03-201-1/+1
| * Import xdiff library from gitRussell Belfer2012-03-021-2/+2
| * regex: Move the defines to a config header and include it unconditionallyCarlos Martín Nieto2012-02-181-1/+0
| * Add POSIX regex sources when neededCarlos Martín Nieto2012-02-171-3/+8
| * Compile with _GNU_SOURCE when appropriateRussell Belfer2012-02-011-1/+1
| * Rename the Clay test suite to ClarVicent Martí2012-01-241-16/+16
| * cmake: generate tagsClemens Buchacher2011-12-291-0/+20
| * cmake: generate clay mainClemens Buchacher2011-12-291-8/+17
| * filebuf: add GIT_FILEBUF_INIT and protect multiple opens and cleanupsRussell Belfer2011-11-221-1/+1
| * CMake: use -O0 in debug modeCarlos Martín Nieto2011-10-221-0/+1
| * Move the transports to their own directoryCarlos Martín Nieto2011-10-121-2/+2
| * msvc: Fix resourc embeddingVicent Marti2011-10-121-6/+5
| * Merge pull request #449 from csware/include-win-version-informationVicent Martí2011-10-121-3/+3
| |\
| | * include version information in git2.dll on WindowsSven Strickroth2011-10-091-1/+1
| | * put version information in separate fileSven Strickroth2011-10-091-1/+1
| | * libgit2 doesn't use -LIB defineSven Strickroth2011-10-091-1/+1
| * | CMake: don't overwrite the user's CFLAGSCarlos Martín Nieto2011-10-111-2/+2
| * | CMake: Only add the STDCALL option when using MSVCCarlos Martín Nieto2011-10-111-1/+5
| |/
| * cmake: Set the old test suite as default for the releaseVicent Marti2011-10-051-2/+2
| * msvc: Disable warnings in header fileVicent Marti2011-09-281-1/+1