]> git.ipfire.org Git - thirdparty/ccache.git/commit
Allow mtime- and ctime-only matches.
authorJustin Lebar <justin.lebar@gmail.com>
Tue, 25 Dec 2012 04:09:38 +0000 (23:09 -0500)
committerJoel Rosdahl <joel@rosdahl.net>
Sat, 2 Mar 2013 19:45:58 +0000 (20:45 +0100)
commitb291647878eb3eaa331cb34cab361788231de074
treeb1b320f48d5488b7f477a17d4486de433627e7ed
parent290a8b44f8ed1c117fd54000d58f05912066c63c
Allow mtime- and ctime-only matches.

If CCACHE_SLOPPINESS includes "file_stat_matches", ccache will consider
two files which match in name, size, mtime, and ctime to have the same
contents.  This allows ccache to avoid reading the file, thus speeding
up cache hits.
MANUAL.txt
ccache.h
conf.c
manifest.c
test.sh
test/test_conf.c