]> git.ipfire.org Git - thirdparty/ccache.git/shortlog
thirdparty/ccache.git
2010-06-20  Joel RosdahlEscape plus characters properly in manual.txt v3.0
2010-06-20  Joel RosdahlEscape plus characters properly in NEWS.txt
2010-06-20  Joel RosdahlPrepare for ccache 3.0
2010-06-19  Joel RosdahlAdd an --xml option to perf.py
2010-06-19  Joel RosdahlCheck CCACHE_DISABLED early
2010-06-19  Joel RosdahlMinor clarification about the direct mode
2010-06-19  Joel RosdahlReword author manual section
2010-06-19  Joel RosdahlBreak long line
2010-06-19  Joel RosdahlInclude version number in generated documentation
2010-06-19  Joel RosdahlUse a real asciidoc note
2010-06-19  Joel RosdahlMake option value lists of possible values a bit nicer...
2010-06-19  Joel RosdahlDon't use uppercase titles in the manual
2010-06-19  Joel RosdahlMove make rule for ccache.1 to dev.mk.in
2010-06-19  Joel RosdahlAlso clean generated *.xml files
2010-06-19  Joel RosdahlRemove obsolete rules already moved to dev.mk.in
2010-06-16  Joel RosdahlAdd recommendation to not use "ccache distcc compiler...
2010-06-16  Joel RosdahlBail out on too hard compiler option -frepo
2010-06-15  Joel RosdahlVarious minor improvements of the manual
2010-06-15  Joel RosdahlUpdate README
2010-06-15  Joel RosdahlFix typo in upgrade notes
2010-06-15  Joel RosdahlDocument that Objective-C and Objective-C++ are supported
2010-06-15  Joel RosdahlRemove temporary debug logging again
2010-06-15  Joel RosdahlDebug: Print files before failing test
2010-06-15  Joel RosdahlTemporary debug logging of failing "autocleanup" test...
2010-06-15  Joel RosdahlSupport running configure in non-dev-mode in a git...
2010-06-15  Joel RosdahlOnly create version.c in configure when dev mode is...
2010-06-15  Joel RosdahlRefer to the correct array in in extension_for_language
2010-06-14  Joel RosdahlPass -x with preprocessed language to real compiler...
2010-06-14  Joel RosdahlIntroduce p_language_for_language function
2010-06-14  Joel RosdahlAdd test case for -x unknown
2010-06-13  Wilson Snyderset logfile so -c messages show up
2010-06-10  Joel RosdahlUpdate NEWS with news
2010-06-10  Joel RosdahlUse traditional C comment syntax
2010-06-10  Joel RosdahlImprove formatting of git revision info
2010-06-10  Joel RosdahlAdd another reason for direct mode miss but preprocesso...
2010-06-10  Joel RosdahlHelp text tweak
2010-06-09  Joel RosdahlHelp text tweak
2010-06-09  Joel RosdahlImprove docs about -c/--cleanup
2010-06-09  Joel RosdahlInclude git revision info in version number
2010-06-09  Joel RosdahlTeach cleanup code to calculate actual cache size and...
2010-06-09  Joel RosdahlMade "stderr-files" test more robust against different...
2010-06-08  Joel RosdahlCount actual cache size and number of files again
2010-06-08  Joel RosdahlUse CCACHE_COMPRESS to determine whether to compress...
2010-06-08  Joel RosdahlStore CCACHE_COMPRESS as a global configuration variable
2010-06-08  Joel RosdahlImprove format_size() doc comment
2010-06-08  Joel RosdahlCheck CCACHE_DEBUG_HASH environment variable before...
2010-06-08  Joel RosdahlUpdate NEWS with news
2010-06-08  Joel RosdahlDon't print stuff to stderr when exiting without error...
2010-06-08  Joel RosdahlRemoved cache size counter checks that are too unstable...
2010-06-07  Joel RosdahlAdd cleanup test suite
2010-06-07  Joel RosdahlImprove clean up algorithm to avoid redundant unlinks
2010-06-07  Joel RosdahlClean up files with identical timestamps in ascending...
2010-06-07  Joel RosdahlDoc string correction
2010-06-07  Joel RosdahlAdd log message when not considering a non-regular...
2010-06-07  Joel RosdahlOnly look for .tmp. in basename in traverse_fn
2010-06-06  Joel RosdahlMinor cleanup
2010-06-04  Joel RosdahlAvoid logging "open error" when trying to copy output...
2010-06-03  Joel RosdahlSupport the HP compiler's preprocessor format
2010-06-03  Joel RosdahlRemove CCACHE_VERBOSE feature again since executed...
2010-06-03  Joel RosdahlRename "not a C/C++ file" counter to "unsupported sourc...
2010-06-03  Joel RosdahlUse x_strdup instead of strdup
2010-06-03  Joel RosdahlRemove comments with low s/n ratio
2010-06-03  Joel RosdahlRemove redundant check
2010-06-03  Joel RosdahlLog hostname and CWD before other logs
2010-06-03  Joel RosdahlAdd a crude hash calculation debugging facility
2010-06-03  Joel RosdahlImprove -x handling: handle the "-xfoo" form and don...
2010-06-02  Joel RosdahlImprove documentation of get_extension()
2010-06-02  Joel RosdahlAdd args_copy function
2010-06-02  Joel RosdahlFix handling of -finput-charset when CCACHE_CPP2 is...
2010-06-01  Joel RosdahlExtract code into a rewrite_x_option_to_preprocessed_la...
2010-06-01  Joel RosdahlIncrease statistics counter on internal error
2010-06-01  Joel RosdahlExtract CCACHE_EXTENSION check out of extension_for_lan...
2010-06-01  Joel RosdahlAdd missing newline to fatal messages printed to log
2010-06-01  Joel RosdahlRemove unused found_x_opt variable
2010-06-01  Joel RosdahlDon't crash on unknown extensions
2010-06-01  Joel RosdahlFix indentation and other minor things
2010-06-01  Joel RosdahlMerge branch 'gcc_x' of git://github.com/sheepmaster...
2010-05-30  Joel RosdahlDeclare variables first in scope
2010-05-30  Joel RosdahlPrint a warning when not running tests.
2010-05-30  Joel RosdahlImprove compiler version detection
2010-05-30  Joel RosdahlPrint compiler version when not running tests
2010-05-30  Joel RosdahlInclude stdio.h when checking for vsnprintf support
2010-05-30  Joel RosdahlAlso allow GCC 2.95's --version output when checking...
2010-05-30  Joel RosdahlDon't try to run tests if the compiler isn't GCC
2010-05-30  Joel RosdahlMake tests for include file trustability resistent...
2010-05-30  Joel RosdahlPortability: Workaround for Solaris /bin/sh issue
2010-05-30  Joel RosdahlPortability: Use newer timestamp for backdate to avoid...
2010-05-30  Joel RosdahlPortability: Don't use export FOO=bar
2010-05-30  Joel RosdahlPortability: Don't use grep -q
2010-05-30  Joel RosdahlDon't trust $PWD at all
2010-05-30  Joel RosdahlAdd another reason for direct mode miss but preprocesso...
2010-05-30  Joel RosdahlDon't run link test suite when CC is an absolute path
2010-05-30  Joel RosdahlSupport /bin/sh that doesn't update $PWD
2010-05-30  Joel RosdahlRemove leftover debug commands
2010-05-30  Joel RosdahlFeature macro portability magic borrowed from Python...
2010-05-30  Joel RosdahlFix Solaris warnings about pid_t to int conversion
2010-05-25  Bernhard BauerDon't crash when an unknown language is specified with -x.
2010-05-25  Joel RosdahlPotential Solaris build fix
2010-05-25  Joel RosdahlCorrect include file distrust test case
2010-05-25  Bernhard BauerChange languages for preprocessed objective-c(++) output.
next