]> git.ipfire.org Git - thirdparty/ccache.git/shortlog
thirdparty/ccache.git
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
2022-10-22  Joel Rosdahlci: Avoid using deprecated GitHub set-output command
2022-10-22  Joel Rosdahlci: Add GCC 8 and GCC 9 jobs
2022-10-22  Orgad Shanehbuild: Remove unneeded C++11 flag in libatomic test...
2022-10-22  Orgad Shanehbuild: Support compilation with GCC 8 (#1190)
2022-10-19  Joel Rosdahlfix: Handle -MD/-MMD when compiling assembler file
2022-10-19  Joel Rosdahlchore: Remove unused no-response bot config
2022-10-17  Joel Rosdahldoc: Fix markup in NEWS
2022-10-17  Joel Rosdahlchore: Update NEWS v4.7
2022-10-16  Joel Rosdahldoc: Improve manual
2022-10-16  Joel Rosdahldoc: Fixed markup of __NAME__ macros
2022-10-16  Joel Rosdahlrefactor: Avoid an extra data copy when rewriting stdout
2022-10-16  Joel Rosdahltest: Simplify util::read_file_part test
2022-10-16  Joel Rosdahlenhance: Add more util::Bytes::insert variants
2022-10-16  Joel Rosdahlrefactor: Rename ShowIncludesParser to MsvcShowIncludes...
2022-10-16  Joel Rosdahlchore: Tweak code related to auto depend mode for MSVC
2022-10-16  Joel Rosdahldoc: Tweak manual and comments related to /showIncludes
2022-10-16  Joel Rosdahlchore: Add news for version 4.6.3
2022-10-16  Joel Rosdahlchore: Tweak README
2022-10-16  Joel Rosdahlchore: Update authors
2022-10-16  Orgad Shanehci: Remove Ubuntu 18.04 jobs and add GCC 12 job (#1180)
2022-10-15  Orgad Shanehbuild: Add headers to CMake project files (#1178)
2022-10-15  Orgad Shanehfeat: Support auto depend mode for MSVC without /showIn...
2022-10-15  Orgad Shanehci: Remove clang64 msys target from ci (#1179)
2022-10-12  Orgad Shanehtest: Make the integration tests work under Windows...
2022-10-12  Joel Rosdahlbuild: Add missing source file extension
2022-10-12  Orgad Shanehfeat: Support depend mode for MSVC (#992)
2022-10-06  Joel Rosdahlchore: Clean up code slightly
2022-10-05  Orgad Shanehfix: Remove usage of deprecated codecvt header (#1172)
2022-10-05  Joel Rosdahlrefactor: Store compiler output as bytes
2022-10-05  Joel Rosdahlenhance: Add util::to_string instantiations for Bytes...
2022-10-05  Joel Rosdahltest: Add tests for util::to_string and util::to_string...
2022-10-05  louiscaronfix: Handle spaces between target and colon in dependen...
2022-10-05  louiscarontest: Add another depend mode test (#1174)
2022-10-05  Orgad Shanehfix: Retain line CRLF in compiler output on Windows...
2022-10-05  Joel RosdahlRevert "feat: Support auto depend mode for MSVC without...
2022-10-05  Orgad Shanehfeat: Support auto depend mode for MSVC without /showIn...
2022-10-05  Rosen Penevbuild: Use pkgconfig for zstd search (#1169)
2022-10-05  Orgad Shanehfix: Capture MSVC stdout/stderr when running from Visua...
2022-10-05  Orgad Shanehfix: Fix implementation of unsetenv on Windows (#1171)
2022-10-04  Joel Rosdahldoc: Sort sloppiness values by name
2022-10-04  Joel Rosdahlfeat: Improve handling of -frandom-seed and description...
2022-10-04  Raihaan Shouhellfeat: Add sloppiness for -frandom-seed (#1168)
2022-10-04  Joel Rosdahlfeat: Improve statistics for remote hits/misses
2022-10-03  Joel Rosdahlchore: Improve inode cache log messages
2022-10-02  Joel Rosdahlfix: Don't increment preprocessed_cache_miss in recache...
2022-10-02  Joel Rosdahlrefactor: Sort k_statistics_fields
2022-09-28  Joel Rosdahlrefactor: Extract code for retrieving manifest to a...
2022-09-28  Joel Rosdahlfeat: Implement "remote only" mode
2022-09-27  Joel Rosdahlchore: Rename primary/secondary storage to local/remote...
2022-09-27  Joel Rosdahlchore: Rename primary/secondary config to config/system...
2022-09-26  Raihaan Shouhellfix: Support /external:I for MSVC (#1165)
2022-09-26  louiscarontest: Fix typo in depend tests (#1167)
2022-09-23  louiscarontest: Fix KEEP_TESTDIR test in test/run (#1161)
2022-09-21  Joel Rosdahlfeat: Use subsecond timestamps for include file check
2022-09-21  Joel Rosdahlfeat: Use subsecond resolution timestamps in manifest...
2022-09-21  Joel Rosdahlrefactor: Use util::TimePoint for timestamps
2022-09-21  Joel Rosdahlenhance: Add util::TimePoint and util::Duration
2022-09-21  Joel Rosdahltest: Silence output from $COMPILER --version
2022-09-21  Joel Rosdahlfeat: Merge local manifest with fetched remote manifest
2022-09-21  Joel Rosdahlrefactor: Extract timestamp logic from Manifest
2022-09-21  Joel Rosdahlrefactor: Improve Storage::get API to be able to return...
2022-09-21  Joel Rosdahlfix: Don't reshare results with raw files to secondary...
2022-09-21  Joel Rosdahlrefactor(storage): Pass cache entries via memory instea...
2022-09-21  Joel Rosdahlfix: Make sure that temporary files always have .tmp...
2022-09-21  Joel Rosdahlfeat: Print result format version and no of files in...
2022-09-21  Joel Rosdahlchore: Simplify cache entry reading and writing
2022-09-21  Joel Rosdahlenhance: Add util::zstd_* functions
2022-09-21  Joel Rosdahlrefactor: Let core::CacheEntryDataWriter work with...
2022-09-21  Joel Rosdahlfeat: Improve logging for Util::clone_hard_link_or_copy...
2022-09-21  Joel Rosdahlrefactor: Let util::DataReceiver take uint8_t
2022-09-21  Joel Rosdahlrefactor: Use util::throw_on_error
2022-09-21  Joel Rosdahlenhance: Add util::throw_on_error functions
2022-09-21  Joel Rosdahlenhance: Add prefix parameter to util::value_or_throw
2022-09-21  Joel Rosdahlenhance: Add util::read_file_part function
2022-09-21  Joel Rosdahlperf: Use util::Bytes
2022-09-21  Joel Rosdahlenhance: Add util::Bytes class
next