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.7.4.tar.xz 0000547820 535 KB
ccache-4.7.4.tar.xz.asc 0000000833 833 Bytes
ccache.changes 0000058066 56.7 KB
ccache.keyring 0000010603 10.4 KB
ccache.spec 0000002473 2.42 KB
fix2038.patch 0000000395 395 Bytes
Revision 6 (latest revision is 13)
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 6)
- update to 4.7.4:
  * Fixed an inode cache race condition.
  * The default temporary directory is now `$XDG_RUNTIME_DIR/ccache-tmp`
    instead of a hardcoded `/run/user/<UID>/ccache-tmp`. If `XDG_RUNTIME_DIR` 
    is not set, `<cache_dir>/tmp` is used. This avoids creating `/run/user/<UID>`
    on systems that don't have it if compiling as root.
  * Added a fallback in case `posix_fallocate` returns `EINVAL` when
    creating the
  inode cache file.
  * Connection timeout for an HTTP connection is now reported as a timeout
    instead
  * Temporary files found in the cache are no longer counted in
  `--show-compression`.
  * Removed duplicate magic header in output from `--inspect`.
  * Ccache now properly waits for all recompression jobs to finish when
    there is no `f` subdirectory in the cache.
  * Documentation improvements
Comments 0
openSUSE Build Service is sponsored by