]> git.ipfire.org Git - thirdparty/ccache.git/history - unittest
fix: Use MSVC logic for clang-cl when handling precompiled header (#1365)
[thirdparty/ccache.git] / unittest /
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-20  Mikhail Bfeat: Add support for clang --analyze (#1345)
2023-10-23  Joel Rosdahlrefactor: Use fs::weakly_canonical in prepare_debug_path
2023-10-16  Martin Blanchardfix: Fix Windows is_absolute_path() crash on drive...
2023-10-16  Joel Rosdahlfix: Let DirEntry::size_on_disk return likely size...
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 fmtmacros to util
2023-10-01  Joel Rosdahlrefactor: Move Finalizer to util
2023-08-05  Joel Rosdahlrefactor: Move AtomicFile to core
2023-08-05  Joel Rosdahlrefactor: fs::path-ify util::traverse_directory
2023-08-05  Joel Rosdahlrefactor: Move Fd to util
2023-08-05  Joel Rosdahlrefactor: Remove use of mkdir(2)
2023-08-05  Joel Rosdahlrefactor: fs::path-ify some util file functions
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  Joel Rosdahlrefactor: Remove dependency on core from util
2023-08-03  Joel Rosdahlrefactor: fs::path-ify ignore_header_paths and related...
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
2023-08-02  Joel Rosdahlrefactor: Move Util::traverse to util
2023-08-02  Joel Rosdahlrefactor: Move Util::send_to_fd to core
2023-08-02  dsilakovfeat: Allow specifying debug level (#1312)
2023-07-25  Joel Rosdahlrefactor: Switch to tl::expected instead of nonstd...
2023-07-18  Joel Rosdahlrefactor: Move Util::ensure_dir_exists to util
2023-07-18  Joel Rosdahlrefactor: Move Util::is_ccache_executable to ccache
2023-07-18  Joel Rosdahlrefactor: Move Util::to_lowercase to util
2023-07-18  Joel Rosdahlrefactor: Use std::filesystem::current_path
2023-07-18  Joel Rosdahlrefactor: Use std::filesystem::remove_all
2023-07-18  Joel Rosdahlchore: Improve util::format_argv_for_logging
2023-07-18  Joel Rosdahlrefactor: Move Util::format_argv_for_logging to util
2023-07-18  Joel Rosdahlrefactor: Move Util::get_{actual,apparent}_cwd to util
2023-07-18  Joel Rosdahlrefactor: Use std::filesystem::create_director{ies,y}
2023-07-18  Joel Rosdahlrefactor: Move Util::split_into_* to util
2023-07-18  Joel Rosdahlrefactor: Move Util::size_change_kibibyte to LocalStorage
2023-07-15  Joel Rosdahlrefactor: Move Util::fallocate to util
2023-07-14  Joel Rosdahlrefactor: Move Util::parse_duration to util
2023-07-12  Joel Rosdahlchore: Tweak code style
2023-07-12  Joel Rosdahlrefactor: Use fs::create_hard_link instead of custom...
2023-07-12  Joel Rosdahlrefactor: Move environment utility functions to util
2023-07-12  Joel Rosdahlrefactor: Move functions for endian conversion to util
2023-07-12  Joel Rosdahlrefactor: Move data type conversion utilities to util
2023-07-12  Joel Rosdahlrefactor: Improve InodeCache::get signature
2023-07-12  Joel Rosdahlrefactor: Use nonstd::span for data+size in more places
2023-07-12  Joel Rosdahlrefactor: Use std::array for hash digests instead of...
2023-07-12  Joel Rosdahlrefactor: Move format_base16/format_base32hex to util
2023-07-07  Joel Rosdahlchore: Add missing #include statements
2023-07-02  Joel Rosdahlfeat: Support escaping dollar signs in configuration...
2023-07-02  cupufeat: Expand environment variables in debug_dir configu...
2023-06-29  Andrew Hardinfix: Improve nvcc handling of -Xcompiler and --Werror...
2023-06-29  Jiri Hörnerfix: Improve MSVC .rsp file parsing (#1303)
2023-05-22  Joel Rosdahltest: Simplify util::read_file_part test again
2023-05-22  Joel Rosdahlfix: Fix undefined behavior in util::read_file_part...
2023-04-19  Joel Rosdahlchore: Sort .clang-tidy check list
2023-04-17  Joel Rosdahltest: Add test for default value of inode_cache
2023-03-28  Tobias Hietafeat: Don't treat /Zi as unsupported for clang-cl ...
2023-03-16  Tobias Hietabuild: Make ccache compile with clang-cl on Windows...
2023-03-08  Joel Rosdahlfeat: Support overriding MSVC /Z* options
2023-03-07  Joel Rosdahlrefactor: Improve InodeCache::get signature
2023-03-07  Joel Rosdahlenhance: Add util::read_file_part<std::string> implemen...
2023-03-07  Joel Rosdahlrefactor: Use util::BitSet for hash_source_code_file
2023-03-05  Joel Rosdahlenhance: Add util::BitSet
2023-03-04  Joel Rosdahlfeat: Improve cache size presentation and specification
2023-03-04  Joel Rosdahlfeat: Improve disk size calculation on Windows
2023-03-04  Joel Rosdahlenhance: Add util::likely_size_on_disk
2023-03-04  Joel Rosdahlenhance: Add util::split_once(std::string&&, char)
2023-03-04  Joel Rosdahlrefactor: Move Util::parse_size to util
2023-03-04  Joel Rosdahlrefactor: Move Util::format_{human,parsable}_* to util
2023-02-20  Joel Rosdahlfeat: Add support for setting per-compilation config...
2023-02-16  Joel Rosdahlchore: Fix typos
2023-02-05  Joel Rosdahlfix: Handle Unix-style paths as non-options to MSVC
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: Make it possible for LockFile::try_acquire...
2023-01-11  Joel Rosdahlfeat: Do clean/clear/evict-style operations per level...
2023-01-04  Oleg Sidorkinfix: Use spinlocks for inode cache memory synchronizati...
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  Raihaan Shouhellfix: Do not escape backslashes in MSVC RSP files (...
2022-12-13  Joel Rosdahlenhance: Extract lock keep-alive thread to a manager...
2022-12-13  Joel Rosdahlrefactor: Make LockFile guard itself without a LockFile...
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: Add Util::format_human_readable_diff
2022-11-27  Joel Rosdahlfeat: Improve Util::format_human_readable_size for...
2022-11-27  Erik Flodinfix: Fix edge case where a non-temporal identifier...
2022-11-20  Joel Rosdahlfix: Avoid race condition in inode cache for quick...
2022-11-13  Joel Rosdahltest: Test TimePoint::nsec_decimal_part
2022-11-13  Joel Rosdahlfix: Fix bug in Duration arithmetic operators
2022-11-03  Joel Rosdahlfix: Fix parsing of sloppiness with trailing delimiter
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-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-12  Joel Rosdahlbuild: Add missing source file extension
next