summaryrefslogtreecommitdiff
path: root/contrib/buildsystems/CMakeLists.txt
AgeCommit message (Expand)AuthorFilesLines
2021-01-23Remove support for v1 of the PCRE libraryLibravatar Ævar Arnfjörð Bjarmason1-4/+0
2020-12-04cmake: determine list of extra built-ins dynamicallyLibravatar Johannes Schindelin1-4/+11
2020-09-30cmake (Windows): recommend using Visual Studio's built-in CMake supportLibravatar Johannes Schindelin1-9/+17
2020-09-30cmake (Windows): initialize vcpkg/build dependencies automaticallyLibravatar Johannes Schindelin1-0/+4
2020-09-30cmake (Windows): complain when encountering an unknown compilerLibravatar Johannes Schindelin1-0/+2
2020-09-30cmake (Windows): let the `.dll` files be found when running the testsLibravatar Johannes Schindelin1-0/+3
2020-09-30cmake: quote the path accurately when editing `test-lib.sh`Libravatar Johannes Schindelin1-1/+1
2020-09-30cmake: fall back to using `vcpkg`'s `msgfmt.exe` on WindowsLibravatar Johannes Schindelin1-1/+5
2020-09-28cmake: ensure that the `vcpkg` packages are found on WindowsLibravatar Johannes Schindelin1-0/+7
2020-09-28cmake: do find Git for Windows' shell interpreterLibravatar Johannes Schindelin1-1/+1
2020-08-13drop vcs-svn experimentLibravatar Jeff King1-21/+5
2020-08-13make git-fast-import a builtinLibravatar Jeff King1-4/+1
2020-08-13make git-bugreport a builtinLibravatar Jeff King1-4/+1
2020-08-13make credential helpers builtinsLibravatar Jeff King1-19/+1
2020-06-26cmake: support for building git on windows with msvc and clang.Libravatar Sibi Siddharthan1-10/+45
2020-06-26cmake: support for building git on windows with mingwLibravatar Sibi Siddharthan1-23/+94
2020-06-26cmake: support for testing git when building out of the source treeLibravatar Sibi Siddharthan1-0/+20
2020-06-26cmake: support for testing git with ctestLibravatar Sibi Siddharthan1-0/+124
2020-06-26cmake: installation support for gitLibravatar Sibi Siddharthan1-0/+49
2020-06-26cmake: generate the shell/perl/python scripts and templates, translationsLibravatar Sibi Siddharthan1-1/+110
2020-06-12Introduce CMake support for configuring GitLibravatar Sibi Siddharthan1-0/+592