RosBE/RosBE-Windows/Tools/ccache-2.4
Christoph von Wittich 4c84ec6689 return correct error code in link macro
svn path=/trunk/tools/RosBE/; revision=749
2008-07-09 15:25:50 +00:00
..
packaging add ccache sources 2008-03-06 15:29:42 +00:00
web add ccache sources 2008-03-06 15:29:42 +00:00
.cvsignore add ccache sources 2008-03-06 15:29:42 +00:00
args.c apply patch from Christophe Gisquet <christophe dot gisquet at free.fr> with some modifications 2008-03-06 16:36:43 +00:00
ccache-win32.sln add config.h and msvc project files 2008-03-06 15:44:20 +00:00
ccache-win32.vcproj Fix build with old psdk headers (patch by Christoph_vW) 2008-07-07 16:05:56 +00:00
ccache.1 add ccache sources 2008-03-06 15:29:42 +00:00
ccache.c Remixed our Win32 version of ccache: 2008-07-06 20:49:03 +00:00
ccache.h return correct error code in link macro 2008-07-09 15:25:50 +00:00
ccache.yo add ccache sources 2008-03-06 15:29:42 +00:00
cleanup.c apply patch from Christophe Gisquet <christophe dot gisquet at free.fr> with some modifications 2008-03-06 16:36:43 +00:00
config.h - Get our Win32 version of ccache to compile warning-free under MSVC (tested with 2008 at /W4) and GCC (tested with RosBE-Windows 1.2 at -Wall -pedantic) 2008-07-05 14:37:46 +00:00
config.h.in add ccache sources 2008-03-06 15:29:42 +00:00
configure add ccache sources 2008-03-06 15:29:42 +00:00
configure.in add ccache sources 2008-03-06 15:29:42 +00:00
COPYING add ccache sources 2008-03-06 15:29:42 +00:00
execute.c Fixed and reformatted argvtos() function: The previous one did not check if an argument already contains quotation marks. 2008-07-07 14:00:29 +00:00
getopt.c - Get our Win32 version of ccache to compile warning-free under MSVC (tested with 2008 at /W4) and GCC (tested with RosBE-Windows 1.2 at -Wall -pedantic) 2008-07-05 14:37:46 +00:00
getopt.h fix some more warnings and errors 2008-03-06 16:51:01 +00:00
hash.c apply patch from Christophe Gisquet <christophe dot gisquet at free.fr> with some modifications 2008-03-06 16:36:43 +00:00
install-sh add ccache sources 2008-03-06 15:29:42 +00:00
Makefile Remixed our Win32 version of ccache: 2008-07-06 20:49:03 +00:00
Makefile.in add ccache sources 2008-03-06 15:29:42 +00:00
mdfour.c add ccache sources 2008-03-06 15:29:42 +00:00
mdfour.h add ccache sources 2008-03-06 15:29:42 +00:00
mkstemp.c Remixed our Win32 version of ccache: 2008-07-06 20:49:03 +00:00
README add ccache sources 2008-03-06 15:29:42 +00:00
snprintf.c - Get our Win32 version of ccache to compile warning-free under MSVC (tested with 2008 at /W4) and GCC (tested with RosBE-Windows 1.2 at -Wall -pedantic) 2008-07-05 14:37:46 +00:00
stats.c apply patch from Christophe Gisquet <christophe dot gisquet at free.fr> with some modifications 2008-03-06 16:36:43 +00:00
test.sh add ccache sources 2008-03-06 15:29:42 +00:00
unify.c Remixed our Win32 version of ccache: 2008-07-06 20:49:03 +00:00
util.c Remixed our Win32 version of ccache: 2008-07-06 20:49:03 +00:00
win32-dirent.c - Get our Win32 version of ccache to compile warning-free under MSVC (tested with 2008 at /W4) and GCC (tested with RosBE-Windows 1.2 at -Wall -pedantic) 2008-07-05 14:37:46 +00:00
win32-dirent.h fix some more warnings and errors 2008-03-06 16:51:01 +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