Age | Commit message (Expand) | Author | Files | Lines |
2022-01-17 | wrapper: add a helper to generate numbers from a CSPRNG | brian m. carlson | 1 | -1/+1 |
2021-12-15 | Merge branch 'hn/reftable' | Junio C Hamano | 2 | -3/+22 |
2021-12-10 | Merge branch 'bc/require-c99' | Junio C Hamano | 1 | -1/+1 |
2021-12-01 | git-compat-util: add a test balloon for C99 support | brian m. carlson | 1 | -1/+1 |
2021-10-21 | git-sh-setup: remove "sane_grep", it's not needed anymore | Ævar Arnfjörð Bjarmason | 1 | -1/+0 |
2021-10-08 | reftable: utility functions | Han-Wen Nienhuys | 2 | -3/+22 |
2021-09-27 | hook-list.h: add a generated list of hooks, like config-list.h | Ævar Arnfjörð Bjarmason | 1 | -0/+7 |
2021-07-16 | Merge branch 'js/gfw-system-config-loc-fix' | Junio C Hamano | 1 | -4/+7 |
2021-07-13 | Merge branch 'mr/cmake' | Junio C Hamano | 1 | -9/+28 |
2021-06-28 | cmake(windows): set correct path to the system Git config | Dennis Ameling | 1 | -4/+7 |
2021-06-11 | cmake: add warning for ignored MSGFMT_EXE | Matthew Rogers | 1 | -8/+12 |
2021-06-11 | cmake: create compile_commands.json by default | Matthew Rogers | 1 | -0/+4 |
2021-06-11 | cmake: add knob to disable vcpkg | Matthew Rogers | 1 | -4/+15 |
2021-05-22 | Merge branch 'jh/simple-ipc-sans-pthread' | Junio C Hamano | 1 | -1/+9 |
2021-05-21 | simple-ipc: correct ifdefs when NO_PTHREADS is defined | Jeff Hostetler | 1 | -1/+9 |
2021-04-07 | Merge branch 'js/cmake-vsbuild' | Junio C Hamano | 1 | -7/+19 |
2021-04-02 | Merge branch 'jh/simple-ipc' | Junio C Hamano | 1 | -1/+7 |
2021-03-29 | cmake(install): include vcpkg dlls | Dennis Ameling | 1 | -0/+4 |
2021-03-29 | cmake: add a preparatory work-around to accommodate `vcpkg` | Johannes Schindelin | 1 | -5/+9 |
2021-03-27 | cmake(install): fix double .exe suffixes | Dennis Ameling | 1 | -2/+2 |
2021-03-27 | cmake: support SKIP_DASHED_BUILT_INS | Johannes Schindelin | 1 | -0/+4 |
2021-03-22 | simple-ipc: add Unix domain socket implementation | Jeff Hostetler | 1 | -0/+2 |
2021-03-15 | unix-stream-server: create unix domain socket under lock | Jeff Hostetler | 1 | -1/+1 |
2021-03-15 | simple-ipc: add win32 implementation | Jeff Hostetler | 1 | -0/+4 |
2021-01-23 | Remove support for v1 of the PCRE library | Ævar Arnfjörð Bjarmason | 1 | -4/+0 |
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 |