Go to file
Martin Pluskal 177d3fa551 Accepting request 1071214 from home:dirkmueller:Factory
- update to 4.8:
  * Improved the automatic cache cleanup mechanism. Automatic
    cleanups are now performed on 1/256 of the cache instead of
    1/16, thus making them much quicker (but naturally more frequent).
    Cleanups are coordinated between ccache processes so that at most
    one process will perform cleanup at a time. Also, the actual cache
    size will stay very close to the configured maximum size instead of
    staying around 90% as was the case before.
  * Added support for setting per-compilation configuration options on
    the command line. Example: `ccache hash_dir=false gcc -c example.c`
  * Made it possible to disable ccache for a certain source code file
    by embedding the string `ccache:disable` in a comment near the top
    of the file.
  * Made ccache understand that an MSVC `/Z7` option overrides an
    earlier `/Z*` option and thus is not too hard to cache.
  * Added a `--recompress-threads` command line option for selecting
    the number of CPU threads to use when recompressing the local cache.
  * Added `--trim-recompress` and `--trim-recompress-threads` command
    line options for recompressing file-based remote storage.
  * Added tmpfs, ufs and zfs to the list of supported filesystems on
    macOS and BSDs for the inode cache.
  * Improved progress bars for clean/clear/evict-style operations.
  * Improved printing of cache sizes in various outputs.
  * Activate debug logging for command mode options like `--cleanup`.
  * Added support for `-Wp,-U<macro>` in the direct mode.
  * Added quotes around arguments with space in logged command lines.
  * Added logging of executed command lines on Windows. +
  * Made sure not to update the stats file when there are no incremented
    counters.
  * Improved actual disk size calculation on Windows.

OBS-URL: https://build.opensuse.org/request/show/1071214
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/ccache?expand=0&rev=131
2023-03-14 08:39:58 +00:00
.gitattributes OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ccache?expand=0&rev=1 2007-01-15 23:06:38 +00:00
.gitignore OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ccache?expand=0&rev=1 2007-01-15 23:06:38 +00:00
ccache-4.8.tar.xz Accepting request 1071214 from home:dirkmueller:Factory 2023-03-14 08:39:58 +00:00
ccache-4.8.tar.xz.asc Accepting request 1071214 from home:dirkmueller:Factory 2023-03-14 08:39:58 +00:00
ccache.changes Accepting request 1071214 from home:dirkmueller:Factory 2023-03-14 08:39:58 +00:00
ccache.keyring Accepting request 287550 from home:pluskalm:branches:devel:tools:building 2015-02-26 10:54:03 +00:00
ccache.spec Accepting request 1071214 from home:dirkmueller:Factory 2023-03-14 08:39:58 +00:00
fix2038.patch Accepting request 1000202 from home:bmwiedemann:branches:devel:tools:building 2022-08-30 09:33:08 +00:00