]> git.ipfire.org Git - thirdparty/ccache.git/shortlog
thirdparty/ccache.git
2023-01-17  Joel Rosdahltest: Use grep -E/-F instead of obsolescent egrep/fgrep
2023-01-17  Joel Rosdahlfeat: Improve automatic cache cleanup mechanism
2023-01-15  Joel Rosdahlchore: Add unit tests for parsing size with (undocument...
2023-01-15  Joel Rosdahlenhance: Delay LongLivedLockFileManager thread start...
2023-01-15  Joel Rosdahlfix: Fix logging of inactive lock duration
2023-01-15  Joel Rosdahlenhance: Make it possible for LockFile::try_acquire...
2023-01-11  Joel Rosdahlfeat: Consistently show cache size and max size with...
2023-01-11  Joel Rosdahlenhance: Make util::LockFile movable
2023-01-11  Joel Rosdahlchore: Add missing explicit keywords to some constructors
2023-01-11  Joel Rosdahlfix: Avoid sometimes too wide percent figure in --show...
2023-01-11  Joel Rosdahlenhance: Add offsetted get/set/increment methods for...
2023-01-11  Joel Rosdahlfeat: Activate logging for command mode options
2023-01-11  Joel Rosdahlenhance: Make storage::local::StatsFile movable
2023-01-11  Joel Rosdahldoc: Add note that "stats = false" will disable automat...
2023-01-11  Joel Rosdahlfeat: Do clean/clear/evict-style operations per level...
2023-01-11  Joel Rosdahlrefactor: Merge LocalStorage implemention files
2023-01-11  Joel Rosdahlchore: Remove special logic for cleaning up legacy...
2023-01-11  Joel Rosdahlrefactor: Use std::size to compute array size
2023-01-04  Joel Rosdahlchore: Clean up minor things after 95e6375813f7
2023-01-04  Oleg Sidorkinfix: Use spinlocks for inode cache memory synchronizati...
2022-12-26  Raihaan Shouhellci: Test more compilers (#1234)
2022-12-23  Joel Rosdahlfix: Only use original umask when retrieving result
2022-12-23  Joel Rosdahlfix: Fix matching of base directory for MSVC
2022-12-23  Joel Rosdahlfix: Don't crash in TextTable for a single heading row
2022-12-23  Joel Rosdahlchore: Remove defunct LGTM badges
2022-12-23  Raihaan Shouhellfix: Do not escape backslashes in MSVC RSP files (...
2022-12-20  Joel Rosdahlfix: Improve fix for local/remote cache misses in depen...
2022-12-13  Joel Rosdahlfix: Fix reporting of local/remote cache misses in...
2022-12-13  Joel Rosdahlfix: Fix conditions for --show-stats
2022-12-13  Joel Rosdahlchore: Bump clang-format version requirement to 11+
2022-12-13  Joel Rosdahldoc: Fix markup
2022-12-13  Joel Rosdahlenhance: Extract lock keep-alive thread to a manager...
2022-12-13  Joel Rosdahlenhance: Add AtomicFile::flush method
2022-12-13  Joel Rosdahlchore: Refine ProgressBar value calculation
2022-12-13  Joel Rosdahlchore: Improve description of --set-config
2022-12-13  Joel Rosdahlrefactor: Make LockFile guard itself without a LockFile...
2022-12-13  Joel Rosdahlfix: Don't use copy of mutex/condition in long-lived...
2022-12-13  Joel Rosdahlenhance: Allow short-lived lock file to wait for long...
2022-11-27  Joel Rosdahlchore: Add discussions badge
2022-11-27  Joel Rosdahldoc: Fix spelling of potentially
2022-11-27  Joel Rosdahlrefactor: Improve FileRecompressor to take a stat
2022-11-27  Joel Rosdahlrefactor: Remove CacheFile, using Stat with path member...
2022-11-27  Joel Rosdahlenhance: Remember path in Stat
2022-11-27  Joel Rosdahlenhance: Only keep atime if needed
2022-11-27  Joel Rosdahlfeat: Add --trim-recompress and --trim-recompress-threads
2022-11-27  Joel Rosdahlrefactor: Extract file recompression code to a class
2022-11-27  Joel Rosdahlenhance: Add Util::format_human_readable_diff
2022-11-27  Joel Rosdahlfeat: Improve Util::format_human_readable_size for...
2022-11-27  Joel Rosdahlfeat: Add --recompress-threads option
2022-11-27  Erik Flodinfix: Fix edge case where a non-temporal identifier...
2022-11-21  Joel Rosdahlchore: Update NEWS v4.7.4
2022-11-20  Joel Rosdahlchore: Fix typo
2022-11-20  Joel Rosdahlbump: Upgrade to hiredis 1.1.0
2022-11-20  Joel Rosdahlfix: Avoid race condition in inode cache for quick...
2022-11-14  Oleg Sidorkinfix: Fall back to emulation for unsupported posix_fallo...
2022-11-13  Joel Rosdahlfix: Use $XDG_RUNTIME_DIR/ccache-tmp as the default...
2022-11-13  Joel Rosdahltest: Test TimePoint::nsec_decimal_part
2022-11-13  Joel Rosdahlfix: Fix bug in Duration arithmetic operators
2022-11-13  Joel Rosdahlperf: Optimize util::write_file for empty data
2022-11-13  Oleg Sidorkinfix: Do not create /run directory on systems that don...
2022-11-11  Joel Rosdahldoc: Don't mention removed compiler type "pump"
2022-11-11  Joel Rosdahldoc: Add hint about using -fno-pch-timestamp for PCH...
2022-11-11  Joel Rosdahldoc: Improve description of header file handling after...
2022-11-10  Joel Rosdahlfix: Don't consider temporary files incompressible
2022-11-10  Joel Rosdahlfix: Properly wait for recompression jobs if there...
2022-11-10  Joel Rosdahlenhance: Make subsequent calls to ThreadPool::shut_down...
2022-11-10  Joel Rosdahldoc: Remove superfluous right parenthesis
2022-11-10  Joel Rosdahlrefactor: Avoid changing loop variable in body of for...
2022-11-10  Joel Rosdahlrefactor: Remove empty if clause
2022-11-10  Joel Rosdahlfix: Avoid duplicate magic header in --inspect
2022-11-10  Joel Rosdahlchore: Sort file list
2022-11-10  Joel Rosdahlchore: Improve inode cache logging
2022-11-07  Joel Rosdahldoc: Fix indentation
2022-11-07  Joel Rosdahlfix(http-storage): Report connection timeout properly
2022-11-06  Joel Rosdahlci: Don't run CodeQL on unit tests
2022-11-06  Joel Rosdahlci: Refactor ci/build script
2022-11-05  Joel Rosdahlchore: Update NEWS v4.7.3
2022-11-05  Joel Rosdahldoc: Mention the default value of keep_comments_cpp
2022-11-05  Joel Rosdahlchore: Fix grammar in comment
2022-11-05  Joel Rosdahlfeat: Include I_MPI_CC/I_MPI_CXX in the input hash
2022-11-05  Joel Rosdahlchore: Improve inode cache logging
2022-11-03  Joel Rosdahlfeat: Support -Wp,-M[M]D with -o without -MMD/-MQ/...
2022-11-03  Joel Rosdahltest: Silence progress messages from CCACHE_UMASK test
2022-11-03  Joel Rosdahltest: Silence Clang warnings about unused arguments...
2022-11-03  Joel Rosdahltest: Remove left-over fi statement
2022-11-03  Joel Rosdahlfix: Fix parsing of sloppiness with trailing delimiter
2022-11-03  Joel Rosdahlfix: Avoid redundant slash in HTTP storage URLs with...
2022-11-03  Joel Rosdahlfix: Hash variables that affect Clang version on macOS
2022-11-03  Joel Rosdahlchore: Tweak comments
2022-11-02  Joel Rosdahlchore: Improve logging of file read failures
2022-10-29  Joel Rosdahlchore: Update authors v4.7.2
2022-10-29  Joel Rosdahlchore: Update NEWS
2022-10-28  rblx-kbuckfix: Process the argument following a -Xarch argument...
2022-10-28  Joel Rosdahlfix: Use configured umask for command line operations...
2022-10-28  Joel Rosdahltest: Disable flaky Windows profiling tests
2022-10-26  Joel Rosdahlbuild: Include limits.h for PATH_MAX
2022-10-26  Joel Rosdahlfix: Use separate 32-bit and 64-bit inode cache files
2022-10-24  Gregor Jasnybuild: Apply standard settings and warnings to lockfile...
2022-10-22  Joel Rosdahlchore: Correct contributor in NEWS
2022-10-22  Joel Rosdahlchore: Update NEWS v4.7.1
next