]> git.ipfire.org Git - thirdparty/ccache.git/shortlog
thirdparty/ccache.git
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
2010-04-29  Joel RosdahlImprove perf.sh messages
2010-04-29  Joel RosdahlUse local variables in perf.sh
2010-04-28  Joel RosdahlDocument the .incbin problem
2010-04-28  Joel RosdahlAdd CCACHE_EXTRAFILES feature
2010-04-28  Joel RosdahlDon't hash -U in the preprocessor mode
2010-04-28  Joel RosdahlUse nicer temporary directory names in dist/distcheck...
2010-04-28  Joel RosdahlImprove perf.sh output
2010-04-28  Joel RosdahlConvert all documentation files to AsciiDoc and rename...
2010-04-28  Joel RosdahlInclude local header file mdfour.h correctly
2010-04-28  Joel RosdahlPass $(CXX) to perf.sh from the makefile
2010-04-28  Joel RosdahlOptionally take number of files to compile in perf.sh
2010-04-28  Joel RosdahlPrint some statistics in perf.sh
2010-04-28  Joel RosdahlUse better compiler location default in perf.sh
2010-04-28  Joel RosdahlHandle __{DATE,FILE,TIME}__ macros in a better way
2010-04-27  Joel RosdahlImprove news about direct mode speedup
2010-04-27  Joel RosdahlImprove documentation about the direct mode
2010-04-27  Joel RosdahlFix man page typo
2010-04-27  Joel RosdahlRefactor hash calculation into a common part and a...
2010-04-27  Joel RosdahlHash a delimiter string between parts to separate them
2010-04-27  Joel RosdahlImprove NEWS
2010-04-27  Joel RosdahlRename global object_hash to cached_obj_hash to match...
2010-04-27  Joel RosdahlRemove left-over debug logging in perf.sh
2010-04-27  Joel RosdahlMan page tweak about GDB
2010-04-27  Joel RosdahlLet hash_buffer take a void* to avoid some casting
2010-04-27  Joel RosdahlIgnore tmpdir.*
2010-04-25  Joel RosdahlClean up clearing of ccache variables in the test suite
2010-04-25  Joel RosdahlNo need to hash -nostdinc and -nostdinc++ in preprocess...
2010-04-25  Joel RosdahlDisable direct mode if __{DATE,FILE,TIME}__ is used
2010-04-25  Joel RosdahlImprove comments in hash_include_file_string
2010-04-25  Joel RosdahlImprove comment of process_preprocessed_file
2010-04-25  Joel RosdahlDon't log unset base directory
2010-04-25  Joel RosdahlRefactoring: move hash_*_ignoring_comments to hash_incl...
2010-04-25  Joel RosdahlBackdate header files created in the test suite instead...
2010-04-25  Joel RosdahlDon't check ctime when determining if an include file...
2010-04-25  Joel RosdahlImprove handling of -Wp, options
2010-04-25  Joel RosdahlMake it possible to run only the direct test suite...
2010-04-25  Joel RosdahlFix typo
2010-04-24  Joel RosdahlDon't set CCACHE_BASEDIR by default
2010-04-24  Joel RosdahlIgnore some generated files
2010-04-24  Joel RosdahlMinor man page tweaks
2010-04-24  Joel RosdahlConvert NEWS to asciidoc format
next