]> git.ipfire.org Git - thirdparty/ccache.git/shortlog
thirdparty/ccache.git
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...
2010-01-06  Joel RosdahlFix flymake-mode support again
2010-01-06  Joel RosdahlDocument direct mode
2010-01-06  Joel RosdahlClarify new semantics of cache size settings
2010-01-06  Joel RosdahlLet compressed files get different hash sums than uncom...
2010-01-06  Joel RosdahlCCACHE_NOCOMPRESS needs to be set in order to use hard...
2010-01-06  Joel RosdahlAdd .gitignore
2010-01-05  Joel RosdahlAdd compatibility notes
2010-01-05  Joel RosdahlPut dependency files in a subdirectory
2010-01-05  Joel RosdahlAdd .PHONY target declarations
2010-01-05  Joel RosdahlAdd distcheck make target
2010-01-05  Joel RosdahlMake build in separate build directory work again
2010-01-05  Joel RosdahlUnify comments when hashing source code to increase...
2010-01-05  Joel RosdahlUse standard uint32_t type instead of uint32
2010-01-05  Joel RosdahlImprove handling of unnormalized CCACHE_BASEDIR path
2010-01-05  Joel RosdahlRemove no longer functional manage-cache.sh
2010-01-05  Joel RosdahlImprove error messages
2010-01-05  Joel RosdahlImplement installcheck make target
2010-01-05  Joel RosdahlClean up Makefile and add dist target
2010-01-05  Joel RosdahlRemove generated files ccache.1 and web/ccache-man...
2010-01-05  Joel RosdahlUse non-deprecated itemization in ccache.yo
2010-01-05  Joel RosdahlReenable .ii tests
2010-01-05  Joel RosdahlAlso store preprocessor standard error output in .stder...
2010-01-05  Joel RosdahlDon't create empty stderr files in the cache
2010-01-05  Joel RosdahlMake it possible to specify test suites to run on the...
2010-01-05  Joel RosdahlUse x_asprintf() instead of asprintf() + fatal()
2010-01-05  Joel RosdahlPut temporary files in a subdirectory of the cache...
2010-01-05  Joel RosdahlFix statistics and cache cleanup for files generated...
2010-01-05  Joel RosdahlHandle missing dependency file in cache correctly
2010-01-05  Joel RosdahlStore 32-bit unsigned integers in manifest and make...
2010-01-05  Joel RosdahlImprove copy_file and move_file functions
2010-01-05  Joel RosdahlRequire zlib
2010-01-05  Joel RosdahlAvoid warning from autoconf by adding datarootdir assig...
2010-01-05  Joel RosdahlCorrectly handle direct mode hit, missing object file...
2010-01-05  Joel RosdahlRemove silly log message
2010-01-05  Joel RosdahlRewrite include directory option arguments into relativ...
2010-01-05  Joel RosdahlRewrite dependency file path to relative as well
2010-01-05  Joel RosdahlAdd support for -Wp,-MD and -Wp,-MMD flags
2010-01-05  Joel RosdahlPrint entry counts in dump-manifest
2010-01-05  Joel RosdahlRewrite absolute paths under CCACHE_BASEDIR to relative
2010-01-05  Joel RosdahlDon't put duplicate object file entries in the manifest
2010-01-05  Joel RosdahlLet direct mode create dependency file too
next