]> git.ipfire.org Git - thirdparty/ccache.git/shortlog
thirdparty/ccache.git
2024-02-10  Joel Rosdahlchore: Further improve /Tc and /Tp handling
2024-02-07  Joel Rosdahlchore: Fix grammar in NEWS
2024-02-05  Joel Rosdahlchore: Update NEWS
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-04  Joel Rosdahlchore: Make implementation of /Tc and /Tp actually...
2024-02-03  Joel Rosdahlfix: Detect bad remote storage URLs gracefully again
2024-02-03  Joel Rosdahlfeat: Add support for MSVC /Tc and /Tp options
2024-02-03  Joel Rosdahlbump: Upgrade to fmt 10.2.1
2024-02-03  Joel Rosdahlrefactor: Simplify Statistics::format_machine_readable...
2024-02-03  Joel Rosdahlbump: Upgrade to cpp-httplib 0.15.2
2024-01-27  Joel Rosdahlfix: Fix MSVC crash when using /Zi /Fddebug.pdb
2024-01-27  Joel Rosdahlfeat: Let --inspect retain atime if possible
2024-01-27  Joel Rosdahlperf: Remove now unnecessary fs::path::string calls
2024-01-27  Joel Rosdahlrefactor: fs::path-ify core::CacheEntry::Header
2024-01-27  Joel Rosdahlperf: Use util::PathString instead of fs::path copy
2024-01-27  Joel Rosdahlenhance: Add util::PathString
2024-01-27  Joel Rosdahlchore: Remove obsolete section from LICENSE.adoc
2024-01-27  Joel Rosdahlchore: Fix some clang-tidy warnings
2024-01-24  Clemens Wasserfeat: Add support for MSVC /Yc option (precompiled...
2024-01-22  Kaspar Schleiserfeat: Add `--print-stats` format selection, JSON format...
2024-01-20  Kaspar Schleiserfeat: Add `--print-log-stats` (#1381)
2024-01-14  Joel Rosdahlchore: Remove left-over debug comment
2024-01-14  Joel Rosdahlfix: Disable caching for modified source/include files
2024-01-14  Joel Rosdahlfeat: Allow any prefix in prefix_command(_cpp) options
2024-01-14  Joel Rosdahlrefactor: fs::path-ify util::is_dev_null_path
2024-01-14  Joel Rosdahlenhance: Add Args::push_back(std::string&& arg)
2024-01-09  Joel Rosdahlchore: Remove time_of_compilation in favor of time_of_i...
2024-01-07  Joel Rosdahlrefactor: Move Util::is_absolute_path_with_prefix to...
2024-01-07  Joel Rosdahlrefactor: Use std::string_view in compopt functions
2024-01-07  Joel Rosdahlfix: Avoid crash for -arch as last compiler option
2024-01-07  Joel Rosdahlrefactor: Convert usage of Util::remove_extension to...
2024-01-07  Joel Rosdahlrefactor: Convert usage of Util::dir_name to std::files...
2024-01-07  Joel Rosdahlenhance: Add wrapper of std::filesystem::equivalent
2024-01-07  Joel Rosdahlrefactor: Convert usage of Util::change_extension to...
2024-01-07  Joel Rosdahlrefactor: Convert usage of Util::get_extension to std...
2024-01-07  Joel Rosdahlrefactor: Convert usage of util::real_path to std:...
2024-01-07  Joel Rosdahltest: Add test of core::rewrite_stderr_to_absolute_paths
2024-01-07  Joel Rosdahlrefactor: Convert usage of Util::base_name to std:...
2024-01-07  Joel Rosdahlenhance: Add wrapper of std::filesystem::is_regular_file
2023-12-31  Joel Rosdahlrefactor: fs::path-ify TestUtil
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...
next