]> git.ipfire.org Git - thirdparty/ccache.git/shortlog
thirdparty/ccache.git
2011-07-20  Joel Rosdahlconfig: Use unify from conf struct
2011-07-20  Joel Rosdahlconfig: Use umask from conf struct
2011-07-20  Joel Rosdahlconfig: Use temporary_dir from conf struct
2011-07-20  Joel Rosdahlconfig: Use stats from conf struct
2011-07-20  Joel Rosdahlconfig: Use sloppiness from conf struct
2011-07-20  Joel Rosdahlconfig: Use run_second_cpp from conf struct
2011-07-20  Joel Rosdahlconfig: Use recache from conf struct
2011-07-20  Joel Rosdahlconfig: Use read_only from conf struct
2011-07-20  Joel Rosdahlconfig: Use prefix_command from conf struct
2011-07-20  Joel Rosdahlconfig: Use path from conf struct
2011-07-20  Joel RosdahlAdd test for CCACHE_PATH
2011-07-20  Joel Rosdahlconfig: Use log_file from conf struct
2011-07-20  Joel Rosdahlconfig: Use hash_dir from conf struct
2011-07-20  Joel Rosdahlconfig: Use hard_link from conf struct
2011-07-20  Joel Rosdahlconfig: Use extra_files_to_hash from conf struct
2011-07-20  Joel Rosdahlconfig: Use disable from conf struct
2011-07-20  Joel Rosdahlconfig: Use direct_mode from conf struct
2011-07-20  Joel Rosdahlconfig: Handle CCACHE_NO* environment variables
2011-07-20  Chris AtLeehandle -fprofile-use
2011-07-20  Chris AtLeeadding tests
2011-07-20  Chris AtLeeGet -fprofile-generate, -fprofile-arcs working
2011-07-17  Joel Rosdahlconfig: Use detect_shebang from conf struct
2011-07-17  Joel Rosdahlconfig: Use cpp_extension from conf struct
2011-07-17  Joel Rosdahlconfig: Use compression from conf struct
2011-07-17  Joel RosdahlMinor tweaks to HACKING.txt
2011-07-17  Joel Rosdahlconfig: Remove obsolete references to CCACHE_NOCOMPRESS
2011-07-17  Joel Rosdahlconfig: Use compiler_check from conf struct
2011-07-17  Joel Rosdahlconfig: Bail out on bad environment variable settings
2011-07-17  Joel Rosdahlconfig: Correctly interpret boolean environment variables
2011-07-17  Joel Rosdahlconfig: Allow empty string (meaning "disabled") in...
2011-07-17  Joel Rosdahlconfig: Use compiler from conf struct
2011-07-17  Joel Rosdahlconfig: Use cache_dir_levels from conf struct
2011-07-17  Joel Rosdahlconfig: Use cache_dir from conf struct
2011-07-17  Joel Rosdahlconfig: First steps towards supporting config files
2011-07-12  Joel RosdahlCorrectly free name in expand_variable
2011-05-30  Joel RosdahlPrint "ccache: error: " instead of "ccache: FATAL:...
2011-05-30  Joel RosdahlRename value_units to parse_size_with_suffix and handle...
2011-05-30  Joel RosdahlAdd subst_env_in_string function
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'
next