ccache - a fast compiler cache
Go to file
2010-01-05 18:53:02 +01:00
packaging fixed dos text format in ccache.spec 2003-09-25 08:15:21 +02:00
web Correct documentation about hard links 2010-01-05 18:53:00 +01:00
args.c Remove trailing whitespace 2010-01-05 18:53:01 +01:00
autogen.sh Stop on error in autogen.sh 2010-01-05 18:53:00 +01:00
ccache.1 Correct documentation about hard links 2010-01-05 18:53:00 +01:00
ccache.c Correctly handle direct mode hit, missing object file and differing cpp hash 2010-01-05 18:53:02 +01:00
ccache.h Rewrite absolute paths under CCACHE_BASEDIR to relative 2010-01-05 18:53:02 +01:00
ccache.yo First working version of the direct mode 2010-01-05 18:53:01 +01:00
cleanup.c Remove trailing whitespace 2010-01-05 18:53:01 +01:00
configure.ac Remove trailing whitespace 2010-01-05 18:53:01 +01:00
COPYING added some docs and comments ... 2002-03-27 00:58:31 +01:00
dump-manifest Print entry counts in dump-manifest 2010-01-05 18:53:02 +01:00
execute.c Log fatal messages both to stderr and log file 2010-01-05 18:53:01 +01:00
hash.c First working version of the direct mode 2010-01-05 18:53:01 +01:00
hashtable_itr.c First working version of the direct mode 2010-01-05 18:53:01 +01:00
hashtable_itr.h First working version of the direct mode 2010-01-05 18:53:01 +01:00
hashtable_private.h First working version of the direct mode 2010-01-05 18:53:01 +01:00
hashtable.c First working version of the direct mode 2010-01-05 18:53:01 +01:00
hashtable.h First working version of the direct mode 2010-01-05 18:53:01 +01:00
hashutil.c Correctly handle direct mode hit, missing object file and differing cpp hash 2010-01-05 18:53:02 +01:00
hashutil.h Correctly handle direct mode hit, missing object file and differing cpp hash 2010-01-05 18:53:02 +01:00
install-sh Remove trailing whitespace 2010-01-05 18:53:01 +01:00
Makefile.in Avoid warning from autoconf by adding datarootdir assignment to Makefile.in 2010-01-05 18:53:02 +01:00
manage-cache.sh Remove trailing whitespace 2010-01-05 18:53:01 +01:00
manifest.c Let direct mode create dependency file too 2010-01-05 18:53:02 +01:00
manifest.h Correctly handle direct mode hit, missing object file and differing cpp hash 2010-01-05 18:53:02 +01:00
mdfour.c Remove trailing whitespace 2010-01-05 18:53:01 +01:00
mdfour.h Remove trailing whitespace 2010-01-05 18:53:01 +01:00
murmurhashneutral2.c First working version of the direct mode 2010-01-05 18:53:01 +01:00
murmurhashneutral2.h First working version of the direct mode 2010-01-05 18:53:01 +01:00
NEWS Add support for -Wp,-MD and -Wp,-MMD flags 2010-01-05 18:53:02 +01:00
perf.sh Simple performance benchmark script 2010-01-05 18:53:02 +01:00
README Remove trailing whitespace 2010-01-05 18:53:01 +01:00
snprintf.c Remove trailing whitespace 2010-01-05 18:53:01 +01:00
stats.c First working version of the direct mode 2010-01-05 18:53:01 +01:00
test.sh Rewrite include directory option arguments into relative to get better hit rate 2010-01-05 18:53:02 +01:00
unify.c Let hash_* functions take a hash context so that they are reusable 2010-01-05 18:53:01 +01:00
util.c Rewrite absolute paths under CCACHE_BASEDIR to relative 2010-01-05 18:53:02 +01:00

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