ccache - a fast compiler cache
Go to file
2010-08-14 21:14:08 +02:00
m4 General overhaul of license and copyright information 2010-08-02 13:07:42 +02:00
test Add hash_command_output() and hash_multicommand_output() 2010-08-14 21:14:08 +02:00
zlib Bundle (a subset of) zlib 1.2.3 for portability 2010-02-25 23:27:58 +01:00
.gitignore Link test/main with local zlib if needed 2010-07-16 22:37:04 +02:00
args.c Add args_set() function 2010-08-14 21:14:07 +02:00
AUTHORS.txt Spell Ville Skyttä's name correctly 2010-08-04 19:48:43 +02:00
autogen.sh Get rid of configure-dev; dev mode is given by dev.mk.in presence 2010-07-14 14:09:26 +02:00
ccache.c Generalize cc_log_executed_command 2010-08-14 21:14:07 +02:00
ccache.h Generalize cc_log_executed_command 2010-08-14 21:14:07 +02:00
cleanup.c Isolate knowledge of the counters data structure to stats.c 2010-08-03 17:27:41 +02:00
configure.ac Put feature macro configuration stuff in a separate file 2010-07-18 10:54:43 +02:00
counters.c Make reading and writing of statistics counters forward-compatible 2010-08-04 11:03:40 +02:00
counters.h Make reading and writing of statistics counters forward-compatible 2010-08-04 11:03:40 +02:00
dev.mk.in Don't remove version.c when cleaning a release build 2010-08-05 10:54:36 +02:00
dump-manifest Add a hash_size field to the manifest on-disk format 2010-02-22 21:45:53 +01:00
execute.c Generalize cc_log_executed_command 2010-08-14 21:14:07 +02:00
exitfn.c Clear exit_functions after the exit functions have been called 2010-07-16 16:17:37 +02:00
getopt_long.c Format code to use a more consistent coding style 2010-08-01 17:20:33 +02:00
getopt_long.h Make getopt_long prettier and more standalone 2010-02-17 20:09:55 +01:00
GPL-3.0.txt General overhaul of license and copyright information 2010-08-02 13:07:42 +02:00
HACKING.txt Update HACKING.txt with commit message width hint 2010-08-05 10:56:01 +02:00
hash.c Add hash_equal() function 2010-08-14 21:14:07 +02:00
hashtable_itr.c First working version of the direct mode 2010-01-05 18:53:01 +01:00
hashtable_itr.h Another try at supporting systems without support for "extern inline" 2010-02-28 14:55:50 +01:00
hashtable_private.h Portability: Use AC_C_INLINE to check for availability of the inline keyword 2010-02-28 00:07:52 +01:00
hashtable.c First working version of the direct mode 2010-01-05 18:53:01 +01:00
hashtable.h Portability: Use AC_C_INLINE to check for availability of the inline keyword 2010-02-28 00:07:52 +01:00
hashutil.c Add hash_command_output() and hash_multicommand_output() 2010-08-14 21:14:08 +02:00
hashutil.h Add hash_command_output() and hash_multicommand_output() 2010-08-14 21:14:08 +02:00
install-sh Remove trailing whitespace 2010-01-05 18:53:01 +01:00
INSTALL.txt Convert all documentation files to AsciiDoc and rename ccache.txt to manual.txt 2010-04-28 20:44:33 +02:00
LICENSE.txt General overhaul of license and copyright information 2010-08-02 13:07:42 +02:00
lockfile.c win32: Implement lockfile primitives 2010-08-01 17:20:33 +02:00
main.c Split the main function into a separate compilation unit 2010-07-15 19:20:33 +02:00
Makefile.in Don't remove version.c when cleaning a release build 2010-08-05 10:54:36 +02:00
manifest.c Format code to use a more consistent coding style 2010-08-01 17:20:33 +02:00
manifest.h Correctly handle direct mode hit, missing object file and differing cpp hash 2010-01-05 18:53:02 +01:00
MANUAL.txt Add support for running a custom command to identify the compiler 2010-08-11 08:17:42 +02:00
mdfour.c Update license for mdfour.c to GPLv3+ 2010-08-04 19:48:39 +02:00
mdfour.h Switch license to GPLv3+ 2010-04-22 22:47:16 +02:00
murmurhashneutral2.c Format code to use a more consistent coding style 2010-08-01 17:20:33 +02:00
murmurhashneutral2.h First working version of the direct mode 2010-01-05 18:53:01 +01:00
NEWS.txt Put dates in NEWS.txt on separate rows to get better HTML anchors 2010-07-15 17:51:47 +02:00
perf.py perf.py: Enable more accurate measurement of cache hit performance 2010-08-14 21:14:04 +02:00
README.txt General overhaul of license and copyright information 2010-08-02 13:07:42 +02:00
snprintf.c Avoid using intptr_t on non-win32 systems since it may not be defined 2010-07-17 11:58:06 +02:00
stats.c Add support for running a custom command to identify the compiler 2010-08-11 08:17:42 +02:00
test.sh Add support for running a custom command to identify the compiler 2010-08-11 08:17:42 +02:00
unify.c Format code to use a more consistent coding style 2010-08-01 17:20:33 +02:00
util.c Generalize cc_log_executed_command 2010-08-14 21:14:07 +02:00

ccache README
=============


About
-----

ccache is a compiler cache. It speeds up recompilation by caching the result of
previous compilations and detecting when the same compilation is being done
again. Supported languages are C, C++, Objective-C and Objective-C++.

Please see the manual page and documentation at http://ccache.samba.org for
more information.


Documentation
-------------

See the ccache(1) man page. It's also available as MANUAL.{txt,html}.


Installation
------------

See INSTALL.{txt.html}.


Web site
--------

The main ccache web site is here:

    http://ccache.samba.org


Mailing list
------------

There is a mailing list for discussing usage and development of ccache:

    http://lists.samba.org/mailman/listinfo/ccache/

Anyone is welcome to join.


Bug reports
-----------

To submit a bug report or to search for existing reports, please visit this web
page:

    http://ccache.samba.org/bugs.html


Source code repository
----------------------

To get the very latest version of ccache directly from the source code
repository, use git:

    git clone git://git.samba.org/ccache.git

You can also browse the repository:

    http://gitweb.samba.org/?p=ccache.git


History
-------

ccache was originally written by Andrew Tridgell and is currently developed and
maintained by Joel Rosdahl. ccache started out as a reimplementation of Erik
Thiele's ``compilercache'' (see http://www.erikyyy.de/compilercache/) in C.

See also NEWS.{txt,html}.


License and copyright
---------------------

See LICENSE.{txt,html} and AUTHORS.{txt,html}.