summaryrefslogtreecommitdiff
path: root/contrib/buildsystems
AgeCommit message (Expand)Author
2020-09-30cmake (Windows): recommend using Visual Studio's built-in CMake supportJohannes Schindelin
2020-09-30cmake (Windows): initialize vcpkg/build dependencies automaticallyJohannes Schindelin
2020-09-30cmake (Windows): complain when encountering an unknown compilerJohannes Schindelin
2020-09-30cmake (Windows): let the `.dll` files be found when running the testsJohannes Schindelin
2020-09-30cmake: quote the path accurately when editing `test-lib.sh`Johannes Schindelin
2020-09-30cmake: fall back to using `vcpkg`'s `msgfmt.exe` on WindowsJohannes Schindelin
2020-09-28cmake: ensure that the `vcpkg` packages are found on WindowsJohannes Schindelin
2020-09-28cmake: do find Git for Windows' shell interpreterJohannes Schindelin
2020-09-09Merge branch 'os/vcbuild'Junio C Hamano
2020-09-08contrib/buildsystems: fix expat library name for generated vcxprojOrgad Shaneh
2020-08-13drop vcs-svn experimentJeff King
2020-08-13make git-fast-import a builtinJeff King
2020-08-13make git-bugreport a builtinJeff King
2020-08-13make credential helpers builtinsJeff King
2020-06-26cmake: support for building git on windows with msvc and clang.Sibi Siddharthan
2020-06-26cmake: support for building git on windows with mingwSibi Siddharthan
2020-06-26cmake: support for testing git when building out of the source treeSibi Siddharthan
2020-06-26cmake: support for testing git with ctestSibi Siddharthan
2020-06-26cmake: installation support for gitSibi Siddharthan
2020-06-26cmake: generate the shell/perl/python scripts and templates, translationsSibi Siddharthan
2020-06-12Introduce CMake support for configuring GitSibi Siddharthan
2020-01-16msvc: accommodate for vcpkg's upgrade to OpenSSL v1.1.xJohannes Schindelin
2019-10-15Merge branch 'js/azure-pipelines-msvc'Junio C Hamano
2019-10-06vcxproj: only copy `git-remote-http.exe` once it was builtJohannes Schindelin
2019-09-28contrib/buildsystems: fix Visual Studio Debug configurationAlexandr Miloslavskiy
2019-07-29vcxproj: also link-or-copy builtinsJohannes Schindelin
2019-07-29msvc: add a Makefile target to pre-generate the Visual Studio solutionJohannes Schindelin
2019-07-29contrib/buildsystems: add a backend for modern Visual Studio versionsJohannes Schindelin
2019-07-29contrib/buildsystems: handle options starting with a slashJohannes Schindelin
2019-07-29contrib/buildsystems: also handle -lexpatJohannes Schindelin
2019-07-29contrib/buildsystems: handle libiconv, tooJohannes Schindelin
2019-07-29contrib/buildsystems: handle the curl library optionPhilip Oakley
2019-07-29contrib/buildsystems: error out on unknown optionJohannes Schindelin
2019-07-29contrib/buildsystems: optionally capture the dry-run in a filePhilip Oakley
2019-07-29contrib/buildsystems: redirect errors of the dry run into a log filePhilip Oakley
2019-07-29contrib/buildsystems: ignore gettext stuffPhilip Oakley
2019-07-29contrib/buildsystems: handle quoted spaces in filenamesPhilip Oakley
2019-07-29contrib/buildsystems: fix misleading error messagePhilip Oakley
2019-07-29contrib/buildsystems: ignore irrelevant files in Generators/Johannes Schindelin
2019-07-29contrib/buildsystems: ignore invalidcontinue.objPhilip Oakley
2019-07-29Vcproj.pm: urlencode '<' and '>' when generating VC projectsJohannes Schindelin
2019-07-29Vcproj.pm: do not configure VCWebServiceProxyGeneratorToolJohannes Schindelin
2019-07-29Vcproj.pm: list git.exe first to be startup projectPhilip Oakley
2019-07-29Vcproj.pm: auto-generate GUIDsJohannes Schindelin
2013-11-25mark Windows build scripts executableJonathan Nieder
2010-01-23msvc: Fix an "unrecognized option" linker warningRamsay Jones
2010-01-22engine.pl: Fix a recent breakage of the buildsystem generatorRamsay Jones
2009-11-18Merge branch 'ef/msys-imap'Junio C Hamano
2009-10-30Make the MSVC projects use PDB/IDB files named after the projectSebastian Schuberth
2009-10-23MSVC: Enable OpenSSL, and translate -lcryptoMarius Storm-Olsen