forked from pool/ccache
* Added support for `CCACHE_COMPILERCHECK=string:<value>`. This is a faster alternative to `CCACHE_COMPILERCHECK=<command>` if the command's output can be precalculated by the build system. * Add support for caching code coverage results (compiling for gcov). * Fixed bug which could result in false cache hits when source code contains `'"'` followed by `" /*"` or `" //"` (with variations). * Made hash of cached result created with and without `CCACHE_CPP2` different. This makes it possible to rebuild with `CCACHE_CPP2` set without having to clear the cache to get new results. * Don't try to reset a non-existing stats file. This avoids ``No such file or directory'' messages in the ccache log when the cache directory doesn't exist. * Fixed a bug where ccache deleted clang diagnostics after compiler failures. * Avoid performing an unnecessary copy of the object file on a cache miss. * Bail out on too hard compiler option `-fmodules`. * Bail out on too hard compiler option `-fplugin=libcc1plugin` (interaction with GDB). * Fixed build error when compiling ccache with recent clang versions. * Removed signal-unsafe code from signal handler. * Corrected logic for when to output cached stderr. * Wipe the whole cached result on failure retrieving a cached file. * Fixed build error when compiling ccache with recent clang OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/ccache?expand=0&rev=36
18 lines
819 B
Plaintext
18 lines
819 B
Plaintext
-----BEGIN PGP SIGNATURE-----
|
|
Version: GnuPG v1
|
|
|
|
iQIcBAABCAAGBQJVT08GAAoJEJlt2gdVlK24d6kP/jZ3rcvVcb3sG72TAeh2EC3m
|
|
AX+7w7Rltpg9giGWF0gI3hawkEZpFCznEz/c5Nj3oi2iAe04qGwkuLn8I41uipKW
|
|
O3LlwwAZDFrkUUiX9U0EtqRYkCy1HHyYeT7tyfevRGUxiuwIPjhv6lQo/e+BGHVC
|
|
Su8DKWSRTFLvPyY5slZHRulUFvLW5FlQijCHQXoSpuFJYXn4eUb9tnG78NFOHfWL
|
|
e9SaPqhn9Owqbrl/yty61C8F+PrcNKSYOInvNZbDR58aPwLQIbBMe/cggDwO+uYU
|
|
L+Zys9SYQs0RhOWiggEy3/eV2/alyYI53dVCd7WbaeC3A0Key+KlK2F/Cx/pQatL
|
|
fU1ZEvCVJFdn5q6lyusqDblTdLaoKGuWhg5g42IbYutb7KpJQ0xol1BDlzG7xIve
|
|
vEL2vsIaZevehO5Lsti/+dyIGgfIpJEXeYZZniCiIEHjaupIFyDsJP6QzMHE0wTI
|
|
fbSCeNQwSKhvg82p5F/7yzBOBfaXdnAG3WdtUyrRGVbYOxbb3V/8lR0U9kpsDqWs
|
|
bmu8iQ11LB/eGNfqGRWmsgyUIlRe5qvih8tc+DyTlQGJYOt7vGygMjWWEmfOzniN
|
|
1+D0+001qkZr44GSrDCIOme4GRm4Wrns3j71Qs81C9WJbzzLiNx3KbBDN2+UN+Pp
|
|
tETz6oxMLbrJ8SpXXpbc
|
|
=j54c
|
|
-----END PGP SIGNATURE-----
|