]> git.ipfire.org Git - thirdparty/ccache.git/shortlog
thirdparty/ccache.git
2012-10-14  Joel RosdahlFix test suite failures when CC is a ccache-wrapped...
2012-10-08  Joel Rosdahltest: Simply compare_file function
2012-10-08  David GivoneAdd object file comparison check for numerous tests
2012-10-07  Joel RosdahlLog strerror(errno) on failure to stat the compiler...
2012-09-23  David GivoneFix race condition when creating initial cache directory
2012-09-23  Joel RosdahlFix developer mode detection
2012-09-22  Joel RosdahlFind test case files in out-of-source-dir builds as...
2012-09-17  Joel RosdahlMerge branch 'maint'
2012-09-17  Andrew StubbsFix bug testing with ecryptfs
2012-09-13  Joel RosdahlMerge branch 'maint'
2012-09-13  David GivoneOnly clean dist generate targets when using distclean
2012-09-13  David GivoneImprove dev.mk to be more platform independent
2012-09-13  David GivoneFix issue to handle the -arch compiler option with arg
2012-09-13  Joel RosdahlDon't make -lz an explicit dependency if there is a...
2012-09-13  David GivoneMake test suite work with clang and gcc-llvm on Mac...
2012-09-09  David GivoneAdd the primary and secondary conf file path when print...
2012-09-07  Alfred LandrumHandle EAGAIN during copy_fd
2012-09-07  Joel RosdahlUpdate manual on why the direct mode is off by default
2012-08-11  Joel RosdahlMerge branch 'maint'
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 RosdahlMerge branch 'maint'
2012-08-09  Joel RosdahlRename static_assert macro to avoid clash with any...
2012-08-09  Joel RosdahlRemove any previous .stderr from cache if recaching
2012-08-08  Joel RosdahlMove log "running preprocessor" to a more appropriate...
2012-08-08  Joel RosdahlLet args_init_from_gcc_atfile split on carriage return...
2012-08-08  Joel RosdahlAdd quicktest Makefile target
2012-08-08  Joel RosdahlImprove log messages of x_unlink and tmp_unlink
2012-08-08  Joel RosdahlFix coding style
2012-08-08  Joel RosdahlInclude ccache version in the debug log
2012-08-08  Joel RosdahlInclude more files in dist to comply with GPL's "prefer...
2012-08-08  Joel RosdahlExpand file lists in dev.mk.in to make it easier to...
2012-08-07  Joel RosdahlReorder build options to guarantee usage of bundled...
2012-08-07  Joel RosdahlAdd --with-bundled-zlib configure option
2012-08-07  Joel RosdahlMerge branch 'maint'
2012-08-07  Joel RosdahlLet cc_process_args work on a copy of orig_args
2012-08-07  Joel RosdahlFix typo and coding style
2012-08-07  Joel RosdahlAvoid "orig_args" parameters to separate them from...
2012-08-07  Boie, Andrew Padd support for '@' parameters
2012-08-07  Patrick von... make git version macro work if compiled outside of...
2012-08-01  Joel RosdahlRevert "add support for '@' parameters"
2012-08-01  Joel RosdahlRequire Windows Vista or later for win32 builds
2012-08-01  Patrick von... Implement x_realpath for Windows
2012-08-01  Boie, Andrew Padd support for '@' parameters
2012-07-30  Joel RosdahlMerge branch 'maint'
2012-07-30  Lubos Lunakhash also Clang plugins
2012-07-29  Joel RosdahlMerge branch 'maint'
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 RosdahlIgnore git's merge conflict files when finding unit...
2012-07-28  Joel RosdahlMerge branch 'maint'
2012-07-28  Joel RosdahlImprove get_relative_path and add unit tests
2012-07-27  Joel RosdahlCanonicalize paths when computing path relative to...
2012-07-14  Joel RosdahlRemove redundant code
2012-07-14  Joel RosdahlReduce scope of result variables
2012-07-13  Joel RosdahlFix coding style
2012-07-13  Luboš Luňákdo not pass incorrect length to remember_include_file()
2012-07-13  Luboš Luňákhash clang's .pch file explicitly
2012-07-13  Luboš Luňáksupport for precompiled headers with clang
2012-07-03  Joel RosdahlAvoid overflowing counter when converting obsolete...
2012-07-03  Joel RosdahlAvoid overflowing calculation of large max size counter
2012-06-01  Joel RosdahlRevert mistakenly merged parts of 27f2ba9a15c16b226f522...
2012-05-31  Joel RosdahlMerge branch 'maint'
2012-05-31  Joel RosdahlCorrectly handle backslash in strings in hash_source_co...
2012-05-31  Joel RosdahlClean up code formatting
2012-05-27  Justin LebarImprove documentation for include_file_mtime
2012-05-13  Joel RosdahlRemove test of check removed in 05ce57e
2012-05-13  Joel RosdahlAvoid checking for too large values in parse_unsigned
2012-05-13  Joel RosdahlUse UINT_MAX instead of (unsigned)-1
2012-05-13  Joel RosdahlPlug minor memory leak
2012-05-13  Joel RosdahlAvoid reading bad memory when using the "ccache compile...
2012-04-17  Joel Rosdahlportability: Don't compare signed and unsigned integers
2012-04-14  Joel RosdahlFix grammar in comment
2012-04-09  Joel Rosdahltest: Remove symlink to ccache to avoid installcheck...
2012-04-09  Joel RosdahlFix build error for C89-only compilers
2012-04-08  Joel Rosdahltest: Only run -fprofile-generate tests for compilers...
2012-04-08  Joel Rosdahlconfig: Compare with NULL in parse_env_string to please...
2012-04-05  Chris AtLeefix build problems with incorrect pointer assignments
2012-03-07  Joel RosdahlPortability: Don't assume unsetenv has a non-void retur...
2012-03-07  Joel RosdahlMerge branch 'maint'
2012-03-07  Joel RosdahlDon't crash when stderr is closed
2012-03-05  Joel RosdahlPortability fixes
2012-03-05  Joel RosdahlIntroduce x_unsetenv for increased portability
2012-03-05  Joel RosdahlMake conf_read_valid_config work on systems that don...
2012-03-05  Joel RosdahlFix indentation
2012-03-05  Joel RosdahlFix leftovers of variable-based configuration
2012-03-05  Joel RosdahlFix typo
2012-03-04  Joel RosdahlMinor documentation tweaks
2012-03-02  Joel RosdahlMake ccache compilable with clang
2012-02-23  Joel RosdahlSolaris build fixes
2012-02-22  Joel RosdahlRenamed CCACHE_CONFIG_PATH to CCACHE_CONFIGPATH for...
2012-02-20  Joel RosdahlMerge branch 'master' into config
2012-02-20  Joel RosdahlMinor code style changes
2012-02-20  Hongli Lai... Support adjusting the compression level through CCACHE_...
2012-02-19  Joel RosdahlMerge branch 'master' into config
2012-02-19  Joel RosdahlMerge branch 'maint'
next