Top > All Packages in Directory > Ccache

Ccache - Compiler cache

'Ccache' is a fast compiler cache. It acts as a caching pre-processor to C/C++ compilers, using the -E compiler switch and a hash to detect when a compilation can be satisfied from cache. When the same code is compiled again the cached output is used, giving a significant speedup (typically 5x). You can also create symbolic links from your compiler's name to ccache; this lets you use ccache without any changes to your build system.

'Ccache' produces the same output that the real compiler would, including the same object files and compiler warnings that the real compiler would produce. The only way to tell you are using ccache is the speed.



Obtaining

Web pagehttp://ccache.samba.org/
Source tarballhttp://ccache.samba.org/ftp/ccache/ccache-2.3.tar.gz
Source informationhttp://ccache.samba.org/ftp/ccache/
Version 2.3 (stable) released on 2003-09-29
Licensed under The GNU General Public License, Version 2.
This is not a GNU package.

Documentation
User manpage available in HTML format from http://ccache.samba.org/ccache/ccache-man.html
Support contacts

Help List<bugs@ccache.samba.org>
Developer List<bugs@ccache.samba.org>
Bug List<bugs@ccache.samba.org>

Project contacts

Maintainers
Developers
Contributors
  • Erik Thiele

Related information

Source repository:pserver:cvs@pserver.samba.org:/cvsroot co ccache
Interfacescommand line
Source languagesC

Entry information

License verified byJanet Casey <jcasey@gnu.org> on 2002-05-17
Entry compiled byJanet Casey <jcasey@gnu.org>

Categories



The copyright licensing notice below applies to this text. The software described in this text has its own copyright notice and license, which can usually be found in the distribution itself.

Copyright © 2000, 2001, 2002, 2003 Free Software Foundation, Inc.

Permission is granted to copy, distribute, and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1 or any later version published by the Free Software Foundation; with no Invariant Sections, with no Front-Cover Texts, and with no Back-Cover Texts. A copy of this license is included in the file COPYING.DOC.

Please report any problems in this page to bug-directory@gnu.org, or find out how you can help fix them.

The FSF provides this directory as a service to the free software community. Please consider donating to the FSF to help support this project.