]> git.ipfire.org Git - thirdparty/ccache.git/shortlog
thirdparty/ccache.git
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
2010-02-28  Kovarththanan... Remove cc_log from get_home_directory()
2010-02-28  Kovarththanan... Mark long_options[] as const
2010-02-28  Kovarththanan... Reuse same variable for environment parsing
2010-02-28  Kovarththanan... Hoist CCACHE_NLEVELS into ccache()
2010-02-28  Joel RosdahlAnother try at supporting systems without support for...
2010-02-28  Joel RosdahlMake fatal() exit like it should even if CCACHE_LOGFILE...
2010-02-28  Joel RosdahlPortability: Define PWD if not defined
2010-02-28  Joel RosdahlPortability: Define explicit compilation rule to pick...
2010-02-28  Joel RosdahlPortability: Check for "extern inline" support
2010-02-27  Joel RosdahlPortability: Include headers to get O_CREAT and friends
2010-02-27  Joel RosdahlPortability: Use AC_C_INLINE to check for availability...
2010-02-27  Joel RosdahlPortability: Include headers to get O_RDONLY and friend
2010-02-27  Joel RosdahlReformat NEWS
2010-02-27  Joel RosdahlRemove unnecessary initialization of a static variable
2010-02-27  Joel RosdahlPortability: Include sys/stat.h and fcntl.h to get...
2010-02-27  Joel RosdahlPortability: Let indexFor be a define instead of an...
2010-02-27  Joel RosdahlRemove stray semicolon
2010-02-27  Joel RosdahlInclude sys/types.h in an attempt to please AIX
2010-02-27  Joel RosdahlSimplify and correct calculation of default dependency...
2010-02-27  Joel RosdahlRemove unnecessary NULL check
2010-02-27  Joel RosdahlImprove display of max size display values
2010-02-27  Joel RosdahlTreat warnings as errors in developer mode
2010-02-27  Joel RosdahlUse default cache size of 1 GiB
2010-02-27  Joel RosdahlMention that you may want to run "ccache --clean" after...
2010-02-27  Joel RosdahlMan page tweaks
2010-02-27  Joel RosdahlSort option descriptions in man page
2010-02-27  Joel RosdahlUpdate usage and options texts in man page
2010-02-27  Joel RosdahlBail out on too hard compiler option -save-temps
2010-02-27  Joel RosdahlSort unsupported compiler options
2010-02-27  Joel RosdahlRemove bug references from NEWS; they are not very...
2010-02-27  Joel RosdahlMinor improvements of test.sh
2010-02-27  Joel RosdahlImprove detection of program name being MYNAME
2010-02-27  Joel RosdahlIntroduce string constants for usage and version texts
2010-02-27  Joel RosdahlFix potential use of NULL cache_dir
2010-02-26  Joel RosdahlInclude stdarg.h to make Tru64 happy
2010-02-26  Joel RosdahlOnly clean non-dev stuff in Makefile's clean target
2010-02-26  Joel RosdahlInclude some more system headers to make Solaris happy
2010-02-26  Joel RosdahlPortability: don't require GNU make
next