]> git.ipfire.org Git - thirdparty/ccache.git/shortlog
thirdparty/ccache.git
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
2011-05-21  Joel RosdahlMove up "can't use precompiled header" stat so that...
2011-05-04  Joel RosdahlFix minor memory leak in get_cwd()
2011-04-17  Grigory EntinSupport rewriting paths in -F/-iframework GCC options
2011-04-17  Joel RosdahlBe bug compatible with GCC for -MTarg and -MQarg
2011-04-13  Joel RosdahlLog original command line
2011-04-13  Joel RosdahlCorrectly handle -MF/-MT/-MQ with concatenated argument...
2011-04-09  Joel RosdahlUpdate copyright for 2011
2011-04-03  Joel RosdahlAdd separate counter "called for preprocessing"
2011-04-03  Joel RosdahlInclude strerror(errno) in error messages when system...
2011-01-09  Joel RosdahlPrepare for version 3.1.4 v3.1.4
2011-01-03  Joel RosdahlCope with file systems (e.g. FAT) that don't handle...
2010-12-18  Joel RosdahlClose file handle in create_cachedirtag on write error
2010-12-14  Joel RosdahlRemove corrupt manifest files so that they won't block...
2010-12-13  Joel RosdahlAvoid creating empty file before creating new manifest...
2010-12-12  Joel RosdahlCompensate for bug in gzputc in zlib 1.2.5
2010-11-28  Joel RosdahlPrepare for version 3.1.3 v3.1.3
2010-11-28  Joel RosdahlHandle -MFarg, -MTarg and -MQarg compiler options correctly
2010-11-28  Joel RosdahlCorrect location of rpl_* defines to outside "#if ...
2010-11-22  Joel Rosdahlportability: Disable support for long double in snprint...
2010-11-22  Joel Rosdahlportability: Handle system *sprintf functions with...
2010-11-22  Joel Rosdahlportability: Add Holger Weiß's improved snprintf replac...
2010-11-21  Joel RosdahlUpdate NEWS for version 3.1.2 v3.1.2
2010-11-21  Joel Rosdahltest: New attempt at coping with unsynchronized clocks...
2010-11-21  Joel RosdahlAdd Björn Jacke as a contributor
2010-11-21  Joel RosdahlBail out on too hard compiler options -fdump-*
2010-11-21  Joel RosdahlPut -E compiler option check in the compopts table
2010-11-17  Joel Rosdahlportability: Support systems without /dev/zero
2010-11-14  Joel RosdahlCorrectly handle "#line N" (without path) directive...
2010-11-11  Joel RosdahlAdd notes about the AIX compiler's preprocessor output
2010-11-11  Joel RosdahlImprove documentation of hashed information
2010-11-09  Joel RosdahlFixed typo in x_calloc
2010-11-09  Joel RosdahlMake x_malloc and x_calloc always return NULL for zero...
2010-11-09  Björn JackeFix calloc success check
2010-11-09  Björn JackeFix malloc success check
2010-11-07  Joel RosdahlAdd 3.1.1 news v3.1.1
2010-11-02  Joel RosdahlFall back to preprocessor mode when seeing a non-regula...
2010-11-01  Joel RosdahlProperly close fd in manifest_get if gzdopen fails
2010-11-01  Wilson SnyderCheck for CRC errors after decompression
2010-11-01  Joel Rosdahldoc: Sort environment variables correctly
2010-11-01  Joel RosdahlMinor doc string fixes
2010-11-01  Wilson SnyderFix NFS object corruption
2010-09-26  Joel RosdahlMinor tweak of version finding command
2010-09-26  Wilson SnyderFix version.c for older gits
2010-09-22  Joel RosdahlCheck $AR when detecting ar as this seems to be the...
2010-09-18  Joel RosdahlCorrect example command string for CCACHE_COMPILERCHECK
2010-09-17  Wilson SnyderPrint temp file name in debug message
2010-09-16  Joel RosdahlNEWS tweak v3.1
2010-09-16  Joel RosdahlPrepare for version 3.1
2010-09-15  Joel RosdahlReword news item
2010-09-15  Joel RosdahlHandle EINTR correctly
2010-09-14  Joel RosdahlMake --ccache-skip work for all options
next