swig/CCache
William S Fulton a80aa441aa reorder new test
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11036 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2009-01-07 11:24:07 +00:00
..
debian add debian patch 14_hardllink_doc.diff 2008-12-09 21:44:58 +00:00
packaging Import ccache-2.4 source 2008-11-03 13:37:28 +00:00
web Add debian patch 13_html_links.diff 2008-12-09 21:42:51 +00:00
args.c Import ccache-2.4 source 2008-11-03 13:37:28 +00:00
ccache.c Fix lack of error logging in some situations and fix failure to work on windows when swig is a pure Win32 (non-cygwin) compile 2009-01-07 02:26:34 +00:00
ccache.h Add Win32 ccache locking from Christophe Gisquet patch http://lists.samba.org/archive/ccache/2006q3/000242.html 2008-12-20 17:20:25 +00:00
ccache.yo Add CCACHE_STRIPC option to remove an unwarranted warning when using ccache with the Solaris Workshop C++ compiler 2008-12-21 23:16:56 +00:00
ccache_swig_config.h.in integrate ccache build 2008-11-07 17:03:57 +00:00
cleanup.c Import ccache-2.4 source 2008-11-03 13:37:28 +00:00
configure.in Add ccache uninstall target. Fix ccache install/uninstall to take account of --program-prefix --program-suffix 2008-12-08 20:40:20 +00:00
COPYING Import ccache-2.4 source 2008-11-03 13:37:28 +00:00
execute.c remove unnecessary logging on Win32 builds 2009-01-07 10:36:00 +00:00
hash.c Import ccache-2.4 source 2008-11-03 13:37:28 +00:00
install-sh Import ccache-2.4 source 2008-11-03 13:37:28 +00:00
Makefile.in Add ccache documentation to main docs 2008-12-20 01:45:11 +00:00
mdfour.c Import ccache-2.4 source 2008-11-03 13:37:28 +00:00
mdfour.h Import ccache-2.4 source 2008-11-03 13:37:28 +00:00
README Import ccache-2.4 source 2008-11-03 13:37:28 +00:00
README.swig add info about ccache-win32 patches applied 2008-12-17 00:25:30 +00:00
snprintf.c Import ccache-2.4 source 2008-11-03 13:37:28 +00:00
stats.c Clean up gcc-4.3 warnings 2008-12-07 10:57:43 +00:00
test.sh reorder new test 2009-01-07 11:24:07 +00:00
unify.c win32 fixes to pass the ccache test-suite 2008-12-19 21:41:05 +00:00
util.c Fix lack of error logging in some situations and fix failure to work on windows when swig is a pure Win32 (non-cygwin) compile 2009-01-07 02:26:34 +00: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