Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-11-22 | ccache: 4.7.3 -> 4.7.4 | Tim Biermann | |
2022-11-07 | ccache: disable tests, we don't install them | Juergen Daubert | |
2022-11-06 | ccache: 4.7.2 -> 4.7.3 | Tim Biermann | |
2022-10-30 | ccache: update to 4.7.2 | Juergen Daubert | |
2022-10-23 | ccache: 4.7 -> 4.7.1 | Tim Biermann | |
2022-10-20 | ccache: update to 4.7 | Juergen Daubert | |
2022-09-03 | Merge remote-tracking branch 'origin/3.6' into 3.7 | Tim Biermann | |
2022-08-31 | ccache: update to 4.6.3 | Juergen Daubert | |
2022-08-27 | Merge branch '3.6' into 3.7 | Juergen Daubert | |
2022-08-27 | ccache: update to 4.6.2 | Juergen Daubert | |
2022-05-24 | Merge remote-tracking branch 'origin/3.6' into 3.7 | Tim Biermann | |
2022-05-24 | ccache: 4.6 -> 4.6.1 | Danny Rawlins | |
2022-03-05 | Merge remote-tracking branch 'origin/3.6' into 3.7 | Tim Biermann | |
2022-03-05 | ccache: 4.5.1 -> 4.6 | Tim Biermann | |
2022-01-10 | ccache: updated cmake syntax | Tim Biermann | |
2021-12-05 | ccache: 4.4.2 -> 4.5.1 | Danny Rawlins | |
2021-09-29 | ccache: 4.4.1 -> 4.4.2 | Danny Rawlins | |
2021-09-19 | ccache: fix man page generation to asciidoctor and not asciidoc | Danny Rawlins | |
2021-09-19 | ccache: update man page | Danny Rawlins | |
2021-09-11 | ccache: 4.4 -> 4.4.1 | Tim Biermann | |
2021-08-22 | ccache: 4.3 -> 4.4 | Tim Biermann | |
2021-05-11 | ccache: 4.2.1 -> 4.3 | Danny Rawlins | |
2021-03-28 | ccache: 4.2 -> 4.2.1 | Danny Rawlins | |
2021-02-02 | ccache: 4.1 -> 4.2 | Danny Rawlins | |
2020-11-24 | ccache: fix man page | Danny Rawlins | |
2020-11-24 | ccache: 4.0 -> 4.1 | Danny Rawlins | |
2020-11-09 | ccache: clean up cmake syntax | Danny Rawlins | |
2020-10-29 | ccache: add missing manual page | Danny Rawlins | |
2020-10-28 | [notify] ccache: 3.7.12 -> 4.0 | Danny Rawlins | |
New dependency cmake Changed compression algorithm from Deflate (zlib) to Zstandard, zstd will be used if installed, else it'll compile ccache staticly with a local zstd copy Changed hash algorithm from MD4 to BLAKE3 Improved cache directory structure Changed the default cache directory location to follow the XDG base directory specification The CCACHE_DIR environment variable still overrides the default location just like before The cache directory structure has changed compared to previous versions (more details below). This means that ccache 4.0 will not share cache results with earlier versions. It is however safe to run ccache 4.0 and earlier versions against the same cache directory: cache bookkeeping, statistics and cleanup are backward compatible, with the minor exception that some statistics counters incremented by ccache 4.0 won’t be visible when running ccache -s with an older version https://ccache.dev/releasenotes.html#_ccache_4_0 | |||
2020-10-04 | ccache: 3.7.11 -> 3.7.12 | Danny Rawlins | |
2020-07-22 | ccache: 3.7.10 -> 3.7.11 | Danny Rawlins | |
2020-06-26 | ccache: 3.7.9 -> 3.7.10 | Danny Rawlins | |
2020-04-06 | ccache: 3.7.8 -> 3.7.9 | Danny Rawlins | |
2020-03-27 | ccache: 3.7.7 -> 3.7.8 | Danny Rawlins | |
2020-01-06 | ccache: 3.7.6 -> 3.7.7 | Danny Rawlins | |
2019-12-01 | ccache: 3.7.5 -> 3.7.6 | Danny Rawlins | |
2019-11-03 | ccache: 3.7.4 -> 3.7.5 | Danny Rawlins | |
2019-09-21 | ccache: 3.7.3 -> 3.7.4 | Danny Rawlins | |
2019-08-30 | ccache: 3.7.2 -> 3.7.3 | Danny Rawlins | |
2019-07-27 | ccache: 3.7.1 -> 3.7.2 | Danny Rawlins | |
2019-05-15 | ccache: 3.4.3 -> 3.7.1 | Danny Rawlins | |
2018-09-07 | ccache: 3.4.1 -> 3.4.3 | Danny Rawlins | |
2018-08-24 | opt: remove all .md5sum | Juergen Daubert | |
2018-03-01 | ccache: 3.3.5 -> 3.4.1 | Danny Rawlins | |
2018-01-20 | ccache: 3.3.3 -> 3.3.5 | Danny Rawlins | |
2017-01-26 | updated signatures | Fredrik Rinnestam | |
2017-01-26 | Merge branch '3.2' into 3.3 | Fredrik Rinnestam | |
2017-01-26 | ccache: 3.2.7 -> 3.3.3 | Danny Rawlins | |
2016-10-15 | add opt signatures | Juergen Daubert | |
2016-08-20 | ccache: clean up detecting for clang | Danny Rawlins | |