]> git.ipfire.org Git - thirdparty/ccache.git/shortlog
thirdparty/ccache.git
2024-02-21  Joel Rosdahlfix: Allow nonexistent include files in preprocessor... 4.9-maint
2024-02-12  Joel Rosdahlfix: Mark -fcallgraph-info as too hard
2024-02-12  Joel Rosdahlfix: Fix reading of files larger than 2^31 bytes
2024-02-12  Joel Rosdahlchore: Fix grammar in NEWS
2024-02-05  Joel Rosdahlchore: Update NEWS v4.9.1
2024-02-05  Joel Rosdahlchore: Update copyright years
2024-02-05  Joel Rosdahlfix: Fix MSVC crash when using /Zi /Fddebug.pdb
2024-02-05  Joel Rosdahlchore: Undo revert in "Fix MSVC crash when using /Zi...
2024-02-04  Joel Rosdahlfix: Don't crash on full disk when recompressing the...
2024-02-03  Joel Rosdahlfix: Detect bad remote storage URLs gracefully again
2024-01-27  Joel Rosdahlfix: Fix MSVC crash when using /Zi /Fddebug.pdb
2024-01-14  Joel Rosdahlfix: Disable caching for modified source/include files
2024-01-14  Joel Rosdahlrefactor: fs::path-ify util::is_dev_null_path
2024-01-14  Joel Rosdahlchore: Remove time_of_compilation in favor of time_of_i...
2024-01-07  Joel Rosdahlfix: Avoid crash for -arch as last compiler option
2023-12-30  Joel Rosdahlchore: Update authors v4.9
2023-12-30  Joel Rosdahlchore: Update NEWS
2023-12-30  Joel Rosdahlci: Add typos job
2023-12-30  Joel Rosdahlci: Bump to codespell 2.2.6
2023-12-22  Joel Rosdahlfeat: Add support for undocumented GCC/Clang --include...
2023-12-22  Joel Rosdahlbump: Upgrade to cpp-httplib 0.14.3
2023-12-22  Joel Rosdahlchore: Remove unused local variable
2023-12-17  Joel Rosdahlchore: Add debug log when finding -frecord-gcc-switches
2023-12-16  Rafael Kitoverbuild: Set both C/CXX launchers if either is set (...
2023-12-16  Joel Rosdahlfeat: Support st_Xtimensec fields in struct stat
2023-12-15  Joel Rosdahlfix: Generalize expansion of remote storage URLs with...
2023-12-13  Joel Rosdahlfix: Correct util::LockFile sleep time constants
2023-12-10  Joel Rosdahlrefactor: Replace util::is_absolute_path with fs::path...
2023-12-10  Joel Rosdahlchore: Fix some -Wconversion warnings
2023-12-10  Joel Rosdahlfix: Handle -Xclang -ast-dump et al correctly
2023-12-10  Joel Rosdahlfeat: Improve processing of input file arguments
2023-11-27  DarkShadow44fix: Use MSVC logic for clang-cl when handling precompi...
2023-11-26  Viktor Szépechore: Improve typos configuration (#1358)
2023-11-26  Viktor Szépeci: Remove matrix.config from build.yaml (#1360)
2023-11-26  Viktor Szépeci: Split dependency installation step into two (#1359)
2023-11-26  Viktor Szépetest: Fix regex in direct.bash (#1357)
2023-11-23  Joel Rosdahlfix: Detect compiler from unresolved symlink with fallback
2023-11-23  Joel Rosdahlchore: Remove obsolete Util::is_dir_separator
2023-11-23  Joel Rosdahlchore: Remove superfluous #includes
2023-11-23  DarkShadow44fix: Detect symlink called clang-cl as clang-cl (#1348)
2023-11-20  Mikhail Bfeat: Add support for clang --analyze (#1345)
2023-10-29  Rafael Kitoverfix: Devmode unused function warnings on new MSVC ...
2023-10-29  Rafael Kitoverfeat: cmake -DOFFLINE=TRUE for offline builds (#1341)
2023-10-29  Rafael Kitoverfix: cmake -DSTATIC_LINK=ON on Linux/macOS (#1340)
2023-10-29  Joel Rosdahlfix: Mark -wrapper as too hard
2023-10-26  Joel Rosdahldocs: Improve language
2023-10-23  Joel Rosdahlrefactor: Use fs::weakly_canonical in prepare_debug_path
2023-10-21  Joel Rosdahlfix: Make handling of Clang config options more robust
2023-10-16  Martin Blanchardfix: Fix Windows is_absolute_path() crash on drive...
2023-10-16  Philipp Storzfix: Fix sign-compare warning src/InodeCache.cpp on...
2023-10-16  Joel Rosdahlfix: Let DirEntry::size_on_disk return likely size...
2023-10-04  Joel Rosdahlfix: Bail out on too hard options -fmodules-ts and...
2023-10-02  Joel Rosdahlchore: Add entries to codespell allow list
2023-10-02  Joel Rosdahlrefactor: Move Logging to util
2023-10-02  Joel Rosdahlrefactor: Move Win32Util::error_message to util
2023-10-02  Joel Rosdahlrefactor: Move Win32Util::argv_to_string to util
2023-10-02  Joel Rosdahlrefactor: Move Win32Util::add_exe_suffix to util
2023-10-01  Joel Rosdahlrefactor: Move Win32Util::get_last_ntstatus to util...
2023-10-01  Joel Rosdahlrefactor: Move File to util::FileStream
2023-10-01  Joel Rosdahlrefactor: Move NonCopyable to util
2023-10-01  Joel Rosdahlrefactor: Move fmtmacros to util
2023-10-01  Joel Rosdahlrefactor: Move Finalizer to util
2023-10-01  Joel Rosdahlrefactor: Move assertions to util
2023-09-28  Joel Rosdahlbump: Upgrade to BLAKE3 1.5.0
2023-08-29  Joel Rosdahlchore: Prepare for version 4.8.3
2023-08-29  Joel Rosdahlbump: Upgrade to fmt 10.1.1
2023-08-29  Joel Rosdahlfix: Exit more gracefully on invalid sharded remote...
2023-08-26  Joel Rosdahlchore: Avoid linting suppression for Storage::~Storage
2023-08-24  Joel Rosdahlbump: Upgrade to cpp-httplib 0.14.0
2023-08-24  Joel Rosdahldocs: Mention that system_headers sloppiness is not...
2023-08-19  Joel Rosdahlfix: Fix bookkeeping of raw files
2023-08-19  Joel Rosdahlenhance: Support updating stats file only if values...
2023-08-18  Joel Rosdahlrefactor: Improve name of LocalStorage::increment_level...
2023-08-18  Joel Rosdahlrefactor: Use LocalStorage::get_stats_file
2023-08-18  Joel Rosdahlchore: Fix grammar in comments
2023-08-18  Joel Rosdahlchore: Avoid ccache:disable strings in ccache source...
2023-08-14  Joel Rosdahlbump: Upgrade to fmt 10.1.0
2023-08-05  Joel Rosdahlrefactor: Move AtomicFile to core
2023-08-05  Joel Rosdahlrefactor: Move ThreadPool to util
2023-08-05  Joel Rosdahlrefactor: fs::path-ify util::traverse_directory
2023-08-05  Joel Rosdahlrefactor: fs::path-ify LockFile
2023-08-05  Joel Rosdahlrefactor: fs::path-ify LongLivedLockFileManager
2023-08-05  Joel Rosdahlrefactor: Move Fd to util
2023-08-05  Joel Rosdahlrefactor: Remove use of mkdir(2)
2023-08-05  Joel Rosdahlrefactor: Move TemporaryFile to util
2023-08-05  Joel Rosdahlci: Time out jobs after 30 minutes
2023-08-05  Joel Rosdahlrefactor: fs::path-ify some util file functions
2023-08-04  Joel Rosdahlrefactor: fs::path-ify TemporaryFile
2023-08-04  Joel Rosdahlrefactor: fs::path-ify core::ensure_dir_exists
2023-08-04  Joel Rosdahltest: Fix DirEntry unit tests for Windows mingw64
2023-08-03  Joel Rosdahlchore: Fix unit test build after d8b654a30ca8
2023-08-03  Jiulong Wangfeat: Rewrite path after -Xclang -include to relative...
2023-08-03  Joel Rosdahlrefactor: Remove dependency on core from util
2023-08-03  Joel Rosdahlfeat: Include maximum size/files in --print-stats
2023-08-03  Joel Rosdahlrefactor: fs::path-ify ignore_header_paths and related...
2023-08-02  Joel Rosdahlbump: Upgrade to fmt 8a4bec5cf53387356738a06ba0cf4fdf08...
2023-08-02  Joel Rosdahlrefactor: fs::path-ify is_ccache_executable
2023-08-02  Joel Rosdahlrefactor: Rename and improve Stat class to util::DirEntry
2023-08-02  Joel Rosdahlrefactor: Move core/wincompat.hpp to util
2023-08-02  Joel Rosdahlrefactor: Remove Stat::OnError::throw_error
next