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
-
7
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory:PowerPC/ccache && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
ccache-4.4.2.tar.xz | 0000510260 498 KB | |
ccache-4.4.2.tar.xz.asc | 0000000833 833 Bytes | |
ccache.changes | 0000049509 48.3 KB | |
ccache.keyring | 0000010603 10.4 KB | |
ccache.spec | 0000002409 2.35 KB |
Revision 62 (latest revision is 82)
Dominique Leuenberger (dimstar_suse)
accepted
request 925240
from
Martin Pluskal (pluskalm)
(revision 62)
- Update to version 4.4.2: * See https://ccache.dev/releasenotes.html#_ccache_4_4_2 for detailed list of changes
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.