]> git.ipfire.org Git - thirdparty/ccache.git/shortlog
thirdparty/ccache.git
2024-03-09  Joel Rosdahlchore: Improve source tree structure
2024-03-09  Joel Rosdahlchore: Remove internal tracing framework
2024-03-06  Thomas Ferrandfix: Hash arguments that affect PCH result with MSVC /Yu
2024-03-02  Raihaan Shouhellfeat: Add -fprofile-update support (#1408)
2024-02-21  Joel Rosdahlfix: Allow nonexistent include files in preprocessor...
2024-02-19  Joel Rosdahlchore: Rename util/fmtmacros.hpp to util/format.hpp
2024-02-19  Joel Rosdahlchore: Add missing #includes
2024-02-18  Joel Rosdahlrefactor: Use util::Bytes::insert for span<const uint8_t>
2024-02-18  Joel Rosdahlenhance: Add util::Bytes::insert for span<const uint8_t>
2024-02-18  Joel Rosdahlrefactor: Avoid raw fmt::format call in TextTable
2024-02-18  Joel Rosdahlchore: Clean up usage of #include in headers
2024-02-12  Joel Rosdahlchore: Tweak formatting and comments
2024-02-11  Raihaan Shouhellci: Add new compilers and update actions (#1402)
2024-02-11  Raihaan Shouhellfeat: Add support for -fcallgraph-info (#1401)
2024-02-11  Joel Rosdahlfix: Mark -fcallgraph-info as too hard
2024-02-11  Thomas Ferrandfeat: Port the inode cache to Windows (#1388)
2024-02-11  Joel Rosdahlchore: Use brace initialization for integer literals
2024-02-11  Joel Rosdahlchore: Bail out on too large files on 32-bit systems
2024-02-11  Joel Rosdahlchore: Improve log messages for selected compression...
2024-02-11  Joel Rosdahlperf: Avoid value initialization of data in util::Bytes
2024-02-11  Joel Rosdahlfix: Fix reading of files larger than 2^31 bytes
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...
next