index
:
delta/ccache.git
3.1-maint
3.2-maint
3.3-maint
3.4-maint
3.5-maint
3.7-maint
4.5-maint
4.6-maint
4.7-maint
baserock/build-essential
baserock/http-ccache
baserock/http-ccache-morph
baserock/jonathan/no-system-zlib
baserock/liw/kinnison-ccache-fix
baserock/morph
baserock/samthursfield/build-essential-2
baserock/samthursfield/build-essential-2-rebase
dev/aggregation
dev/memcached
maint
master
github.com: ccache/ccache
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Context.hpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
chore: Tweak code related to auto depend mode for MSVC
Joel Rosdahl
2022-10-16
1
-0
/
+2
*
feat: Support auto depend mode for MSVC without /showIncludes (#1176)
Orgad Shaneh
2022-10-15
1
-0
/
+2
*
refactor: Store compiler output as bytes
Joel Rosdahl
2022-10-05
1
-1
/
+1
*
Revert "feat: Support auto depend mode for MSVC without /showIncludes (#1158)"
Joel Rosdahl
2022-10-05
1
-2
/
+0
*
feat: Support auto depend mode for MSVC without /showIncludes (#1158)
Orgad Shaneh
2022-10-05
1
-0
/
+2
*
chore: Rename primary/secondary storage to local/remote storage
Joel Rosdahl
2022-09-27
1
-1
/
+1
*
refactor: Use util::TimePoint for timestamps
Joel Rosdahl
2022-09-21
1
-6
/
+3
*
refactor(storage): Pass cache entries via memory instead of files
Joel Rosdahl
2022-09-21
1
-0
/
+4
*
fix: Always rewrite dependency file if base_dir is used
Joel Rosdahl
2022-08-01
1
-3
/
+0
*
fix: Work around Clang bug when outputting to full NFS disk
Joel Rosdahl
2022-07-22
1
-2
/
+2
*
feat: Include timestamp in per-object debug filenames
Joel Rosdahl
2022-06-11
1
-0
/
+7
*
chore: Replace nonstd::string_view with std::string_view
Joel Rosdahl
2022-05-23
1
-2
/
+1
*
chore: Replace nonstd::optional with std::optional
Joel Rosdahl
2022-05-23
1
-3
/
+3
*
refactor: Move included_pch_file from Context to ArgsInfo
Joel Rosdahl
2021-09-26
1
-3
/
+0
*
fix: Don’t read let Context read user configuration in unit tests
Joel Rosdahl
2021-08-07
1
-0
/
+4
*
Move/split statistics functionality into core and storage::primary
Joel Rosdahl
2021-07-22
1
-1
/
+0
*
Convert Sloppiness enum to type-safe class
Joel Rosdahl
2021-07-22
1
-1
/
+0
*
Remove system.hpp, including what’s needed instead
Joel Rosdahl
2021-07-07
1
-2
/
+1
*
Use .clang-format regexes instead of comments to group system includes
Joel Rosdahl
2021-06-29
1
-2
/
+0
*
Refactor main primary storage backend code into storage/primary
Joel Rosdahl
2021-06-27
1
-81
/
+5
*
Revise include file order to work with new directory structure
Joel Rosdahl
2021-06-27
1
-1
/
+3
*
Extract enums into separate headers (#764)
Alexander Lanin
2021-01-19
1
-1
/
+2
*
Add possibility of overriding compiler type guess
Joel Rosdahl
2020-11-09
1
-4
/
+0
*
Rename GuessedCompiler to CompilerType
Joel Rosdahl
2020-11-09
1
-3
/
+3
*
Use short type suffix for cache files
Joel Rosdahl
2020-09-23
1
-4
/
+3
*
Implement support for automatic cache levels
Joel Rosdahl
2020-09-23
1
-42
/
+50
*
Let CCACHE_UMASK apply only to files/directories in the cache directory
Joel Rosdahl
2020-08-01
1
-0
/
+4
*
C++-ify struct hash
Joel Rosdahl
2020-07-09
1
-1
/
+1
*
Add ability to ignore specified compiler options when hashing (#620)
Ryan Egesdahl
2020-07-09
1
-0
/
+13
*
Build InodeCache.cpp only when inode cache is supported
Joel Rosdahl
2020-06-23
1
-1
/
+4
*
Implement some suggestions from clang-tidy 10
Joel Rosdahl
2020-06-23
1
-1
/
+1
*
Add Digest class, replacing struct digest
Joel Rosdahl
2020-06-14
1
-15
/
+13
*
Always cache colored diagnostics and strip color codes as appropriate (#596)
Matt Whitlock
2020-06-07
1
-0
/
+3
*
Add inode cache for file hashes (#577)
Olle Liljenzin
2020-05-31
1
-0
/
+6
*
Refactor signal handling and process exit code
Joel Rosdahl
2020-05-20
1
-0
/
+25
*
Extract internal tracing stuff to a separate file
Joel Rosdahl
2020-05-15
1
-0
/
+6
*
Move calculation of “result/manifest globals” into Context
Joel Rosdahl
2020-04-19
1
-5
/
+60
*
Make Context a class instead of a struct
Joel Rosdahl
2020-04-19
1
-1
/
+2
*
C++-ify Context::result_name
Joel Rosdahl
2020-04-19
1
-2
/
+3
*
C++-ify Context::ignore_headers
Joel Rosdahl
2020-04-18
1
-3
/
+4
*
Add an Args class with backward compatibility for the old args API (#575)
Joel Rosdahl
2020-04-07
1
-3
/
+2
*
Convert counters to a class (#548)
Thomas Otto
2020-03-01
1
-5
/
+6
*
Context: move counters
Thomas Otto
2020-02-17
1
-0
/
+2
*
Context: move ignore_headers_len, remove cc_reset()
Thomas Otto
2020-02-17
1
-0
/
+4
*
Context: move included_pch_file and convert to std::string
Thomas Otto
2020-02-17
1
-0
/
+3
*
Context: move guessed_compiler
Thomas Otto
2020-02-17
1
-0
/
+5
*
Context: move manifest_stats_file and convert to std::string
Thomas Otto
2020-02-17
1
-0
/
+3
*
Context: move cpp_stderr and convert to std::string
Thomas Otto
2020-02-17
1
-0
/
+3
*
Context: move i_tmpfile and converted to std::string
Thomas Otto
2020-02-17
1
-0
/
+3
*
Context: move has_absolute_include_headers
Thomas Otto
2020-02-17
1
-0
/
+3
[next]