]> git.ipfire.org Git - thirdparty/ccache.git/history - unittest
feat: Support -Wp,-M[M]D with -o without -MMD/-MQ/-MT for GCC and Clang
[thirdparty/ccache.git] / unittest /
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
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 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  Joel RosdahlRevert "feat: Support auto depend mode for MSVC without...
2022-10-05  Orgad Shanehfeat: Support auto depend mode for MSVC without /showIn...
2022-09-28  Joel Rosdahlfeat: Implement "remote only" mode
2022-09-27  Joel Rosdahlchore: Rename primary/secondary storage to local/remote...
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 Rosdahlchore: Simplify cache entry reading and writing
2022-09-21  Joel Rosdahlenhance: Add util::zstd_* functions
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 Rosdahlenhance: Add util::Bytes class
2022-09-09  Joel Rosdahlfix: Don't crash with no or nonexistent source file...
2022-09-06  Joel Rosdahlchore: Support clang-format 14
2022-09-06  Joel Rosdahlfix: Unlink destination before opening in util::write_file
2022-09-06  Joel Rosdahlrefactor: Replace util::Blob alias
2022-08-24  Joel Rosdahlrefactor: Use FMT macro to format exception messages
2022-08-15  Joel Rosdahlchore: Remove now unused Util::{read_fd,read_file,write...
2022-08-15  Joel Rosdahlrefactor: Use util::{read_fd,read_file,write_file}...
2022-08-15  Joel Rosdahlrefactor: Use new util::Blob typedef
2022-08-15  Joel Rosdahlenhance: Add util::{read_fd,read_file,write_file} functions
2022-08-05  Joel Rosdahlfeat: Improve inode cache robustness
2022-08-05  Joel Rosdahltest: Refactor InodeCache unit tests
2022-08-04  Joel Rosdahlenhance: Support Stat::{atim,ctim,mtim} on macOS
2022-08-03  Joel Rosdahlfix: Hash time information on inode cache hit
2022-08-01  Joel Rosdahlfix: Always rewrite dependency file if base_dir is...
2022-07-28  Joel Rosdahlfeat: Improve handling of dependency files
2022-07-18  Rafael Kitoverci: Add VS2022 and MSBuild to Windows CI runners (...
2022-07-18  Joel Rosdahlfix: Avoid false success for -fcolor-diagnostics probe...
2022-07-05  Joel Rosdahlenhance: Improve lock file implementation
2022-06-19  Joel Rosdahlrefactor: Use uppercase literal suffixes
2022-06-19  Joel Rosdahlrefactor: Use std::clamp
2022-06-10  Joel Rosdahlfeat: Support masquerading as a compiler via copy or...
2022-06-08  Joel Rosdahlci: Bump Clang-Tidy job to Clang-Tidy 12
2022-06-07  Joel Rosdahlfix: Create temporary file with cpp extension instead...
2022-05-23  Joel Rosdahlchore: Replace nonstd::string_view with std::string_view
2022-05-23  Joel Rosdahlchore: Replace nonstd::optional with std::optional
2022-05-14  Joel Rosdahlstyle: Improve names of Args::AtFileFormat values
2022-05-11  jacobly0fix: Fix parsing of MSVC response files (#1071)
2022-04-30  Joel Rosdahlrefactor: Improve absolute path normalization functions
2022-04-26  Joel Rosdahlfix: Make Stat::same_inode_as consider error code
2022-04-12  Orgad Shanehfix: Replace skip_last_empty with IncludeDelimiter...
2022-04-05  Joel Rosdahlstyle: Tweak code style to match conventions
2022-04-05  Joel Rosdahlstyle: Enable some clang-tidy readability checks for...
2022-04-05  Joel RosdahlMerge pull request #1037 from orgads/cl-strip-lf
2022-04-05  Orgad Shanehfeat: Support preserving the delimiters on tokenizer
2022-04-05  Orgad Shanehtest: Simplify tokenizer tests
2022-04-03  Joel Rosdahlfix: Improve handling of .gcno files
2022-04-01  Joel Rosdahlrefactor: Sort sloppiness parsing/generation
2022-03-27  Joel Rosdahlchore: Disable some clang-tidy checks that don’t contri...
2022-03-19  Joel Rosdahlfix: Work around endianness problem in Util::read_text_file
2022-02-27  Joel Rosdahlstyle: Add missing newline at end of file
2022-02-27  Joel Rosdahlrefactor: Make Util::is_absolute_path_with_prefix retur...
2022-02-27  Marius Zwickerfix: Make conversion to relative paths more reliable...
2022-02-19  vvainolafix: Support UTF-16LE .rsp files (#1005)
2022-01-24  Joel Rosdahlbump: Upgrade to doctest 2.4.8
2021-12-19  Joel Rosdahlstyle: Add some comments and tweaks
2021-12-19  R. Voggenauerfix: Fix copying of binary files on Windows (#979)
2021-12-12  Joel Rosdahlfix: Handle stdout from distcc-pump when used as a...
2021-11-15  Cristian Adamfeat: Visual C/C++ compiler support (#506)
2021-11-08  Joel Rosdahlfeat: Add namespace support
2021-11-06  Luboš Luňákfix: Correct debug dir handling on Windows (#955)
2021-11-06  Joel Rosdahlfeat: Improve cache entry format
2021-11-06  Joel Rosdahlenhance: Add util::XXH3_128
2021-11-06  Joel Rosdahlrefactor: Rename Checksum to util::XXH3_64
2021-09-22  Joel Rosdahlenhance: Add util::replace_all function
2021-09-01  Orgad ShanehFix build errors with clang on Windows (#924)
2021-08-16  Joel Rosdahlfeat: Print statistics IDs instead of descriptions...
2021-08-16  Joel Rosdahlenhance: Add TextTable support for cells spanning sever...
2021-08-16  Joel Rosdahlenhance: Add util::TextTable::TextTable(const char*)
2021-08-16  Joel Rosdahlenhance: Add TextTable support for right-aligned integers
2021-08-10  Joel Rosdahlfeat: Add reshare config option
2021-08-10  Joel Rosdahlenhance: Prepare for a ccache invocation having multipl...
2021-08-04  Joel Rosdahlenhance(util): Add parse_double function
2021-08-04  Joel Rosdahlenhance(util): Add replace_first function
2021-07-28  Joel Rosdahlbuild: Remove “_lib” suffix from ccache_lib and third_p...
2021-07-24  Joel RosdahlAdd TextTable class
2021-07-24  Joel RosdahlSet umask when creating configuration file
2021-07-22  Joel RosdahlMove/split statistics functionality into core and stora...
2021-07-22  Joel RosdahlMove Statistic to core
2021-07-22  Joel RosdahlConvert Sloppiness enum to type-safe class
2021-07-22  Joel RosdahlMove code for cleanup, compressing and similar to stora...
2021-07-20  Joel RosdahlMove compression classes to compression directory/namespace
2021-07-20  Joel RosdahlMove exceptions.hpp to core
2021-07-19  Joel RosdahlMove Util::get_path_in_cache to PrimaryStorage
2021-07-19  Joel RosdahlRemove redundant _utils suffix for util headers
next