]> git.ipfire.org Git - thirdparty/ccache.git/commit
Merge branch 'master' into config
authorJoel Rosdahl <joel@rosdahl.net>
Sun, 8 Jan 2012 14:17:00 +0000 (15:17 +0100)
committerJoel Rosdahl <joel@rosdahl.net>
Sun, 8 Jan 2012 14:17:00 +0000 (15:17 +0100)
commite9e8f5b2099092bb746a7ac0d635120bfb7cac86
treebd800143ab8420a97ca8813b990ca990c7496082
parentaab78af38c0d21356c887c1ec3bb3699e4052e81
parent90779f7dceea3e84e01c8908383a97ac1a7f8b45
Merge branch 'master' into config

* master:
  while (1) -> while (true)
  Fixup after merge: Make directory creation failure fatal
  Update NEWS
  Also recognize -specs=file in addition to --specs=file
  Revert GCC bug compatibility for -MTarg and -MQarg
  Fix minor memory leaks
  Correct log message when unify mode is enabled
  Hash environment variables that affect the preprocessor output
  Hash mtime or content of GCC plugins specified with -fplugin=
  Use hash_compiler for explicit --specs= options as well
  Refactor code into a hash_compiler function
  Improve description on how to fix bad object files in the cache
  Make failure to create files in cache fatal
  Make failure to create cache directories fatal
  Remove unused print_executed_command function
  Handle non-writable CCACHE_DIR gracefully

Conflicts:
manifest.c
test/framework.c
ccache.c
manifest.c
stats.c
test/framework.c
test/test_argument_processing.c
util.c