A Fast C/C++ Compiler Cache

Edit Package ccache
https://ccache.dev/

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-4.5.1.tar.xz 0000513008 501 KB
ccache-4.5.1.tar.xz.asc 0000000833 833 Bytes
ccache.changes 0000050801 49.6 KB
ccache.keyring 0000010603 10.4 KB
ccache.spec 0000002297 2.24 KB
Revision 117 (latest revision is 144)
Martin Pluskal's avatar Martin Pluskal (pluskalm) accepted request 935294 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 117)
- update to 4.5.1:
  * Fixed entry_size field for result entries.
  * The actual compression level is now once again stored in the cache entry
  header. 
  * Corrected error handling for unconstructible secondary storage backends. For
  instance, this avoids a crash when a Redis server can't be reached.
  * Made various improvements to the cache entry format. Among other things, the
    header now contains a creation timestamp and a note of the ccache version used
    to create the entry. The cache entry checksum has also been upgraded to use
    128-bit XXH3 instead 64-bit XXH3.
  * Made HTTP keep-alive configurable, defaulting to off for now.
  * Added support for rewriting absolute path to Clang option `--gcc-toolchain`.
  * Fixed a problem with special characters in the user info part of URLs for HTTP
  storage.
  * The hard link and file clone features are now disabled when secondary storage
  is used since they only work for the local primary cache.
Comments 0
openSUSE Build Service is sponsored by