swig/CCache
William S Fulton c4e29fb686 Remove mkstemp replacement for ccache-swig on Cygwin
Cygwin 1.7.0 as well as Cygwin 1.7.24 seem to be working okay
Cygwin 1.7.24 gives gcc warning about dangerous use of mktemp
2013-09-14 15:51:50 -07:00
..
debian
packaging
web
args.c
ccache.c
ccache.h Remove mkstemp replacement for ccache-swig on Cygwin 2013-09-14 15:51:50 -07:00
ccache.yo
ccache_swig_config.h.in
cleanup.c Fix ccache-swig internal error bug due to premature file cleanup 2013-05-19 00:59:28 +01:00
configure.ac Rename configure.in files to expected modern name configure.ac 2013-01-12 00:57:17 +00:00
COPYING
execute.c
hash.c
install-sh
Makefile.in
mdfour.c
mdfour.h
README
README.swig
snprintf.c
stats.c Fix ccache-swig internal error bug due to premature file cleanup 2013-05-19 00:59:28 +01:00
test.sh Warning fix for ccache-swig tests 2013-04-28 18:41:11 +01:00
unify.c
util.c Remove mkstemp replacement for ccache-swig on Cygwin 2013-09-14 15:51:50 -07: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