]> git.ipfire.org Git - thirdparty/ccache.git/history - src/Context.hpp
feat: Support -Wp,-M[M]D with -o without -MMD/-MQ/-MT for GCC and Clang
[thirdparty/ccache.git] / src / Context.hpp
2022-10-16  Joel Rosdahlchore: Tweak code related to auto depend mode for MSVC
2022-10-15  Orgad Shanehfeat: Support auto depend mode for MSVC without /showIn...
2022-10-05  Joel Rosdahlrefactor: Store compiler output as bytes
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-27  Joel Rosdahlchore: Rename primary/secondary storage to local/remote...
2022-09-21  Joel Rosdahlrefactor: Use util::TimePoint for timestamps
2022-09-21  Joel Rosdahlrefactor(storage): Pass cache entries via memory instea...
2022-08-01  Joel Rosdahlfix: Always rewrite dependency file if base_dir is...
2022-07-22  Joel Rosdahlfix: Work around Clang bug when outputting to full...
2022-06-11  Joel Rosdahlfeat: Include timestamp in per-object debug filenames
2022-05-23  Joel Rosdahlchore: Replace nonstd::string_view with std::string_view
2022-05-23  Joel Rosdahlchore: Replace nonstd::optional with std::optional
2021-09-26  Joel Rosdahlrefactor: Move included_pch_file from Context to ArgsInfo
2021-08-07  Joel Rosdahlfix: Don’t read let Context read user configuration...
2021-07-22  Joel RosdahlMove/split statistics functionality into core and stora...
2021-07-22  Joel RosdahlConvert Sloppiness enum to type-safe class
2021-07-07  Joel RosdahlRemove system.hpp, including what’s needed instead
2021-06-29  Joel RosdahlUse .clang-format regexes instead of comments to group...
2021-06-27  Joel RosdahlRefactor main primary storage backend code into storage...
2021-06-27  Joel RosdahlRevise include file order to work with new directory...
2021-01-19  Alexander LaninExtract enums into separate headers (#764)
2020-11-09  Joel RosdahlAdd possibility of overriding compiler type guess
2020-11-09  Joel RosdahlRename GuessedCompiler to CompilerType
2020-09-23  Joel RosdahlUse short type suffix for cache files
2020-09-23  Joel RosdahlImplement support for automatic cache levels
2020-08-01  Joel RosdahlLet CCACHE_UMASK apply only to files/directories in...
2020-07-09  Joel RosdahlC++-ify struct hash
2020-07-09  Ryan EgesdahlAdd ability to ignore specified compiler options when...
2020-06-23  Joel RosdahlBuild InodeCache.cpp only when inode cache is supported
2020-06-23  Joel RosdahlImplement some suggestions from clang-tidy 10
2020-06-14  Joel RosdahlAdd Digest class, replacing struct digest
2020-06-07  Matt WhitlockAlways cache colored diagnostics and strip color codes...
2020-05-31  Olle LiljenzinAdd inode cache for file hashes (#577)
2020-05-20  Joel RosdahlRefactor signal handling and process exit code
2020-05-15  Joel RosdahlExtract internal tracing stuff to a separate file
2020-04-19  Joel RosdahlMove calculation of “result/manifest globals” into...
2020-04-19  Joel RosdahlMake Context a class instead of a struct
2020-04-19  Joel RosdahlC++-ify Context::result_name
2020-04-18  Joel RosdahlC++-ify Context::ignore_headers
2020-04-07  Joel RosdahlAdd an Args class with backward compatibility for the...
2020-03-01  Thomas OttoConvert counters to a class (#548)
2020-02-22  Joel RosdahlMerge pull request #543 from totph/ctx5
2020-02-17  Thomas OttoContext: move counters
2020-02-17  Thomas OttoContext: move ignore_headers_len, remove cc_reset()
2020-02-17  Thomas OttoContext: move included_pch_file and convert to std...
2020-02-17  Thomas OttoContext: move guessed_compiler
2020-02-17  Thomas OttoContext: move manifest_stats_file and convert to std...
2020-02-17  Thomas OttoContext: move cpp_stderr and convert to std::string
2020-02-17  Thomas OttoContext: move i_tmpfile and converted to std::string
2020-02-17  Thomas OttoContext: move has_absolute_include_headers
2020-02-17  Thomas OttoContext: move g_included_files
2020-02-17  Thomas OttoContext: move time_of_compilation, adapt manifest
2020-02-17  Thomas OttoContext: move manifest_path and converted to std::string
2020-02-17  Thomas OttoContext: move (cached_)result_name/result_path
2020-02-16  Joel RosdahlImprove functions related to CWD
2020-02-16  Joel RosdahlSimplify (non-)freeing of orig_args on failure
2020-02-16  Joel RosdahlMerge pull request #542 from totph/ctx4
2020-02-16  Thomas OttoContext: move orig_args 542/head
2020-02-16  Thomas OttoContext: convert stats_file to an std::string
2020-02-16  Thomas OttoContext: move stats_file
2020-02-16  Thomas OttoContext: move g_config
2020-02-10  Thomas OttoContext: add ArgsInfo and move input_file
2020-02-10  Thomas OttoContext struct added, returned by initialize()