swig/CCache
Olly Betts 3ce0174a0c Fix random doubled spaces in code 2023-11-17 09:49:36 +13: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 Fix typos 2021-11-17 07:07:02 +02:00
COPYING Import ccache-2.4 source 2008-11-03 13:37:28 +00:00
Makefile.in Fix CCache documentation build and uninstall 2017-07-15 13:17:50 +01:00
README Import ccache-2.4 source 2008-11-03 13:37:28 +00:00
README.swig Fix typos 2021-11-17 07:07:02 +02:00
args.c Import ccache-2.4 source 2008-11-03 13:37:28 +00:00
ccache.c Fix random doubled spaces in code 2023-11-17 09:49:36 +13:00
ccache.h Apply changes requested for this pull request 2017-06-21 11:54:06 +09:00
ccache.yo Use https for swig.org links 2022-10-06 13:16:39 +13:00
ccache_swig_config.h.in integrate ccache build 2008-11-07 17:03:57 +00:00
cleanup.c Fix ccache-swig internal error bug due to premature file cleanup 2013-05-19 00:59:28 +01:00
config_win32.h.in Apply changes requested for this pull request 2017-06-21 11:54:06 +09:00
configure.ac CCache: Do not rely on C89-only features in configure.ac 2023-01-12 17:49:40 +01:00
execute.c Fix typos 2021-11-17 07:07:02 +02: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
mdfour.c CCache mdfour refactor to fix gcc-13 warning 2023-08-18 08:47:20 +01:00
mdfour.h Import ccache-2.4 source 2008-11-03 13:37:28 +00:00
snprintf.c Fix typos 2021-11-17 07:07:02 +02:00
stats.c whitespace fix 2016-06-26 00:06:15 +01:00
test.sh Fix CCache test.sh when CC contains full path 2019-01-21 18:08:30 +00:00
unify.c CCache: Fix memory/file descriptor leaks 2016-06-17 15:07:36 +03:00
util.c CCache: Fix typo in null check 2016-06-17 15:07:39 +03:00

README

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