Age | Commit message (Expand) | Author | Files | Lines |
2020-12-14 | Merge branch 'js/cmake-extra-built-ins-fix' | Junio C Hamano | 1 | -4/+11 |
2020-12-04 | cmake: determine list of extra built-ins dynamically | Johannes Schindelin | 1 | -4/+11 |
2020-12-04 | ci(vs-build): stop passing the iconv library location explicitly | Dennis Ameling | 1 | -1/+1 |
2020-09-30 | cmake (Windows): recommend using Visual Studio's built-in CMake support | Johannes Schindelin | 1 | -9/+17 |
2020-09-30 | cmake (Windows): initialize vcpkg/build dependencies automatically | Johannes Schindelin | 1 | -0/+4 |
2020-09-30 | cmake (Windows): complain when encountering an unknown compiler | Johannes Schindelin | 1 | -0/+2 |
2020-09-30 | cmake (Windows): let the `.dll` files be found when running the tests | Johannes Schindelin | 1 | -0/+3 |
2020-09-30 | cmake: quote the path accurately when editing `test-lib.sh` | Johannes Schindelin | 1 | -1/+1 |
2020-09-30 | cmake: fall back to using `vcpkg`'s `msgfmt.exe` on Windows | Johannes Schindelin | 1 | -1/+5 |
2020-09-28 | cmake: ensure that the `vcpkg` packages are found on Windows | Johannes Schindelin | 1 | -0/+7 |
2020-09-28 | cmake: do find Git for Windows' shell interpreter | Johannes Schindelin | 1 | -1/+1 |
2020-09-09 | Merge branch 'os/vcbuild' | Junio C Hamano | 2 | -1/+2 |
2020-09-08 | contrib/buildsystems: fix expat library name for generated vcxproj | Orgad Shaneh | 2 | -1/+2 |
2020-08-13 | drop vcs-svn experiment | Jeff King | 1 | -21/+5 |
2020-08-13 | make git-fast-import a builtin | Jeff King | 1 | -4/+1 |
2020-08-13 | make git-bugreport a builtin | Jeff King | 1 | -4/+1 |
2020-08-13 | make credential helpers builtins | Jeff King | 1 | -19/+1 |
2020-06-26 | cmake: support for building git on windows with msvc and clang. | Sibi Siddharthan | 1 | -10/+45 |
2020-06-26 | cmake: support for building git on windows with mingw | Sibi Siddharthan | 1 | -23/+94 |
2020-06-26 | cmake: support for testing git when building out of the source tree | Sibi Siddharthan | 1 | -0/+20 |
2020-06-26 | cmake: support for testing git with ctest | Sibi Siddharthan | 1 | -0/+124 |
2020-06-26 | cmake: installation support for git | Sibi Siddharthan | 1 | -0/+49 |
2020-06-26 | cmake: generate the shell/perl/python scripts and templates, translations | Sibi Siddharthan | 1 | -1/+110 |
2020-06-12 | Introduce CMake support for configuring Git | Sibi Siddharthan | 1 | -0/+592 |
2020-01-16 | msvc: accommodate for vcpkg's upgrade to OpenSSL v1.1.x | Johannes Schindelin | 1 | -2/+2 |
2019-10-15 | Merge branch 'js/azure-pipelines-msvc' | Junio C Hamano | 1 | -0/+3 |
2019-10-06 | vcxproj: only copy `git-remote-http.exe` once it was built | Johannes Schindelin | 1 | -0/+3 |
2019-09-28 | contrib/buildsystems: fix Visual Studio Debug configuration | Alexandr Miloslavskiy | 1 | -7/+8 |
2019-07-29 | vcxproj: also link-or-copy builtins | Johannes Schindelin | 1 | -0/+3 |
2019-07-29 | msvc: add a Makefile target to pre-generate the Visual Studio solution | Johannes Schindelin | 1 | -1/+2 |
2019-07-29 | contrib/buildsystems: add a backend for modern Visual Studio versions | Johannes Schindelin | 1 | -0/+385 |
2019-07-29 | contrib/buildsystems: handle options starting with a slash | Johannes Schindelin | 1 | -1/+1 |
2019-07-29 | contrib/buildsystems: also handle -lexpat | Johannes Schindelin | 1 | -0/+2 |
2019-07-29 | contrib/buildsystems: handle libiconv, too | Johannes Schindelin | 1 | -0/+2 |
2019-07-29 | contrib/buildsystems: handle the curl library option | Philip Oakley | 1 | -1/+3 |
2019-07-29 | contrib/buildsystems: error out on unknown option | Johannes Schindelin | 1 | -0/+2 |
2019-07-29 | contrib/buildsystems: optionally capture the dry-run in a file | Philip Oakley | 1 | -0/+10 |
2019-07-29 | contrib/buildsystems: redirect errors of the dry run into a log file | Philip Oakley | 1 | -1/+6 |
2019-07-29 | contrib/buildsystems: ignore gettext stuff | Philip Oakley | 1 | -0/+6 |
2019-07-29 | contrib/buildsystems: handle quoted spaces in filenames | Philip Oakley | 1 | -3/+4 |
2019-07-29 | contrib/buildsystems: fix misleading error message | Philip Oakley | 1 | -1/+1 |
2019-07-29 | contrib/buildsystems: ignore irrelevant files in Generators/ | Johannes Schindelin | 1 | -1/+1 |
2019-07-29 | contrib/buildsystems: ignore invalidcontinue.obj | Philip Oakley | 1 | -3/+7 |
2019-07-29 | Vcproj.pm: urlencode '<' and '>' when generating VC projects | Johannes Schindelin | 1 | -0/+8 |
2019-07-29 | Vcproj.pm: do not configure VCWebServiceProxyGeneratorTool | Johannes Schindelin | 1 | -12/+0 |
2019-07-29 | Vcproj.pm: list git.exe first to be startup project | Philip Oakley | 1 | -14/+19 |
2019-07-29 | Vcproj.pm: auto-generate GUIDs | Johannes Schindelin | 1 | -57/+9 |
2013-11-25 | mark Windows build scripts executable | Jonathan Nieder | 3 | -0/+0 |
2010-01-22 | msvc: Fix an "unrecognized option" linker warning | Ramsay Jones | 1 | -0/+1 |
2010-01-22 | engine.pl: Fix a recent breakage of the buildsystem generator | Ramsay Jones | 1 | -3/+5 |