mirror of
https://github.com/reactos/ccache.git
synced 2024-12-13 14:16:44 +00:00
ccache - a fast compiler cache
packaging | ||
web | ||
args.c | ||
autogen.sh | ||
ccache.1 | ||
ccache.c | ||
ccache.h | ||
ccache.yo | ||
cleanup.c | ||
configure.ac | ||
COPYING | ||
dump-manifest | ||
execute.c | ||
hash.c | ||
hashtable_itr.c | ||
hashtable_itr.h | ||
hashtable_private.h | ||
hashtable.c | ||
hashtable.h | ||
hashutil.c | ||
hashutil.h | ||
install-sh | ||
Makefile.in | ||
manage-cache.sh | ||
manifest.c | ||
manifest.h | ||
mdfour.c | ||
mdfour.h | ||
murmurhashneutral2.c | ||
murmurhashneutral2.h | ||
NEWS | ||
perf.sh | ||
README | ||
snprintf.c | ||
stats.c | ||
test.sh | ||
unify.c | ||
util.c |
This is a re-implementation of "compilercache" in C The original compilercache scripts were by Erik Thiele (erikyyy@erikyyy.de) and I would like to thank him for an excellent piece of work. See http://www.erikyyy.de/compilercache/ for the original shell scripts. I wrote ccache because I wanted to get a bit more speed out of a compiler cache and I wanted to remove some of the limitations of the shell-script version. Please see the manual page and documentation at http://ccache.samba.org/ INSTALLATION ------------ Please run: ./configure make make install then read the ccache manual page ----------- Andrew Tridgell http://samba.org/~tridge/ bugs@ccache.samba.org