A Fast C/C++ Compiler Cache
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++.
- Developed at devel:tools:building
- Sources inherited from project openSUSE:Factory
-
6
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Leap:15.0:Staging:FactoryCandidates/ccache && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
ccache-3.7.3.tar.xz | 0000351416 343 KB | |
ccache-3.7.3.tar.xz.asc | 0000000833 833 Bytes | |
ccache.changes | 0000036657 35.8 KB | |
ccache.keyring | 0000010603 10.4 KB | |
ccache.spec | 0000002348 2.29 KB |
Revision 46 (latest revision is 82)
Dominique Leuenberger (dimstar_suse)
accepted
request 726110
from
Martin Pluskal (pluskalm)
(revision 46)
- Update to version 3.7.3: * The cache size (which is counted in “used disk blocks”) is now correct on filesystems that use more or less disk blocks than conventional filesystems, e.g. ecryptfs or btrfs/zfs with transparent compression. This also fixes a related problem with ccache’s own test suite when run on such file systems. Fixed a regression in 3.7.2 when using the compiler option “-Werror” and then “-Wno-error” later on the command line. - Changes n version 3.7.2: * The compiler option -gdwarf* no longer forces “run_second_cpp = true”. * Added verification that the value passed to the -o/--set-config option is valid. * Fixed detection of precompiled headers in the depend mode. * Bail out on too hard Clang option -ftime-trace. * ccache now updates the correct stats file when adding/updating manifest files. This bug previously made the file and size statistics counters incorrect over time. * Fixed warnings from Clang about unused arguments during preprocessing. * Unknown manifest versions are now handled gracefully in --dump-manifest. * Fixed make check with “funny” locales.
Comments 2
ccache v4.6 was released https://ccache.dev/releasenotes.html
I tried updating it yesterday but I have encountered some tests failing that need investigation.