]> git.ipfire.org Git - thirdparty/ccache.git/shortlog
thirdparty/ccache.git
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
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"
next