]> git.ipfire.org Git - thirdparty/ccache.git/shortlog
thirdparty/ccache.git
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
2010-04-22  Joel RosdahlCreate nicer HTML page of the manual
2010-04-22  Joel RosdahlUpcase subheadings in man page
2010-04-22  Joel RosdahlSwitch license to GPLv3+
2010-04-22  Joel RosdahlImprove ccache description in ccache.c
2010-04-22  Joel RosdahlAdd rule for generating an HTML man page
2010-04-22  Joel RosdahlConvert man page from yodl to asciidoc format
2010-04-13  Joel RosdahlOnly run -finput-charset test if compilation without...
2010-04-12  Joel RosdahlHandle -finput-charset correctly
2010-04-05  Joel RosdahlDon't use unportable strnlen function
2010-04-05  Joel RosdahlSort functions in configure.ac
2010-03-28  Joel RosdahlMerge branch 'master' of git://git.samba.org/ccache
2010-03-28  Joel RosdahlMerge branch 'cleanup' of git://github.com/krajaratnam...
2010-03-28  Joel RosdahlAdd CCACHE_VERBOSE option
2010-03-25  Andrew Tridgelluse strnlen() in the replacement for strndup()
2010-03-18  Kovarththanan... Add a comment to indicate who's responsible for freeing...
2010-03-18  Kovarththanan... Reuse the newly added format_hash_as_string() instead
2010-03-18  Kovarththanan... Make format_file_hash public by moving it to util.c...
2010-03-18  Kovarththanan... Mark token array as const
2010-03-18  Kovarththanan... Don't set static variable. It's unused in copy4()
2010-03-18  Kovarththanan... Let the compiler zero initialiase all the members
2010-03-10  Joel RosdahlSet umask early since ccache_main() may create files...
2010-03-04  Joel RosdahlDon't compile preprocessed source code when using -g3
2010-03-04  Joel RosdahlRefactor CCACHE_CPP2 logic into a variable
2010-03-04  Joel RosdahlFix caching of empty source files in direct mode
2010-03-03  Joel RosdahlRemove superfluous dependencies from test/perf targets
2010-03-03  Joel RosdahlRemove unused CC variable from perf.sh command line
2010-03-03  Joel RosdahlMerge branch 'perf' of git://github.com/krajaratnam...
2010-03-03  Joel RosdahlDon't try to store file hash in manifest in read-only...
2010-03-03  Joel RosdahlRemove forgotten debugging statement
2010-03-02  Kovarththanan... Add perf target
2010-03-02  Kovarththanan... Mention perl/python in INSTALL
2010-03-01  Joel RosdahlUnset ccache version in ccache.spec
2010-02-28  Joel RosdahlClean files in .deps instead of including them in the...
2010-02-28  Joel RosdahlChange next version to 3.0pre1
2010-02-28  Joel RosdahlPrepare for v3.0pre0 v3.0pre0
2010-02-28  Joel RosdahlRemove .ii tests
2010-02-28  Joel RosdahlMake cleanup more robust by always deleting all sibling...
2010-02-28  Joel RosdahlAdd a get_extension utility function
2010-02-28  Ramiro PollaAlways close(fd) as soon as file is mmap()'d.
2010-02-28  Joel RosdahlImprove NEWS
2010-02-28  Joel RosdahlRename str_basename() to basename()
2010-02-28  Joel RosdahlImprove error message when failing to unlink a file...
2010-02-28  Joel RosdahlIntroduce remove_extension function and use it to calcu...
2010-02-28  Joel RosdahlImprove description of get_home_directory()
2010-02-28  Kovarththanan... Make format_file_hash() static
next