]> git.ipfire.org Git - thirdparty/ccache.git/shortlog
thirdparty/ccache.git
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
2010-02-25  Joel RosdahlBundle (a subset of) zlib 1.2.3 for portability
2010-02-25  Joel RosdahlImprove log message
2010-02-24  Joel RosdahlPrefix log messages with PID
2010-02-24  Joel RosdahlImprove log messages
2010-02-24  Joel RosdahlLet cc_log and fatal add a newline character to the...
2010-02-23  Joel RosdahlRemove test.sh's dependency on Perl
2010-02-23  Joel RosdahlMerge branch 'md4_cleanup' of git://github.com/krajarat...
2010-02-22  Joel RosdahlMinor man page improvements
2010-02-22  Kovarththanan... use size_t when we refer to memory sizes
2010-02-22  Kovarththanan... Remove unused 'void mdfour(unsigned char *out, const...
2010-02-22  Kovarththanan... Remove incorrect assumption
2010-02-22  Kovarththanan... Remove disabled md4 test code
2010-02-22  Joel RosdahlMerge CCACHE_HASH_COMPILER/CCACHE_NOHASH_SIZE_MTIME...
2010-02-22  Joel RosdahlAdd a hash_size field to the manifest on-disk format
2010-02-22  Joel RosdahlAdd missing newlines to cc_logs
2010-02-22  Kovarththanan... INSTALL: the from repository instructions ends abruptly...
2010-02-22  Kovarththanan... INSTALL: add perl (for the testsuite)
2010-02-22  Kovarththanan... INSTALL: add autoconf
2010-02-22  Joel RosdahlMerge branch 'cleanup' of git://github.com/krajaratnam...
2010-02-22  Joel RosdahlQuote statistics key in failed test output for readability
2010-02-22  Joel RosdahlHandle missing or empty object file from compiler properly
2010-02-22  Joel RosdahlLog command-line prefix
2010-02-21  Joel RosdahlAdd .o suffix to stored object files for consistency
2010-02-21  Joel RosdahlImprove upgrading notes in NEWS
2010-02-21  Joel RosdahlCorrectly lock stats file for reading
2010-02-21  Joel RosdahlAdd comments about the stats files
2010-02-21  Joel RosdahlCorrectly declare nullary functions
2010-02-21  Joel RosdahlClean up some constants
2010-02-21  Kovarththanan... ccache.c: mark extensions array as const
2010-02-21  Kovarththanan... cache.c: mark a few variables as static
2010-02-21  Joel RosdahlRemove obsolete STATS_VERSION
2010-02-21  Joel RosdahlImprove naming of global variables
2010-02-21  Joel RosdahlClarify hash_result() semantics
2010-02-21  Joel RosdahlDon't remove the test directory upon test failure to...
2010-02-21  Joel RosdahlForce new hash sums
2010-02-20  Joel RosdahlSort environment variables in the man page
2010-02-20  Joel RosdahlUpdate NEWS with info from the bug tracker
2010-02-20  Clemens RabeBail out on profiling flags
2010-02-20  Owen MannClear out env so "make test" always works
2010-02-17  Joel RosdahlExpand license notice in the --version text
2010-02-17  Joel RosdahlUse "perl -pi -e" instead of "sed -i" to increase porta...
2010-02-17  Joel RosdahlUpdate copyright notices
2010-02-17  Joel RosdahlRemove standard includes from ccache.h
2010-02-17  Joel RosdahlMove utimes/utime into an update_mtime function
2010-02-17  Joel RosdahlUse our own getopt_long
2010-02-17  Joel RosdahlMake getopt_long prettier and more standalone
2010-02-17  Joel RosdahlAdd getopt_long implementation borrowed from PostgreSQL
2010-02-15  Joel RosdahlExtracted common dist archive build commands into a...
2010-02-15  Joel RosdahlSupport systems without strndup
2010-02-15  Joel RosdahlMake configure hint about which make to run
2010-02-15  Joel RosdahlDon't treat missing ccache.1 as an error when installing
2010-02-14  Joel RosdahlSorted header and funcs lists in configure.ac
2010-02-14  Joel RosdahlRequire GNU make for now
2010-02-14  Joel RosdahlRemove references to the web directory
2010-02-14  Joel RosdahlUse $(MAKE) to invoke submakes
2010-02-14  Joel RosdahlClean up configure.ac
2010-02-12  Joel RosdahlRemove obsolete web directory
2010-02-12  Joel RosdahlMerge remote branch 'origin/master'
2010-02-12  Joel RosdahlRemove stderr file from the preprocessor when we get...
2010-02-12  Joel RosdahlAdd some simple README and INSTALL files
2010-02-12  Joel RosdahlBump version to 3.0pre0
2010-02-12  Joel RosdahlMade it possible to set MYNAME when compiling
2010-01-27  Andrew Tridgellannounce new maintainer and add git instructions
2010-01-25  Joel RosdahlHandle empty arguments correctly
2010-01-25  Joel RosdahlFix typo
2010-01-25  Joel RosdahlImprove NEWS
2010-01-06  Joel RosdahlInclude NEWS in the dist archive
2010-01-06  Joel RosdahlConsistently refer to options, not flags
2010-01-06  Joel RosdahlDocument CCACHE_BASEDIR
2010-01-06  Joel RosdahlSort environment variable documentation entries
2010-01-06  Joel RosdahlTruncate the manifest if there are too many object...
2010-01-06  Joel RosdahlUse uint32_t magic/version constants
2010-01-06  Joel RosdahlCreate temporary manifest files in the directory they...
2010-01-06  Joel RosdahlClarify cache size limit options' semantics
2010-01-06  Joel RosdahlBail out on @file_with_options argument
2010-01-06  Joel RosdahlImprove handling of -imacros, -iprefix and -i*prefix...
next