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 |
---|---|---|
0001-Add-another-cleanup-mechanism-evict-older-tha |
0000006829 6.67 KB | |
ccache-3.7.11.tar.xz | 0000354160 346 KB | |
ccache-3.7.11.tar.xz.asc | 0000000833 833 Bytes | |
ccache.changes | 0000044288 43.3 KB | |
ccache.keyring | 0000010603 10.4 KB | |
ccache.spec | 0000002514 2.46 KB |
Revision 55 (latest revision is 82)
Dominique Leuenberger (dimstar_suse)
accepted
request 822943
from
Kristyna Streitova (kstreitova)
(revision 55)
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.