]> git.ipfire.org Git - thirdparty/ccache.git/shortlog
thirdparty/ccache.git
2016-07-12  Joel RosdahlPrepare for v3.1.12 3.1-maint v3.1.12
2016-07-11  Joel RosdahlDisable mingw32 build on v3.1.x
2016-07-11  Joel RosdahlAdd .travis.yml
2016-07-11  Joel RosdahlMark 3.1.12 as still unreleased
2016-07-08  Joel RosdahlPrepare for v3.1.12
2016-07-08  Joel RosdahlDon't rewrite source file path if it's absolute and...
2015-03-07  Joel RosdahlPrepare for v3.1.11 v3.1.11
2015-03-07  Joel RosdahlPrepare for v3.1.11
2015-03-07  Joel RosdahlUpdate NEWS.txt
2015-03-07  Joel RosdahlTweak copyright years
2015-03-07  Joel RosdahlFix comment scanning bug in hash_source_code_string
2014-12-26  Joel RosdahlInclude info on CCACHE_CPP2 in hash
2014-12-13  Ville SkyttäSpelling fix
2014-12-09  Joel RosdahlRevert "Do not rely on pids being unique"
2014-11-13  Joel RosdahlDon't try to reset a non-existing stats file
2014-11-13  Joel RosdahlDo not rely on pids being unique
2014-10-19  Joel RosdahlFix NEWS.txt syntax to please AsciiDoc
2014-10-19  Joel RosdahlPrepare for v3.1.10 v3.1.10
2014-10-19  Joel RosdahlUpdate NEWS
2014-09-19  Mike Frysingerignore config.cache files
2014-08-16  Joel RosdahlRequire CCACHE_SLOPPINESS=pch_defines when creating...
2014-08-07  Joel RosdahlUpdate AUTHORS
2014-08-07  Joel RosdahlUpdate NEWS
2014-07-17  Joel RosdahlFix problem with logging of current working directory
2014-06-16  Joel RosdahlReformat NEWS.txt entries to be easier to work with
2014-05-18  Joel RosdahlInclude signal.h in system.h
2014-05-14  Joel RosdahlFix clang build warning "shift count >= width of type"
2014-05-14  Joel RosdahlClean up stale files in internal tempdir once an hour
2014-05-12  Joel RosdahlAdd signal handler to clean up temporary files at unexp...
2014-05-12  Joel RosdahlDon't needlessly allocate empty counter_updates data...
2014-04-15  Yiding Jiamanifest file_info fix
2014-04-13  Ville SkyttäClean up dead code flagged by cppcheck and clang-analyzer
2014-04-13  Joel RosdahlMark fatal() with __attribute__((noreturn)) to please...
2014-04-09  Joel RosdahlFix bug in common_dir_prefix_length
2014-01-08  Joel RosdahlRequire CCACHE_SLOPPINESS=pch_defines,time_macros opt...
2014-01-08  Joel Rosdahldoc: Mention that --ccache-skip currently does not...
2014-01-08  Joel RosdahlDon't hash compiler option -fdebug-prefix-map=
2013-08-30  Ville SkyttäSpelling fixes
2013-08-30  Joel RosdahlAvoid creating ccache directory when CCACHE_DISABLE...
2013-08-08  Joel RosdahlBail out on option -gsplit-dwarf which produces multipl...
2013-08-08  Michael MeeksTreat zero length object files as invalid
2013-08-08  Joel RosdahlFix path canonicalization in make_relative_path when...
2013-08-08  Joel RosdahlHandle some dirname() special cases as expected
2013-08-08  Joel RosdahlCorrect make_relative_path comment
2013-03-31  Ville SkyttäFix test suite failure on GCC 4.8, take three
2013-03-31  Joel RosdahlFix test suite failure on GCC 4.8, take two
2013-03-20  Joel RosdahlFix test suite failure on GCC 4.8
2013-03-20  Ville SkyttäComment spelling fix
2013-02-04  Joel RosdahlImprove execute() not to rely on special exit codes...
2013-01-08  Bernhard BauerSupport -Xclang compiler option.
2013-01-06  Joel RosdahlPrepare for v3.1.9 v3.1.9
2013-01-05  Joel RosdahlHandle disappearing temporary stdout file gracefully
2013-01-05  Joel RosdahlImprove error reporting when failing to create stdout...
2013-01-05  Joel RosdahlDon't leak log file descriptor to executed commands
2013-01-03  Joel RosdahlImprove x_unlink's temporary filename
2012-11-04  Joel RosdahlDon't create cache subdirectories in read-only mode
2012-09-17  Andrew StubbsFix bug testing with ecryptfs
2012-09-07  Alfred LandrumHandle EAGAIN during copy_fd
2012-08-11  Joel RosdahlPrepare for v3.1.8 v3.1.8
2012-08-11  Joel RosdahlUse C89-style comments
2012-08-11  Joel RosdahlAdd quicktest Makefile target
2012-08-09  Joel RosdahlRename static_assert macro to avoid clash with any...
2012-08-07  Patrick von... make git version macro work if compiled outside of...
2012-07-30  Lubos Lunakhash also Clang plugins
2012-07-29  Joel RosdahlSimplify generation of relative automatic dependency...
2012-07-29  Joel RosdahlMinor code cleanup
2012-07-29  Joel RosdahlAdd test for rewriting of absolute dependency arguments
2012-07-29  Lalit ChhabraMake dependency arguments relative to increase cache...
2012-07-29  Joel RosdahlCorrect doc string of make_relative_path
2012-07-28  Joel RosdahlImprove get_relative_path and add unit tests
2012-07-27  Joel RosdahlCanonicalize paths when computing path relative to...
2012-05-31  Joel RosdahlCorrectly handle backslash in strings in hash_source_co...
2012-05-31  Joel RosdahlClean up code formatting
2012-03-07  Joel RosdahlDon't crash when stderr is closed
2012-02-01  Joel RosdahlAdd -c if missing when compiling a header file
2012-01-16  Joel RosdahlDon't crash when current working directory doesn't...
2012-01-08  Joel RosdahlPrepare for v3.1.7 v3.1.7
2012-01-08  Joel RosdahlUpdate NEWS
2012-01-08  Joel RosdahlAlso recognize -specs=file in addition to --specs=file
2012-01-08  Joel RosdahlRevert GCC bug compatibility for -MTarg and -MQarg
2012-01-07  Joel RosdahlFix minor memory leaks
2012-01-06  Joel RosdahlCorrect log message when unify mode is enabled
2012-01-06  Joel RosdahlHash environment variables that affect the preprocessor...
2012-01-05  Joel RosdahlHash mtime or content of GCC plugins specified with...
2012-01-05  Joel RosdahlUse hash_compiler for explicit --specs= options as...
2012-01-05  Joel RosdahlRefactor code into a hash_compiler function
2011-12-20  Joel RosdahlImprove description on how to fix bad object files...
2011-12-19  Joel RosdahlMake failure to create files in cache fatal
2011-12-19  Joel RosdahlMake failure to create cache directories fatal
2011-09-17  Joel RosdahlRemove unused print_executed_command function
2011-09-11  Joel RosdahlHandle non-writable CCACHE_DIR gracefully
2011-09-04  Ville SkyttäSync mdfour.c license header with other files, notably...
2011-08-21  Joel RosdahlTweak news markup
2011-08-21  Joel RosdahlPrepare for v3.1.6 v3.1.6
2011-08-03  Joel RosdahlDon't crash when getcwd() fails
2011-05-30  Joel RosdahlRewrite argument to --sysroot if CCACHE_BASEDIR is...
2011-05-30  Jon BernardFix stats display alignment for preprocessing
2011-05-29  Joel RosdahlMinor spelling tweak
2011-05-29  Joel RosdahlPrepare for v3.1.5 v3.1.5
2011-05-21  Joel RosdahlOnly link with -lm if needed
next