]> git.ipfire.org Git - thirdparty/ccache.git/commit
Merge branch '3.3-maint'
authorJoel Rosdahl <joel@rosdahl.net>
Wed, 10 Jan 2018 20:10:45 +0000 (21:10 +0100)
committerJoel Rosdahl <joel@rosdahl.net>
Wed, 10 Jan 2018 20:10:45 +0000 (21:10 +0100)
commit4eabd959d20254cd1548a0f53660251d55c6db43
tree34c30f3ea37d62ab9ebeff05118135a44a47d1c5
parentf5c4b9428cd67594d0d85729aaa5f760ff02752c
parentab7407f765371ad3188d517d035d12c986ae0347
Merge branch '3.3-maint'

* 3.3-maint:
  Document how automatic cleanup works
  Make ccache -c/--cleanup not take limit_multiple into account
  test: Fix printing of failure reason with glob characters
  Fix grammar in cleanup_* function names
  test: Unset all CCACHE variables in environment
  cleanup: Improve logging
  test: Check more cases of path normalization
  Don't overwrite cached .d file with a version with absolute paths
  test: Fix verbose printing of test case name with space
  Update NEWS
  Don't use cache when building precompiled header with changed deps
  Always use include DEFAULT_SLOPPINESS when overriding CCACHE_SLOPPINESS
MANUAL.txt
NEWS.txt
ccache.c
ccache.h
stats.c
test.sh