]> git.ipfire.org Git - thirdparty/ccache.git/shortlog
thirdparty/ccache.git
2018-03-11  Joel RosdahlBe consistent with “Clang” and “NVCC” names in NEWS
2018-03-11  Joel RosdahlDon’t apply Clang workaround for PCH dependencies for...
2018-03-06  Joel Rosdahlcleanup: Remove special-casing of files from ccache 2.x
2018-03-06  Timofei KushnirFix debug_prefix_map suite
2018-03-06  Joel RosdahlImprove AsciiDoc markup
2018-03-04  Joel RosdahlImprove man page generation
2018-03-04  Joel RosdahlRemove redundant .gitignore entries
2018-03-01  Joel RosdahlChange extension of AsciiDoc files to .adoc
2018-02-28  Anders F BjörklundThe Dockerfile was moved to a subdirectory
2018-02-25  Joel RosdahlFix paths to bundled zlib
2018-02-21  Joel RosdahlHash preprocessed headers located in “.gch directories...
2018-02-11  Joel RosdahlPrepare for v3.4.1 v3.4.1
2018-02-11  Joel RosdahlFix printing of version number in “ccache --version”
2018-02-11  Joel RosdahlPrepare for v3.4 v3.4
2018-02-11  Joel RosdahlUpdate lookup tables with new location of .gperf files
2018-02-10  Joel RosdahlAdd update-authors make recipe and use it
2018-02-07  Joel RosdahlImprove README.md
2018-02-07  Joel RosdahlRearrange files into suitable subdirectories, e.g....
2018-02-06  Joel RosdahlSimplify initialize() slightly
2018-02-06  Joel RosdahlTreat unreadable conf file like missing instead of...
2018-02-05  Joel RosdahlDocument caveats related to colored warnings from compilers
2018-02-05  Joel RosdahlDocument more pitfalls with hard links
2018-02-04  Joel RosdahlUse strftime instead of obsolete asctime function
2018-02-04  Joel RosdahlFix most warnings from cppcheck 1.72
2018-02-04  Joel RosdahlChange “improvements” to “enhancements” in NEWS.txt
2018-02-03  Joel RosdahlFix use-after-free error in 316b966b
2018-02-03  Joel RosdahlHash host compilers invoked by nvcc
2018-02-03  Joel RosdahlIntroduce and use ARRAY_SIZE macro
2018-02-03  Sam GrossHash '-ccbin' argument
2018-01-31  Joel Rosdahlunittest: Pass errmsg to CHECKM when available
2018-01-31  Joel RosdahlUpdate config.guess and config.sub to modern versions
2018-01-30  Joel RosdahlOnly pass implicit -MQ to preprocessor if needed
2018-01-30  Joel RosdahlUpdate NEWS
2018-01-30  Joel Rosdahltest: Add and fix cpp1 suite
2018-01-30  Joel RosdahlUpdate NEWS
2018-01-30  Joel RosdahlImprove docs and clean up
2018-01-30  Anders F BjörklundPass the cpp1 flags more selectively
2018-01-30  Anders F BjörklundAdd test case for directives-only/rewrite-includes
2018-01-30  Anders F BjörklundHandle semi-preprocessed source code with cpp1
2018-01-30  Joel RosdahlClean up
2018-01-30  Mostyn Bramley... Fail if boolean env vars are set with common negative...
2018-01-29  Joel Rosdahltest: Rearrange files into test and unittest directories
2018-01-29  Anders F BjörklundPrefer bash, when running test.sh script
2018-01-28  Joel RosdahlMerge branch '3.3-maint'
2018-01-28  Joel RosdahlPrepare for v3.3.6 3.3-maint v3.3.6
2018-01-28  Joel RosdahlTweak code style and comments
2018-01-28  Joel RosdahlMerge branch '3.3-maint'
2018-01-28  Joel RosdahlUpdate NEWS
2018-01-28  Joel Rosdahltest: Verify that UNCACHED_ERR_FD works
2018-01-28  Joel RosdahlOnly write hash debug output if there is any data
2018-01-28  Luboš LuňákFix broken UNCACHED_ERR_FD
2018-01-27  Joel Rosdahltest: Fix nvcc tests when using compiler with options
2018-01-27  Joel Rosdahltest: Remove superfluous blank lines
2018-01-27  Joel Rosdahltest: Split into one file per suite
2018-01-27  Joel RosdahlUpdate NEWS
2018-01-27  Joel RosdahlClean up code related to CUDA/nvcc
2018-01-27  Joel Rosdahltest: Fix nvcc_ldir tests when gcc is a masquerading...
2018-01-27  Clemens RabeBug fixes and tests for nvcc
2018-01-27  Joel Rosdahltest: Fix failure in gcc pch suite when using compiler...
2018-01-22  Joel Rosdahltest: Find and use real compiler
2018-01-22  Joel Rosdahltest: Check that dependency file contains the correct...
2018-01-21  Joel RosdahlRefactor and clean up code for copying results to/from...
2018-01-21  Joel RosdahlImprove file size/number counters for overwritten files
2018-01-21  Joel RosdahlMerge branch '3.3-maint'
2018-01-21  Joel Rosdahldoc: Improve instructions on how to compile in differen...
2018-01-21  Joel RosdahlSplit .incbin directive in ccache source code to enable...
2018-01-13  Joel RosdahlMerge branch '3.3-maint'
2018-01-13  Joel RosdahlPrepare for v3.3.5 v3.3.5
2018-01-13  Joel Rosdahldoc: Tweak automatic cleanup description
2018-01-11  Joel RosdahlFix code style
2018-01-11  Orgad ShanehFix compilation with MinGW32
2018-01-11  Joel RosdahlAdd link to a good log post on how to get help from...
2018-01-11  Joel RosdahlMerge branch '3.3-maint'
2018-01-11  Joel RosdahlUpdate NEWS
2018-01-11  Joel RosdahlDon't skip compiler argument following AFFECTS_CPP...
2018-01-11  Joel RosdahlClean up
2018-01-11  orbitcowboyClean up redundant expression
2018-01-11  Tom Hughes-fdebug-prefix-map is supported in clang 3.8 and newer
2018-01-11  Andreas HuberFix leaked file descriptor
2018-01-11  Edward Z. YangClang emits warnings for unused linker arguments, respe...
2018-01-11  Joel Rosdahldoc: Improve markup
2018-01-11  Geert BoschAdd some fallthrough comments to work around GCC compil...
2018-01-10  Orgad ShanehSimplify is_precompiled_header a bit
2018-01-10  Joel RosdahlMerge branch '3.3-maint'
2018-01-10  Joel RosdahlRename HACKING.txt to CONTRIBUTING.md and improve text
2018-01-10  Joel RosdahlDocument how automatic cleanup works
2018-01-10  Joel RosdahlMake ccache -c/--cleanup not take limit_multiple into...
2018-01-10  Joel Rosdahltest: Fix printing of failure reason with glob characters
2018-01-10  Joel RosdahlFix grammar in cleanup_* function names
2018-01-10  Joel Rosdahltest: Unset all CCACHE variables in environment
2018-01-10  Joel Rosdahlcleanup: Improve logging
2018-01-10  Joel Rosdahltest: Check more cases of path normalization
2018-01-10  Joel RosdahlDon't overwrite cached .d file with a version with...
2017-12-28  Joel Rosdahltest: Fix verbose printing of test case name with space
2017-07-19  Joel RosdahlUpdate NEWS
2017-07-19  Tor Arne VestbøDon't use cache when building precompiled header with...
2017-07-19  Tor Arne VestbøAlways use include DEFAULT_SLOPPINESS when overriding...
2017-07-19  Joel RosdahlUpdate NEWS
2017-07-19  Joel RosdahlGet rid of global variable and improve name
2017-07-19  Anders F BjörklundEnable the unifier option, also in direct mode
next