]> git.ipfire.org Git - thirdparty/ccache.git/shortlog
thirdparty/ccache.git
2022-04-08  Joel Rosdahlfix: Fix process_preprocessed_file bug for distcc marker
2022-04-05  Joel Rosdahlstyle: Tweak code style to match conventions
2022-04-05  Joel Rosdahlstyle: Enable some clang-tidy readability checks for...
2022-04-05  Joel RosdahlMerge pull request #1037 from orgads/cl-strip-lf
2022-04-05  Orgad Shanehfix: Do not add redundant newlines for stdout 1037/head
2022-04-05  Orgad Shanehfeat: Support preserving the delimiters on tokenizer
2022-04-05  Orgad Shanehtest: Simplify tokenizer tests
2022-04-03  Joel Rosdahlfix: Only use /run/user/<UID>/ccache-tmp if writable
2022-04-03  Rafael Kitoverfix: Add ASM and ASM_MASM to project() languages (...
2022-04-03  Joel Rosdahlfix: Improve handling of .gcno files
2022-04-01  Joel Rosdahlrefactor: Sort sloppiness parsing/generation
2022-03-27  Joel Rosdahlchore: Disable some clang-tidy checks that don’t contri...
2022-03-27  vspleskdocs: Add reference to reference build configs (#1031)
2022-03-26  Joel Rosdahlfix: Bail out on too hard MSVC environment variables...
2022-03-26  Joel Rosdahlfix: Prefer CMake find module for hiredis package
2022-03-26  Joel Rosdahlrefactor: Simplify string append in process_arg
2022-03-26  Joel Rosdahlchore: Improve error message for read error in from_cache
2022-03-26  Cristian Adamfix: Prefer CMake find module for zstd package (#1030)
2022-03-26  Orgad Shanehfeat: Support directory for MSVC -Fo option (#1019)
2022-03-26  6d5CfLQ3dYAbfix: Don't exit with error on read failure from cached...
2022-03-24  Joel Rosdahlfix: Don’t cache preexisting object file when using...
2022-03-23  6d5CfLQ3dYAbfix: Authenticate with Redis before database selection...
2022-03-19  Joel Rosdahlfix: Work around endianness problem in Util::read_text_file
2022-03-13  Joel Rosdahltest: Don’t require C++-capable compiler for the test...
2022-02-28  Joel Rosdahldocs: Add missing word in release notes
2022-02-27  Joel Rosdahlchore: Prepare for v4.6 v4.6
2022-02-27  Joel Rosdahlchore: Update NEWS
2022-02-27  Joel Rosdahlstyle: Add missing newline at end of file
2022-02-27  Joel Rosdahlchore: Sort codespell allowlist
2022-02-27  Joel Rosdahlrefactor: Make Util::is_absolute_path_with_prefix retur...
2022-02-27  Joel Rosdahlstyle: Tweak comments
2022-02-27  Joel Rosdahlchore: Improve hint in source code format error message
2022-02-27  Joel Rosdahlfix: Don’t increment direct_cache_miss for forced recache
2022-02-27  Marius Zwickerfix: Make conversion to relative paths more reliable...
2022-02-21  Joel Rosdahlchore: Add Vili Väinölä to .mailmap
2022-02-20  Joel Rosdahlfix: Hash object file directory for MSVC compilers
2022-02-20  Joel Rosdahlbump: Upgrade to BLAKE3 1.3.1
2022-02-20  Joel Rosdahldocs: Tweak hard link config option description
2022-02-19  Joel Rosdahlfix: Respect umask when making hard linked files read...
2022-02-19  Joel Rosdahlrefactor: Extract get_umask function to Util
2022-02-19  Joel Rosdahlchore: Touch up Util::read_text_file code
2022-02-19  vvainolafix: Support UTF-16LE .rsp files (#1005)
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
next