ccache - a fast compiler cache
Go to file
2006-07-17 03:09:56 +02:00
packaging fixed dos text format in ccache.spec 2003-09-25 08:15:21 +02:00
web One more. 2006-02-05 01:05:28 +01:00
.cvsignore Ignore config.h 2003-09-22 07:01:25 +02:00
args.c use error checking alloc functions in a few more places 2004-09-06 14:47:19 +02:00
autogen.sh added autogen.sh 2005-05-18 06:30:29 +02:00
ccache.1 CCACHE_NOHASH_SIZE_MTIME patch from Jens Schweikhardt 2005-11-24 22:10:08 +01:00
ccache.c make ccache more friendly to the kernels directory layout, by creating 2006-07-17 03:09:30 +02:00
ccache.h fixed build on FreeBSD 2005-07-25 09:05:46 +02:00
ccache.yo added CCACHE_HASH_COMPILER option 2005-11-24 22:54:09 +01:00
cleanup.c make sure we cleanup any tmp files leftover from dead ccache runs 2006-07-17 03:09:56 +02:00
config.h.in fixed build on FreeBSD 2005-07-25 09:05:46 +02:00
configure ran autoheader 2005-05-18 06:28:49 +02:00
configure.in fixed build on FreeBSD 2005-07-25 09:05:46 +02: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 Have the ccache Makefile obey the settings of the CPPFLAGS and LDFLAGS 2006-05-11 23:44:44 +02:00
mdfour.c - attempt to make ccache work with cygwin by using O_BINARY (thanks 2004-09-06 14:24:05 +02:00
mdfour.h - disabled unifier by default (to get warnings right) 2002-04-29 11:12:46 +02: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 added cache directory to statistics (suggestion from "M. Creidieki 2004-09-06 14:46:31 +02:00
test.sh - attempt to make ccache work with cygwin by using O_BINARY (thanks 2004-09-06 14:24:05 +02: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 print a stderr warning on failure to find homedir 2005-05-18 06:32:31 +02: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