ccache - a fast compiler cache
Go to file
Andrew Tridgell 2c629987c2 ensure the right CC is passed to test.sh
(patch from Nicholas Clark <nick@ccl4.org>)
2004-09-06 15:04:22 +02:00
packaging fixed dos text format in ccache.spec 2003-09-25 08:15:21 +02:00
web added a link to cachecc1 2003-11-28 00:08:24 +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
ccache.1 added CCACHE_UMASK 2003-09-27 13:34:50 +02:00
ccache.c cope with HOME not being set 2004-09-06 14:59:12 +02:00
ccache.h cope with HOME not being set 2004-09-06 14:59:12 +02:00
ccache.yo allow more -M options and fix some typos 2003-09-28 06:47:59 +02:00
cleanup.c - avoid using basename() to fix systems with that already defined 2003-09-25 08:11:28 +02:00
config.h.in some systems don't have gethostname() .... 2003-03-07 13:09:19 +01:00
configure cope with HOME not being set 2004-09-06 14:59:12 +02:00
configure.in cope with HOME not being set 2004-09-06 14:59:12 +02:00
COPYING added some docs and comments ... 2002-03-27 00:58:31 +01:00
execute.c - attempt to make ccache work with cygwin by using O_BINARY (thanks 2004-09-06 14:24:05 +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 ensure the right CC is passed to test.sh 2004-09-06 15:04:22 +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 cope with HOME not being set 2004-09-06 14:59:12 +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