]> git.ipfire.org Git - thirdparty/git.git/commit - Makefile
simple-ipc: add win32 implementation
authorJeff Hostetler <jeffhost@microsoft.com>
Mon, 15 Mar 2021 21:08:23 +0000 (21:08 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 15 Mar 2021 21:32:50 +0000 (14:32 -0700)
commit59c7b88198af8af29deffb2eee7b7b2329e9197e
treea7730b01f2e80b4cdadf679c7901667164fd39f1
parent066d5234d04737408f5f537f30f19873a2c7637f
simple-ipc: add win32 implementation

Create Windows implementation of "simple-ipc" using named pipes.

Signed-off-by: Jeff Hostetler <jeffhost@microsoft.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile
compat/simple-ipc/ipc-shared.c [new file with mode: 0644]
compat/simple-ipc/ipc-win32.c [new file with mode: 0644]
config.mak.uname
contrib/buildsystems/CMakeLists.txt
simple-ipc.h [new file with mode: 0644]