]> git.ipfire.org Git - thirdparty/ccache.git/shortlog
thirdparty/ccache.git
2010-06-07  Joel RosdahlImprove clean up algorithm to avoid redundant unlinks
2010-06-07  Joel RosdahlClean up files with identical timestamps in ascending...
2010-06-07  Joel RosdahlDoc string correction
2010-06-07  Joel RosdahlAdd log message when not considering a non-regular...
2010-06-07  Joel RosdahlOnly look for .tmp. in basename in traverse_fn
2010-06-06  Joel RosdahlMinor cleanup
2010-06-04  Joel RosdahlAvoid logging "open error" when trying to copy output...
2010-06-03  Joel RosdahlSupport the HP compiler's preprocessor format
2010-06-03  Joel RosdahlRemove CCACHE_VERBOSE feature again since executed...
2010-06-03  Joel RosdahlRename "not a C/C++ file" counter to "unsupported sourc...
2010-06-03  Joel RosdahlUse x_strdup instead of strdup
2010-06-03  Joel RosdahlRemove comments with low s/n ratio
2010-06-03  Joel RosdahlRemove redundant check
2010-06-03  Joel RosdahlLog hostname and CWD before other logs
2010-06-03  Joel RosdahlAdd a crude hash calculation debugging facility
2010-06-03  Joel RosdahlImprove -x handling: handle the "-xfoo" form and don...
2010-06-02  Joel RosdahlImprove documentation of get_extension()
2010-06-02  Joel RosdahlAdd args_copy function
2010-06-02  Joel RosdahlFix handling of -finput-charset when CCACHE_CPP2 is...
2010-06-01  Joel RosdahlExtract code into a rewrite_x_option_to_preprocessed_la...
2010-06-01  Joel RosdahlIncrease statistics counter on internal error
2010-06-01  Joel RosdahlExtract CCACHE_EXTENSION check out of extension_for_lan...
2010-06-01  Joel RosdahlAdd missing newline to fatal messages printed to log
2010-06-01  Joel RosdahlRemove unused found_x_opt variable
2010-06-01  Joel RosdahlDon't crash on unknown extensions
2010-06-01  Joel RosdahlFix indentation and other minor things
2010-06-01  Joel RosdahlMerge branch 'gcc_x' of git://github.com/sheepmaster...
2010-05-30  Joel RosdahlDeclare variables first in scope
2010-05-30  Joel RosdahlPrint a warning when not running tests.
2010-05-30  Joel RosdahlImprove compiler version detection
2010-05-30  Joel RosdahlPrint compiler version when not running tests
2010-05-30  Joel RosdahlInclude stdio.h when checking for vsnprintf support
2010-05-30  Joel RosdahlAlso allow GCC 2.95's --version output when checking...
2010-05-30  Joel RosdahlDon't try to run tests if the compiler isn't GCC
2010-05-30  Joel RosdahlMake tests for include file trustability resistent...
2010-05-30  Joel RosdahlPortability: Workaround for Solaris /bin/sh issue
2010-05-30  Joel RosdahlPortability: Use newer timestamp for backdate to avoid...
2010-05-30  Joel RosdahlPortability: Don't use export FOO=bar
2010-05-30  Joel RosdahlPortability: Don't use grep -q
2010-05-30  Joel RosdahlDon't trust $PWD at all
2010-05-30  Joel RosdahlAdd another reason for direct mode miss but preprocesso...
2010-05-30  Joel RosdahlDon't run link test suite when CC is an absolute path
2010-05-30  Joel RosdahlSupport /bin/sh that doesn't update $PWD
2010-05-30  Joel RosdahlRemove leftover debug commands
2010-05-30  Joel RosdahlFeature macro portability magic borrowed from Python...
2010-05-30  Joel RosdahlFix Solaris warnings about pid_t to int conversion
2010-05-25  Bernhard BauerDon't crash when an unknown language is specified with -x.
2010-05-25  Joel RosdahlPotential Solaris build fix
2010-05-25  Joel RosdahlCorrect include file distrust test case
2010-05-25  Bernhard BauerChange languages for preprocessed objective-c(++) output.
2010-05-24  Bernhard BauerAdd test for -x compiler option.
2010-05-24  Bernhard BauerCorrect language for preprocessed c (there's a typo...
2010-05-24  Bernhard BauerClean up comments a bit.
2010-05-24  Bernhard BauerAdd support for the -x GCC switch (Based on http:/...
2010-05-22  Joel RosdahlMark up makefile target
2010-05-22  Joel RosdahlAdd forgotten "General" in GPLv3+ news item
2010-05-19  Joel RosdahlDon't let empty include files turn off direct mode
2010-05-18  Joel RosdahlSome reformulations about corrupt object files
2010-05-17  Joel RosdahlAdd a troubleshooting chapter to the manual
2010-05-17  Joel RosdahlAdd some opt-in sloppiness
2010-05-17  Joel RosdahlAdd -Xpreprocessor to the list of options that disable...
2010-05-17  Joel RosdahlAdd missing statistics update for -E option failures
2010-05-16  Joel RosdahlDon't strip the ccache binary when installing
2010-05-13  Joel RosdahlMinor updates to the manual
2010-05-12  Joel RosdahlLog executed command in the parent process to get corre...
2010-05-12  Joel RosdahlAllow at most one -arch compiler option
2010-05-10  Joel RosdahlPrepare for v3.0pre1 v3.0pre1
2010-05-10  Joel RosdahlPrefix each log row with a timestamp
2010-05-10  Joel RosdahlRefactor log functions yet some
2010-05-10  Ramiro PollaMove mkstemp() replacement to before its use.
2010-05-10  Joel RosdahlDocument recursive invocation improvement
2010-05-10  Joel RosdahlImprove log initialization
2010-05-09  Joel RosdahlDont' crash when logging is disabled
2010-05-09  Joel RosdahlReformulate CCACHE_LOGFILE info
2010-05-09  Joel RosdahlLog executed commands
2010-05-09  Joel RosdahlIntroduce cc_log_no_newline function
2010-05-09  Joel RosdahlExtract print_command function from print_executed_command
2010-05-09  Joel RosdahlSome notes about sharing a cache on NFS
2010-05-09  Joel RosdahlDocument that CCACHE_TEMPDIR no longer needs to be...
2010-05-09  Joel RosdahlUse colon instead of whitespace as CCACHE_EXTRAFILES...
2010-05-09  Joel RosdahlDetect recursive execution of ccache due to misnamed...
2010-05-09  Joel RosdahlImprove compiler detection error message
2010-05-09  Joel RosdahlHandle va_list correctly in fatal() when also writing...
2010-05-09  Joel RosdahlRename temporary object file to cached object file...
2010-05-09  Joel RosdahlRefactor error checking code in copy_file
2010-05-09  Joel RosdahlImprove logging of error conditions in copy_file
2010-05-09  Joel RosdahlCheck error from gzread when copying file
2010-05-09  Wilson SnyderInclude hostname in temporary file name to avoid NFS...
2010-05-09  Wilson SnyderShow hostname and CWD in logfile
2010-05-09  Joel RosdahlBail out early on -arch since it's too hard
2010-05-05  Joel RosdahlGeneral overview of compiler options handling
2010-05-05  Joel RosdahlImprove wording in NEWS.txt
2010-05-05  Joel RosdahlRemove redundant check
2010-05-05  Joel RosdahlLog when enabling/disabling unify/!cpp2 modes
2010-05-05  Joel RosdahlRefactor "if (!enable_unify)" statement to make it...
2010-05-05  Joel RosdahlAdd a type parameter to hash_delimiter to tag hashed...
2010-05-02  Joel RosdahlJust say that that hard links mode may be faster
2010-05-02  Joel RosdahlImprove performance measurement script
2010-04-29  Joel RosdahlDisable compression by default
2010-04-29  Joel RosdahlPerform a compilation to warm up the disk cache
next