]> git.ipfire.org Git - thirdparty/ccache.git/shortlog
thirdparty/ccache.git
2011-07-25  Chris AtLeeMake sure we only handle known -fprofile flags. Rewrite...
2011-07-25  Chris AtLeeMove -fprofile handling into cc_process_args
2011-07-25  Chris AtLeeLook for .gcda files in profile directory when using...
2011-07-23  Chris AtLeeFix profile_use directory, and valgrind warning
2011-07-23  Chris AtLeerefactor to handle profile directories
2011-07-22  Chris AtLeeUse hash_delimeter before hashing profile data
2011-07-22  Chris AtLeeAvoid output_obj being freed by accident
2011-07-22  Chris AtLeeFix comment style
2011-07-21  Chris AtLeeHash the cwd if we're outputting to our object file...
2011-07-20  Chris AtLeehandle -fprofile-use
2011-07-20  Chris AtLeeadding tests
2011-07-20  Chris AtLeeGet -fprofile-generate, -fprofile-arcs working
2011-05-30  Joel RosdahlMerge branch 'maint'
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 RosdahlMerge branch 'maint'
2011-05-29  Joel RosdahlMinor spelling tweak
2011-05-29  Joel RosdahlPrepare for v3.1.5 v3.1.5
2011-05-21  Joel RosdahlMerge branch 'maint'
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 RosdahlMerge branch 'maint'
2011-05-04  Joel RosdahlFix minor memory leak in get_cwd()
2011-04-17  Joel RosdahlMerge branch 'maint'
2011-04-17  Grigory EntinSupport rewriting paths in -F/-iframework GCC options
2011-04-17  Joel RosdahlMerge branch 'maint'
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 RosdahlFix typo
2011-04-09  Joel RosdahlUpdate copyright for 2011
2011-04-09  Joel RosdahlMerge branch 'maint'
2011-04-09  Joel RosdahlUpdate copyright for 2011
2011-04-03  Joel RosdahlPlug some memory leaks in the unit tests
2011-04-03  Joel RosdahlCheck and log failure after create_parent_dirs()
2011-04-03  Joel RosdahlMerge branch 'maint'
2011-04-03  Joel RosdahlAdd separate counter "called for preprocessing"
2011-04-03  Joel RosdahlInclude strerror(errno) in error messages when system...
2011-03-27  Joel RosdahlUpdate util functions in ccache.h to match reality
2011-03-23  Joel RosdahlAdd missing void parameter for nullary function declara...
2011-03-13  Joel RosdahlCorrect make_relative_path description
2011-02-03  Joel RosdahlPlug some memory leaks
2011-02-03  Joel RosdahlDon't crash when CCACHE_PREFIX is " "
2011-02-03  Joel RosdahlFix code style
2011-02-02  Mark StarovoytovSupport several binaries in CCACHE_PREFIX
2011-01-23  Joel RosdahlDon't pass -c to the preprocessor
2011-01-09  Joel RosdahlMerge branch 'maint'
2011-01-09  Joel RosdahlPrepare for version 3.1.4 v3.1.4
2011-01-03  Joel RosdahlMerge branch 'maint'
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 RosdahlMerge branch 'maint'
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-12-11  Joel RosdahlUpgrade to zlib 1.2.5
2010-11-29  Joel RosdahlReformat comments
2010-11-29  Justin LebarImprove speed of temporal macro search
2010-11-28  Joel RosdahlMerge branch 'maint'
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 RosdahlMerge branch 'maint'
2010-11-28  Joel RosdahlCorrect location of rpl_* defines to outside "#if ...
2010-11-22  Joel RosdahlMerge branch 'maint'
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 RosdahlMerge branch 'maint'
2010-11-21  Joel RosdahlUpdate NEWS for version 3.1.2 v3.1.2
2010-11-21  Joel RosdahlMerge branch 'maint'
2010-11-21  Joel Rosdahltest: New attempt at coping with unsynchronized clocks...
2010-11-21  Joel Rosdahlportability: Support shells whose test(1) doesn't under...
2010-11-21  Joel RosdahlAdd Björn Jacke as a contributor
2010-11-21  Joel RosdahlMerge branch 'maint'
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 RosdahlMerge branch 'maint'
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-10  Joel RosdahlSupport Solaris's stupid /bin/sh
2010-11-09  Joel RosdahlMerge branch 'maint'
2010-11-09  Joel RosdahlFixed typo in x_calloc
2010-11-09  Joel RosdahlMerge branch 'maint'
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 RosdahlMerge branch 'maint'
2010-11-07  Joel RosdahlAdd 3.1.1 news v3.1.1
2010-11-05  Joel Rosdahltest: Support diffs without -u support
2010-11-05  Joel Rosdahltest: Improve normalization of --dump-manifest output
2010-11-05  Joel Rosdahltest: Normalize compiler-dependent parts of --dump...
2010-11-05  Joel Rosdahltest: Verify --dump-manifest output
2010-11-05  Joel RosdahlComment fix to make Emacs' backward-up-list happy
2010-11-03  Joel Rosdahltest: Remove left-over debugging statement
2010-11-03  Joel RosdahlSolaris /bin/sh build fix
2010-11-03  Joel RosdahlRemove obsolete dump-manifest script
2010-11-03  Joel Rosdahltest: Check that device paths (and similar) are not...
2010-11-02  Joel RosdahlAdd --dump-manifest command-line option
next