]> git.ipfire.org Git - thirdparty/ccache.git/shortlog
thirdparty/ccache.git
2022-02-15  Philipp Gortandocs: Add documentation that compiler plugins are hashe...
2022-02-07  Joel Rosdahlfeat: Remove automatic enabling of ccache for ccache...
2022-02-07  Joel Rosdahlchore: Remove obsolete GCC 4.8 workarounds
2022-02-07  Joel Rosdahlfix: Ensure that raw filenames are static in length
2022-02-05  Joel Rosdahlrefactor: Clean up code related to -Fp/-Yu with concate...
2022-02-03  Orgad Shanehfix: Fix clang-cl display name (#1003)
2022-02-03  Joel Rosdahlstyle: Improve names related to clang-cl
2022-02-03  Joel Rosdahldocs: Add missing documentation of compiler type “clang-cl”
2022-02-03  Joel Rosdahlfix: Don’t finalize ZstdCompressor twice
2022-02-03  Orgad Shanehfeat: Add support for clang-cl (#993)
2022-01-28  Delganfeat: Add option to use Bearer token with HTTP backend...
2022-01-27  Joel Rosdahlbump: Upgrade to cpp-httplib 0.10.2
2022-01-27  Joel Rosdahlfeat: Enable HTTP keep-alive by default (#1000)
2022-01-25  Joel Rosdahlfeat: Add --inspect option instead of --dump-manifest...
2022-01-24  Joel Rosdahlenhance: Add File::File(FILE*) constructor
2022-01-24  Orgad Shanehfix: Do not handle -o<file> for MSVC (#994)
2022-01-24  Joel Rosdahlbump: Upgrade to BLAKE3 1.3.0
2022-01-24  Joel Rosdahlbump: Upgrade to fmt 8.1.1
2022-01-24  Joel Rosdahlbump: Upgrade to doctest 2.4.8
2022-01-23  Joel Rosdahlbump: Upgrade to zstd 1.5.2
2022-01-23  Joel Rosdahlfeat: Detect MSVC compiler case insensitive and with...
2022-01-23  Joel Rosdahlfeat: Make it possible to configure compiler type msvc
2022-01-23  Joel Rosdahlrefactor: Rename compiler type cl to msvc
2022-01-20  Joel Rosdahlfix: Ensure existing directory before copying from...
2022-01-19  Joel Rosdahldoc: Fix typo and missing word
2022-01-17  Joel Rosdahltest: Verify -fsyntax-only handling without -c
2022-01-17  Joel Rosdahlrefactor: Simplify -fsyntax-only logic
2022-01-17  Orgad Shanehfeat: Add support for MSVC's -Zs option (#995)
2022-01-17  Anders BjörklundFix upload-redis after cache entry format change (...
2022-01-16  Orgad Shanehfeat: Support MSVC /Yu option (compiling with PCH)...
2022-01-10  Joel Rosdahlfix: Unconstify variable to allow automatic move
2022-01-10  Joel Rosdahlfix: Make src/ccache.cpp cacheable by ccache itself
2022-01-10  Joel Rosdahldoc: Improve documentation of --config-path
2022-01-10  Orgad ShanehFix stats output for secondary storage (#988)
2022-01-06  Joel Rosdahlfix: Check writability of /run/user/<UID>/ccache-tmp...
2021-12-29  Joel Rosdahlrefactor: Decouple Manifest data structure from how...
2021-12-29  Joel Rosdahlbump: Upgrade to xxHash 0.8.1
2021-12-29  Joel Rosdahlbump: Upgrade to cpp-httplib 0.10.1
2021-12-29  Joel Rosdahltest: Improve code style
2021-12-29  Joel Rosdahlstyle: Avoid operator++ in expression
2021-12-29  Alexey Sheplyakovfix: Avoid .incbin false positive (#983)
2021-12-29  Steve Mokrisfix: Remove duplicate -Xarch second argument (#981)
2021-12-19  Joel Rosdahlstyle: Add some comments and tweaks
2021-12-19  R. Voggenauerfix: Fix copying of binary files on Windows (#979)
2021-12-19  Joel Rosdahlfix: Don’t run trim_dir test suite unless cleanup tests...
2021-12-12  Joel Rosdahlrefactor: Move conversion to slash option outside file...
2021-12-12  Joel Rosdahlrefactor: Remove redundant conditions for MSVC options
2021-12-12  Joel Rosdahlfix: Handle stdout from distcc-pump when used as a...
2021-12-12  Joel Rosdahlfeat: Support caching stdout for all compiler types
2021-12-12  Joel Rosdahlenhance: Add Result::write_data method
2021-12-12  Luboš Luňákfix: MSVC's -link option is too hard (#972)
2021-12-12  Luboš Luňákfix: Handle MSVC flags -MD[d], -MT[d] and -LT[d] proper...
2021-12-12  Luboš LuňákFix and simplify handling of options for MSVC (#954)
2021-12-12  Luboš LuňákAdd support for caching stdout from MSVC (#962)
2021-11-30  Luboš Luňákfix: Ignore CCACHE_NOCPP2=1 with MSVC (#970)
2021-11-26  Joel Rosdahldoc: Correct reference to the debug_dir option
2021-11-24  Joel Rosdahlrefactor: Simplify code related to send_to_fd
2021-11-24  Joel Rosdahlfix: Correct error message in send_to_fd
2021-11-24  Joel RosdahlMerge pull request #968 from jhnc-oss/fix-newline-on...
2021-11-23  Luboš Luňákfix: handle newlines on Windows properly 968/head
2021-11-23  Luboš Luňákfix: Use default object file extension .obj for MSVC...
2021-11-23  Luboš Luňákfix: Make AVX2 code work also with MSVC (#963)
2021-11-17  Joel Rosdahlchore: Improve language in NEWS
2021-11-17  Joel Rosdahlchore: Update NEWS
2021-11-17  Joel Rosdahlfix: Correct error handling for unconstructible storage...
2021-11-17  Joel Rosdahlfix: Remove extraneous space in log message
2021-11-17  Joel Rosdahlfix: Correct entry_size field for result entries
2021-11-17  Joel Rosdahlfix: Store actual compression level in cache entry...
2021-11-15  Cristian Adamfeat: Visual C/C++ compiler support (#506)
2021-11-13  Joel Rosdahlchore: Update NEWS v4.5
2021-11-13  Joel Rosdahlchore: Update authors
2021-11-12  Joel Rosdahldoc: Tweak preposition
2021-11-09  Joel Rosdahlfeat: Pretty-print entry type in --dump-{manifest,result}
2021-11-08  Joel Rosdahlfeat: Add namespace support
2021-11-08  Joel Rosdahlfix: Disable hard link and file clone with enabled...
2021-11-08  Joel Rosdahlrefactor: Rename tag header field to namespace
2021-11-08  Joel Rosdahlfeat: Support rewriting absolute path to Clang option...
2021-11-06  Joel Rosdahlstyle: Add curly braces around if statement body
2021-11-06  Joel Rosdahldoc: Fix description of --checksum-file
2021-11-06  Luboš Luňákfix: Correct debug dir handling on Windows (#955)
2021-11-06  Joel Rosdahlfeat: Improve cache entry format
2021-11-06  Joel Rosdahlenhance: Add util::XXH3_128
2021-11-06  Joel Rosdahlrefactor: Rename Checksum to util::XXH3_64
2021-11-06  Joel Rosdahlbump: Upgrade to BLAKE3 1.2.0
2021-11-06  Joel Rosdahlbump: Upgrade to cpp-httplib 0.9.7
2021-11-06  Joel Rosdahlbump: Upgrade to optional-lite 3.5.0
2021-11-06  Joel Rosdahlbump: Upgrade to fmt 8.0.1
2021-11-06  Joel Rosdahlci: Add job for testing Clang 12
2021-11-03  Luboš Luňákfix: Correct win32 log messages about file locks (...
2021-10-28  Alexander Falkensternbump: Upgrade to Hiredis 1.0.2 (#949)
2021-10-06  Joel Rosdahlfix: Support special characters in URL user info
2021-10-06  Joel Rosdahldoc: Tweak AsciiDoc bullet indentation
2021-10-06  Joel RosdahlMerge pull request #934 from gjasny/no-keep-alive
2021-10-01  Gregor Jasnyfeat(http-storage): Make HTTP keep-alive configurable 934/head
2021-10-01  Gregor Jasnyfix(http-storage): Disable broken connection keep-alive
2021-09-28  Joel Rosdahldocs: Remove stray heading in NEWS
2021-09-28  Joel Rosdahlchore: Update authors v4.4.2
2021-09-28  Joel RosdahlUpdate NEWS
2021-09-28  Joel Rosdahlfix: Don’t update manifest on preprocessed hit with...
2021-09-27  Joel Rosdahlci: Pin macOS to 10.15
next