]> git.ipfire.org Git - thirdparty/ccache.git/shortlog
thirdparty/ccache.git
2011-01-09  Joel RosdahlPrepare for version 3.1.4 v3.1.4
2011-01-03  Joel RosdahlCope with file systems (e.g. FAT) that don't handle...
2010-12-18  Joel RosdahlClose file handle in create_cachedirtag on write error
2010-12-14  Joel RosdahlRemove corrupt manifest files so that they won't block...
2010-12-13  Joel RosdahlAvoid creating empty file before creating new manifest...
2010-12-12  Joel RosdahlCompensate for bug in gzputc in zlib 1.2.5
2010-11-28  Joel RosdahlPrepare for version 3.1.3 v3.1.3
2010-11-28  Joel RosdahlHandle -MFarg, -MTarg and -MQarg compiler options correctly
2010-11-28  Joel RosdahlCorrect location of rpl_* defines to outside "#if ...
2010-11-22  Joel Rosdahlportability: Disable support for long double in snprint...
2010-11-22  Joel Rosdahlportability: Handle system *sprintf functions with...
2010-11-22  Joel Rosdahlportability: Add Holger Weiß's improved snprintf replac...
2010-11-21  Joel RosdahlUpdate NEWS for version 3.1.2 v3.1.2
2010-11-21  Joel Rosdahltest: New attempt at coping with unsynchronized clocks...
2010-11-21  Joel RosdahlAdd Björn Jacke as a contributor
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 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-09  Joel RosdahlFixed typo in x_calloc
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 RosdahlAdd 3.1.1 news v3.1.1
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  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-09-26  Joel RosdahlMinor tweak of version finding command
2010-09-26  Wilson SnyderFix version.c for older gits
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()
2010-08-29  Joel RosdahlReset output_is_precompiled_header in cc_reset()
2010-08-29  Joel RosdahlUse bool, true and false for boolean values
2010-08-29  Joel RosdahlAdd autoconf check and workaround for stdbool.h
2010-08-29  Joel RosdahlRemove includes that are redundant after system.h intro...
2010-08-29  Joel RosdahlAdd missing license header in lockfile.c
2010-08-29  Joel RosdahlIntroduce system.h
2010-08-29  Joel RosdahlExtract knowledge about languages and extensions into...
2010-08-29  Joel RosdahlUse MYNAME in usage and license text
2010-08-28  Joel RosdahlMinor doc tweak
2010-08-28  Joel RosdahlDocument new support for precompiled headers
2010-08-28  Joel RosdahlAdd test that -fpch-preprocess is added when using...
2010-08-28  Joel RosdahlDon't require .gch to be a directory since a file is...
2010-08-28  Tor Arne VestbøHash all arguments for pch and add -fpch-preprocess...
2010-08-27  Joel RosdahlAdd -install_name to options that take an argument
2010-08-27  Joel Rosdahlread_file(): Use x_realloc instead of realloc
2010-08-27  Joel Rosdahlread_file(): Don't expose pointer to freed memory
2010-08-26  Joel RosdahlRead files into memory instead of using mmap()
2010-08-26  Joel RosdahlImplement read_file() for reading an arbitrary file...
2010-08-26  Joel RosdahlRename read_file() to read_text_file()
2010-08-25  Joel Rosdahlread_manifest(): Use x_calloc() instead of x_malloc...
2010-08-25  Joel RosdahlAdd x_calloc()
2010-08-25  Joel Rosdahlread_file(): Allocate memory only if the file exists
2010-08-23  Joel Rosdahltest: Fix bad test for compiler pch support
2010-08-23  Joel Rosdahltest: Check that compiler is actually able to use preco...
2010-08-22  Joel Rosdahltest: Print note when not running pch tests
2010-08-22  Joel RosdahlAlso check if the -fpch-preprocess option is supported...
2010-08-22  Joel RosdahlSupport Solaris stupid /bin/sh in pch test
2010-08-22  Joel RosdahlFix bug in args_strip()
2010-08-22  Joel RosdahlAdd support for caching precompiled headers
next