]> git.ipfire.org Git - thirdparty/ccache.git/commit
Move third party source code to src/third_party
authorJoel Rosdahl <joel@rosdahl.net>
Sat, 20 Jul 2019 12:49:17 +0000 (14:49 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Sun, 21 Jul 2019 21:05:06 +0000 (23:05 +0200)
commit0689910ae4a586c3548e1f77db0e0cf1238adb9b
treef09d7e8508c8add1614568fe983acea2950c88e5
parent14d4371b50206fe9dfba45222b63a3d01605e16c
Move third party source code to src/third_party
24 files changed:
LICENSE.adoc
Makefile.in
configure.ac
dev.mk.in
src/ccache.c
src/ccache.h
src/common_header.h
src/compression.h
src/hashutil.c
src/manifest.c
src/manifest.h
src/third_party/getopt_long.c [moved from src/getopt_long.c with 100% similarity]
src/third_party/getopt_long.h [moved from src/getopt_long.h with 100% similarity]
src/third_party/hashtable.c [moved from src/hashtable.c with 100% similarity]
src/third_party/hashtable.h [moved from src/hashtable.h with 100% similarity]
src/third_party/hashtable_itr.c [moved from src/hashtable_itr.c with 100% similarity]
src/third_party/hashtable_itr.h [moved from src/hashtable_itr.h with 100% similarity]
src/third_party/hashtable_private.h [moved from src/hashtable_private.h with 100% similarity]
src/third_party/minitrace.c [moved from src/minitrace.c with 100% similarity]
src/third_party/minitrace.h [moved from src/minitrace.h with 100% similarity]
src/third_party/snprintf.c [moved from src/snprintf.c with 100% similarity]
src/third_party/xxhash.c [moved from src/xxhash.c with 100% similarity]
src/third_party/xxhash.h [moved from src/xxhash.h with 100% similarity]
unittest/main.c