A Fast C/C++ Compiler Cache

Edit Package ccache

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++.

Refresh
Refresh
Source Files
Filename Size Changed
ccache-3.2.4.tar.xz 0000302548 295 KB
ccache-3.2.4.tar.xz.asc 0000000819 819 Bytes
ccache.changes 0000017314 16.9 KB
ccache.keyring 0000010603 10.4 KB
ccache.spec 0000002258 2.21 KB
Revision 33 (latest revision is 76)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 337328 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 33)
- Update to 3.2.4
  * Fixed build error related to zlib on systems with older make 
    versions (regression in ccache 3.2.3).
  * Made conversion-to-bool explicit to avoid build warnings (and 
    potential runtime errors) on legacy systems.
  * Improved signal handling: Kill compiler on SIGTERM; wait for 
    compiler to exit before exiting; die appropriately.
  * Minor fixes related to Windows support.
  * The correct compression level is now used if compression is 
    requested.
  * Fixed a bug where cache cleanup could be run too early for 
    caches larger than 64 GiB on 32-bit systems.
Comments 2

Luz Paz's avatar

ccache v4.6 was released https://ccache.dev/releasenotes.html


Danilo Spinella's avatar

I tried updating it yesterday but I have encountered some tests failing that need investigation.

openSUSE Build Service is sponsored by