]> git.ipfire.org Git - thirdparty/ccache.git/shortlog
thirdparty/ccache.git
2022-08-20  Joel Rosdahltest: Avoid warning when running inode_cache in isolation
2022-08-20  Joel Rosdahlfix: Add and use Util::{get,set}_umask functions
2022-08-20  Joel Rosdahlfix: Retain mtime/atime for recompressed files
2022-08-20  Joel Rosdahlenhance: Add util::set_timestamps function for setting...
2022-08-20  Joel Rosdahlfix: Use correct umask when populating primary cache...
2022-08-20  Joel Rosdahlfix: Create temporary file with cpp extension instead...
2022-08-20  Florin Tfix: Fix build for MSVC (#1078)
2022-08-20  Joel Rosdahlfix: Fall back to compiler when producing assembler...
2022-08-20  Joel Rosdahlchore: Add debug log for -P + other preprocessor option
2022-08-20  Sergey Semushinfix(win32execute): Handle space in paths when using...
2022-08-20  Joel Rosdahltest: Fix test failure when compiler is masquerading...
2022-05-16  olegsidorkinfix: Fix crash with empty include filename in preproces...
2022-05-15  Joel Rosdahlchore: Update NEWS v4.6.1
2022-05-14  Joel Rosdahlchore: Update authors
2022-05-14  Joel Rosdahlstyle: Improve names of Args::AtFileFormat values
2022-05-14  Joel Rosdahlci: Bump to CodeQL action v2
2022-05-14  Joel Rosdahlfix: Support Redis URL without host
2022-05-14  Joel Rosdahlchore: Don’t store unused return value
2022-05-14  Joel Rosdahlchore: Constify core::Manifest::add_result parameter
2022-05-14  Joel Rosdahlchore: Set version “unknown” instead of empty string...
2022-05-14  Joel Rosdahlfix: Support Git 1.x when determining ccache version
2022-05-14  Joel Rosdahlchore: Prepare for binary patching SYSCONFDIR
2022-05-14  Joel Rosdahlchore: Add Jacob Young to .mailmap
2022-05-14  Joel Rosdahlfix: Avoid incorrect error log for Redis write in resha...
2022-05-14  Joel Rosdahlchore: Remove anonymous users from AUTHORS
2022-05-11  Joel Rosdahlfix: Correctly represent statistics counters > 1 in...
2022-05-11  jacobly0fix: Fix parsing of MSVC response files (#1071)
2022-05-08  Joel Rosdahldocs: Add warning about base_dir
2022-05-08  Joel Rosdahlchore: Update license for nonstd::expected
2022-05-08  Joel Rosdahlrefactor: Simplify Reader::read_int
2022-05-08  Joel Rosdahlfix: Log expanded secondary storage URL in put/remove
2022-05-08  jacobly0fix: Fix miscompile of nonstd::expected on MSVC v19...
2022-05-08  Gregor Jasnyfix: Check for short reads in Reader::read_str (#1068)
2022-05-08  Alexey Telishevfix: Fix "Multiple precompiled headers used" error...
2022-05-08  Anders Björklundfeat: Make upload-redis output more like other tools...
2022-05-06  Joel Rosdahlfix: Improve MSVC /Fp and /Yu options further
2022-05-05  Joel Rosdahlchore: Add knowledge of linker option -z to avoid note...
2022-05-05  Joel Rosdahlfix: Handle MSVC /Fp and /Yu options with concatenated...
2022-05-01  jacobly0feat: Handle -imsvc compiler option (#1055)
2022-05-01  jacobly0build: Fix build arguments to clang-cl (#1054)
2022-05-01  jacobly0fix: Fix sporadic test.profiling failures (#1056)
2022-05-01  Joel Rosdahlfix: Isolate inode cache file in tests
2022-05-01  Joel Rosdahlfeat: Improve inode cache logging
2022-04-30  Joel Rosdahlci: Fix CUDA installation
2022-04-30  vvainolafix: Normalize paths to fix basedir option on Windows...
2022-04-30  Joel Rosdahlrefactor: Improve absolute path normalization functions
2022-04-26  Joel Rosdahlfix: Make Stat::same_inode_as consider error code
2022-04-17  Joel Rosdahldocs: Mention default cache locations for Windows and...
2022-04-12  Orgad Shanehfix: Fix static linkage with hiredis on Windows (#1041)
2022-04-12  Orgad Shanehfix: Replace skip_last_empty with IncludeDelimiter...
2022-04-08  Joel Rosdahlfix: Fix code restructuring mistake in 5a55014f
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
next