]> git.ipfire.org Git - thirdparty/ccache.git/shortlog
thirdparty/ccache.git
2010-11-21  Joel RosdahlBail out on too hard compiler options -fdump-*
2010-11-21  Joel RosdahlPut -E compiler option check in the compopts table
2010-11-17  Joel Rosdahlportability: Support systems without /dev/zero
2010-11-14  Joel RosdahlMerge branch 'maint'
2010-11-14  Joel RosdahlCorrectly handle "#line N" (without path) directive...
2010-11-11  Joel RosdahlAdd notes about the AIX compiler's preprocessor output
2010-11-11  Joel RosdahlImprove documentation of hashed information
2010-11-10  Joel RosdahlSupport Solaris's stupid /bin/sh
2010-11-09  Joel RosdahlMerge branch 'maint'
2010-11-09  Joel RosdahlFixed typo in x_calloc
2010-11-09  Joel RosdahlMerge branch 'maint'
2010-11-09  Joel RosdahlMake x_malloc and x_calloc always return NULL for zero...
2010-11-09  Björn JackeFix calloc success check
2010-11-09  Björn JackeFix malloc success check
2010-11-07  Joel RosdahlMerge branch 'maint'
2010-11-07  Joel RosdahlAdd 3.1.1 news v3.1.1
2010-11-05  Joel Rosdahltest: Support diffs without -u support
2010-11-05  Joel Rosdahltest: Improve normalization of --dump-manifest output
2010-11-05  Joel Rosdahltest: Normalize compiler-dependent parts of --dump...
2010-11-05  Joel Rosdahltest: Verify --dump-manifest output
2010-11-05  Joel RosdahlComment fix to make Emacs' backward-up-list happy
2010-11-03  Joel Rosdahltest: Remove left-over debugging statement
2010-11-03  Joel RosdahlSolaris /bin/sh build fix
2010-11-03  Joel RosdahlRemove obsolete dump-manifest script
2010-11-03  Joel Rosdahltest: Check that device paths (and similar) are not...
2010-11-02  Joel RosdahlAdd --dump-manifest command-line option
2010-11-02  Joel RosdahlImplement manifest_dump
2010-11-02  Joel RosdahlAdd version and reserved field to struct manifest
2010-11-02  Joel RosdahlLet format_hash_as_string optionally not include the...
2010-11-02  Joel RosdahlMerge branch 'maint'
2010-11-02  Joel RosdahlFall back to preprocessor mode when seeing a non-regula...
2010-11-01  Joel RosdahlProperly close fd in manifest_get if gzdopen fails
2010-11-01  Joel RosdahlSort command-line options table
2010-11-01  Wilson SnyderCheck for CRC errors after decompression
2010-11-01  Joel Rosdahldoc: Sort environment variables correctly
2010-11-01  Joel RosdahlMinor doc string fixes
2010-11-01  Wilson SnyderFix NFS object corruption
2010-10-27  Joel RosdahlRewrite argument to --sysroot if CCACHE_BASEDIR is...
2010-10-16  Joel Rosdahldoc: Sort environment variables correctly
2010-10-09  Joel RosdahlMinor doc string fixes
2010-10-09  Wilson SnyderFix NFS object corruption
2010-10-07  Joel RosdahlOnly create parent directories when needed to save...
2010-10-07  Joel RosdahlAdd create_parent_dirs()
2010-10-07  Joel RosdahlImprove basename()'s argument name
2010-10-07  Joel RosdahlAdd const to parameter to dirname()
2010-10-05  Joel RosdahlAdd size hint to read_text_file()
2010-10-05  Joel RosdahlFix spelling and grammar in HACKING.txt
2010-10-05  Joel RosdahlMinor cleanup
2010-10-05  Wilson SnyderReduce stat() calls
2010-10-05  Wilson SnyderReduce stat() calls on multilevel caches
2010-09-27  Joel RosdahlDon't require *saveptr == NULL on first strtok_r invocation
2010-09-27  Ramiro PollaAdd strtok_r() replacement using strtok()
2010-09-26  Joel RosdahlMerge branch 'maint'
2010-09-26  Joel RosdahlMinor tweak of version finding command
2010-09-26  Wilson SnyderFix version.c for older gits
2010-09-26  Ramiro Pollawin32: Properly check whether path is a directory
2010-09-26  Ramiro PollaAlso check for %APPDATA% on win32 to use as home
2010-09-26  Ramiro PollaFix finding of executables with dots in the filename...
2010-09-26  Ramiro PollaFix make test on win32
2010-09-26  Ramiro PollaImplement win32 hash_command_output()
2010-09-26  Ramiro PollaFactorize win32getshell() out of win32execute()
2010-09-26  Ramiro PollaExport argvtos() as win32argvtos()
2010-09-26  Ramiro PollaOpen files in binary mode
2010-09-22  Joel RosdahlCheck $AR when detecting ar as this seems to be the...
2010-09-18  Joel RosdahlCorrect example command string for CCACHE_COMPILERCHECK
2010-09-17  Wilson SnyderPrint temp file name in debug message
2010-09-16  Joel RosdahlNEWS tweak v3.1
2010-09-16  Joel RosdahlPrepare for version 3.1
2010-09-15  Joel RosdahlReword news item
2010-09-15  Joel RosdahlHandle EINTR correctly
2010-09-14  Joel RosdahlMake --ccache-skip work for all options
2010-09-12  Joel RosdahlDon't compare booleans with 0
2010-09-12  Joel RosdahlRename test_if_compressed() to file_is_compressed()
2010-09-12  Joel RosdahlFix Win32 build error
2010-09-12  Joel RosdahlDon't hard-code size hint when reading preprocessed...
2010-09-12  Joel RosdahlStat file to get size hint in read_file()
2010-09-10  Joel RosdahlMinor updates of NEWS
2010-09-06  Joel RosdahlMake the 3.1 news entry spacier
2010-09-06  Joel RosdahlAdd news for version 3.1
2010-09-06  Joel RosdahlAdd Tor Arne Vestbø as a contributor
2010-09-06  Joel RosdahlAdd a .tar.xz dist archive
2010-09-06  Joel RosdahlUse GNU tar's auto detection of extension when creating...
2010-09-05  Joel RosdahlDon't hash .gch files twice; hash the hash instead
2010-09-05  Joel RosdahlAllow preprocessed hits even when using PCH
2010-09-05  Joel RosdahlAvoid preprocessed hits when using precompiled headers
2010-09-05  Joel RosdahlAdd "can't use precompiled header" statistics
2010-09-05  Joel RosdahlSimplify return logic in hash_fd2()
2010-09-05  Joel RosdahlIncrease read buffer in read_fd2()
2010-09-05  Joel RosdahlPlug memory leak in remember_include_file
2010-09-05  Joel RosdahlAdd hash_file2() and hash_fd2() functions that update...
2010-09-04  Joel RosdahlClean cache before first pch test to avoid error when...
2010-09-02  Joel RosdahlAlso require time_macros sloppiness when detecting...
2010-09-02  Joel RosdahlLog incremented statistics counters as "result"
2010-09-02  Joel RosdahlCorrect variable name in comment
2010-09-02  Joel RosdahlLog which precompiled header was found when detecting...
2010-09-01  Joel RosdahlMove lists of compiler options' semantics into a separa...
2010-09-01  Joel RosdahlTest -I with concatenated argument
2010-09-01  Joel RosdahlTest that -D isn't hashed in preprocessor mode
2010-09-01  Joel Rosdahltestfw: Give compile error on empty suite names
2010-08-30  Joel RosdahlAllow const string parameters to CHECK_STR_EQ()
next