]> git.ipfire.org Git - thirdparty/ccache.git/shortlog
thirdparty/ccache.git
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
2010-01-05  Joel RosdahlImprove logging
2010-01-05  Joel RosdahlFix bad memory access spotted by Valgrind
2010-01-05  Joel RosdahlSimple performance benchmark script
2010-01-05  Joel RosdahlFirst working version of the direct mode
2010-01-05  Joel RosdahlLog fatal messages both to stderr and log file
2010-01-05  Joel RosdahlAdd support for dynamic dependencies on header files
2010-01-05  Joel RosdahlLet hash_* functions take a hash context so that they...
2010-01-05  Joel RosdahlExport variables in test.sh to make tests work properly
2010-01-05  Joel RosdahlFix tab usage
2010-01-05  Joel RosdahlRemove trailing whitespace
2010-01-05  Joel RosdahlResync ccache.yo with ccache.1
2010-01-05  Joel RosdahlRename configure.in to configure.ac
2010-01-05  Joel RosdahlRemove generated files configure and config.h.in
2010-01-05  Joel RosdahlDon't hash CCACHE_PREFIX
2010-01-05  Joel RosdahlFix indentation
2010-01-05  Joel RosdahlAdd __attribute__ format declarations
2010-01-05  Joel RosdahlAdd support for Emacs flymake-mode
2010-01-05  Joel RosdahlBail out on --coverage and -fprofile-arcs
2010-01-05  Joel RosdahlAdd AC_DEFINE of ENABLE_ZLIB to avoid autoconf warning
2010-01-05  Joel RosdahlStop on error in autogen.sh
2010-01-05  Joel RosdahlRemove .cvsignore
2010-01-05  Joel RosdahlUpdate NEWS
2010-01-05  William S FultonFix GCC 4.3 warnings
2010-01-05  Ville SkyttaCorrect documentation about hard links
2010-01-05  Francois MarierDetect and report permission failure for "ccache -F/-M"
2010-01-05  Robin H. JohnsonUse utimes(3) instead of utime(3) to avoid truncating...
2010-01-05  RWCache clean-up fix
2010-01-05  Karl ChenCreate CACHEDIR.TAG file
2010-01-05  Andrea BittauFix handling of the -MD and -MDD options
2010-01-05  John CoinerFix NFS issues
2010-01-05  Francois MarierAdd support for long command-line options
2010-01-05  Lars GustäbelUse zlib compression for the cached files
2010-01-05  Francois MarierImprove detection of missing home directory
2010-01-05  Joel RosdahlAdd NEWS file
2007-02-28  Andrew Tridgellccache can't handle test coverage
2007-02-28  Andrew Tridgellunset CCACHE_DISABLE so ccache on build farm with lcov...
2006-07-17  Andrew Tridgellfixed a bug in x_realloc()
2006-07-17  Andrew Tridgellmake sure we cleanup any tmp files leftover from dead...
2006-07-17  Andrew Tridgellmake ccache more friendly to the kernels directory...
2006-05-11  Paul GriffithHave the ccache Makefile obey the settings of the CPPFL...
2006-02-05  Tim PotterOne more.
2006-02-05  Tim PotterFix another link.
2006-02-05  Tim PotterFix link after rearranging ccache.samba.org virtual...
2005-11-24  Andrew Tridgelladded CCACHE_HASH_COMPILER option
2005-11-24  Andrew TridgellCCACHE_NOHASH_SIZE_MTIME patch from Jens Schweikhardt
2005-07-25  Andrew Tridgellfixed build on FreeBSD
2005-05-18  Andrew Tridgellprint a stderr warning on failure to find homedir
2005-05-18  Andrew Tridgelladded autogen.sh
2005-05-18  Andrew Tridgellran autoheader
2005-01-27  Andrew Tridgell- fixed a oom check
2004-09-13  Andrew Tridgellupdated web for 2.4 release v2.4
2004-09-13  Andrew Tridgellinclude the compiler name in the hash if the link count...
2004-09-10  Andrew Tridgelladded CCACHE_READONLY and CCACHE_TEMPDIR options, thank...
2004-09-08  Andrew Tridgellup ccache version
2004-09-08  Andrew Tridgellfixed link to cachecc1 and add a link to gocache
2004-09-06  Andrew Tridgellsupport absolute paths in CCACHE_PREFIX
2004-09-06  Andrew Tridgellwe don't need a optind declaration
2004-09-06  Andrew Tridgellensure the right CC is passed to test.sh
2004-09-06  Andrew Tridgellcope with HOME not being set
next