summaryrefslogtreecommitdiff
path: root/ccache
AgeCommit message (Collapse)Author
2021-09-11ccache: 4.4 -> 4.4.1Tim Biermann
2021-08-22ccache: 4.3 -> 4.4Tim Biermann
2021-05-11ccache: 4.2.1 -> 4.3Danny Rawlins
2021-03-28ccache: 4.2 -> 4.2.1Danny Rawlins
2021-02-02ccache: 4.1 -> 4.2Danny Rawlins
2020-11-24ccache: fix man pageDanny Rawlins
2020-11-24ccache: 4.0 -> 4.1Danny Rawlins
2020-11-09ccache: clean up cmake syntaxDanny Rawlins
2020-10-29ccache: add missing manual pageDanny Rawlins
2020-10-28[notify] ccache: 3.7.12 -> 4.0Danny 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-04ccache: 3.7.11 -> 3.7.12Danny Rawlins
2020-07-22ccache: 3.7.10 -> 3.7.11Danny Rawlins
2020-06-26ccache: 3.7.9 -> 3.7.10Danny Rawlins
2020-04-06ccache: 3.7.8 -> 3.7.9Danny Rawlins
2020-03-27ccache: 3.7.7 -> 3.7.8Danny Rawlins
2020-01-06ccache: 3.7.6 -> 3.7.7Danny Rawlins
2019-12-01ccache: 3.7.5 -> 3.7.6Danny Rawlins
2019-11-03ccache: 3.7.4 -> 3.7.5Danny Rawlins
2019-09-21ccache: 3.7.3 -> 3.7.4Danny Rawlins
2019-08-30ccache: 3.7.2 -> 3.7.3Danny Rawlins
2019-07-27ccache: 3.7.1 -> 3.7.2Danny Rawlins
2019-05-15ccache: 3.4.3 -> 3.7.1Danny Rawlins
2018-09-07ccache: 3.4.1 -> 3.4.3Danny Rawlins
2018-08-24opt: remove all .md5sumJuergen Daubert
2018-03-01ccache: 3.3.5 -> 3.4.1Danny Rawlins
2018-01-20ccache: 3.3.3 -> 3.3.5Danny Rawlins
2017-01-26updated signaturesFredrik Rinnestam
2017-01-26Merge branch '3.2' into 3.3Fredrik Rinnestam
2017-01-26ccache: 3.2.7 -> 3.3.3Danny Rawlins
2016-10-15add opt signaturesJuergen Daubert
2016-08-20ccache: clean up detecting for clangDanny Rawlins
2016-07-21ccache: 3.2.5 -> 3.2.7Danny Rawlins
2016-05-10ccache: 3.2.4 -> 3.2.5Danny Rawlins
2015-11-04update romster ports for new man page locationDanny Rawlins
2015-10-22ccache: 3.2.1 -> 3.2.4Danny Rawlins
2015-02-12ccache: 3.2 -> 3.2.1Danny Rawlins
2014-11-30ccache: 3.1.9 -> 3.2Danny Rawlins
2014-11-10Update romster's email address.Danny Rawlins
2013-01-08ccache: 3.1.8 -> 3.1.9Danny Rawlins
2012-08-133.1.7 -> 3.1.8Danny Rawlins
2012-06-14ccache: 3.1.6 -> 3.1.7 picked up orphaned portDanny Rawlins
2011-12-15ccache: updated to 3.1.6.Tilman Sauerbeck
2011-01-09ccache: updated to 3.1.3.Tilman Sauerbeck
2007-04-03ccache: adoptedTilman Sauerbeck
2006-02-23create branch for 2.2Johannes Winkelmann

Generated by cgit