Download List

專案描述

ccache is a compiler cache. It speeds up recompilation of C/C++ code by caching previous compilations and detecting when the same compilation is being done again.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2010-11-29 04:38
3.1.3

The -MFarg, -MTarg, and -MQarg compiler options (i.e., without a space between the option and argument) are now handled correctly.
標籤: Bugfixes

2010-11-22 05:30
3.1.2

The compiler options -fdump-* are now correctly detected as too hard to cache. NULL return values from malloc/calloc of zero bytes are now handled correctly. An issue when parsing precompiler output on AIX has been fixed. Documentation on which information is included in the hash sum has been improved. The test suite portability has been improved.
標籤: Bugfixes

2010-11-08 08:25
3.1.1

Non-regular include files are now handled correctly. CRC errors are detected when decompressing compressed files in the cache. A potential object file corruption race on NFS has been fixed. Documentation has been corrected. Configure detection of ar is now done properly.
標籤: Minor bugfixes

2010-09-17 08:36
3.1

Support has been added for hashing the output of a custom command to identify the compiler. Compilations that use precompiled headers are now supported. Behaviour on NFS mounts has been improved. Some bugs have been fixed.
標籤: new features, Bugfixes

2010-07-16 06:02
3.0.1

The statistics counter "called for link" is now correctly updated when linking with a single object file. A problem with out-of-source builds has been fixed.
標籤: Minor bugfixes

Project Resources