ccache - a fast compiler cache
Go to file
2010-01-05 18:53:01 +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 use error checking alloc functions in a few more places 2004-09-06 14:47:19 +02: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 Don't hash CCACHE_PREFIX 2010-01-05 18:53:01 +01:00
ccache.h Add __attribute__ format declarations 2010-01-05 18:53:01 +01:00
ccache.yo Resync ccache.yo with ccache.1 2010-01-05 18:53:01 +01:00
cleanup.c make sure we cleanup any tmp files leftover from dead ccache runs 2006-07-17 03:09:56 +02:00
configure.ac Rename configure.in to configure.ac 2010-01-05 18:53:01 +01:00
COPYING added some docs and comments ... 2002-03-27 00:58:31 +01:00
execute.c support absolute paths in CCACHE_PREFIX 2004-09-06 15:11:15 +02:00
hash.c - attempt to make ccache work with cygwin by using O_BINARY (thanks 2004-09-06 14:24:05 +02:00
install-sh added autoconf 2002-03-31 11:02:21 +02:00
Makefile.in Add support for Emacs flymake-mode 2010-01-05 18:53:01 +01:00
manage-cache.sh Use zlib compression for the cached files 2010-01-05 18:53:00 +01:00
mdfour.c Fix indentation 2010-01-05 18:53:01 +01:00
mdfour.h - disabled unifier by default (to get warnings right) 2002-04-29 11:12:46 +02:00
NEWS Don't hash CCACHE_PREFIX 2010-01-05 18:53:01 +01:00
README testing new cvs server 2002-08-09 11:36:08 +02:00
snprintf.c fixed some warnings 2003-01-06 03:10:15 +01:00
stats.c Fix GCC 4.3 warnings 2010-01-05 18:53:00 +01:00
test.sh unset CCACHE_DISABLE so ccache on build farm with lcov is OK 2007-02-28 05:23:43 +01:00
unify.c - attempt to make ccache work with cygwin by using O_BINARY (thanks 2004-09-06 14:24:05 +02:00
util.c Fix indentation 2010-01-05 18:53:01 +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