summaryrefslogtreecommitdiff
path: root/contrib/buildsystems/CMakeLists.txt
AgeCommit message (Expand)AuthorFilesLines
2021-07-16Merge branch 'js/gfw-system-config-loc-fix'Libravatar Junio C Hamano1-4/+7
2021-07-13Merge branch 'mr/cmake'Libravatar Junio C Hamano1-9/+28
2021-06-28cmake(windows): set correct path to the system Git configLibravatar Dennis Ameling1-4/+7
2021-06-11cmake: add warning for ignored MSGFMT_EXELibravatar Matthew Rogers1-8/+12
2021-06-11cmake: create compile_commands.json by defaultLibravatar Matthew Rogers1-0/+4
2021-06-11cmake: add knob to disable vcpkgLibravatar Matthew Rogers1-4/+15
2021-05-22Merge branch 'jh/simple-ipc-sans-pthread'Libravatar Junio C Hamano1-1/+9
2021-05-21simple-ipc: correct ifdefs when NO_PTHREADS is definedLibravatar Jeff Hostetler1-1/+9
2021-04-07Merge branch 'js/cmake-vsbuild'Libravatar Junio C Hamano1-7/+19
2021-04-02Merge branch 'jh/simple-ipc'Libravatar Junio C Hamano1-1/+7
2021-03-29cmake(install): include vcpkg dllsLibravatar Dennis Ameling1-0/+4
2021-03-29cmake: add a preparatory work-around to accommodate `vcpkg`Libravatar Johannes Schindelin1-5/+9
2021-03-27cmake(install): fix double .exe suffixesLibravatar Dennis Ameling1-2/+2
2021-03-27cmake: support SKIP_DASHED_BUILT_INSLibravatar Johannes Schindelin1-0/+4
2021-03-22simple-ipc: add Unix domain socket implementationLibravatar Jeff Hostetler1-0/+2
2021-03-15unix-stream-server: create unix domain socket under lockLibravatar Jeff Hostetler1-1/+1
2021-03-15simple-ipc: add win32 implementationLibravatar Jeff Hostetler1-0/+4
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