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
/
ccache.hpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
feat: Support masquerading as a compiler via copy or hard link
Joel Rosdahl
2022-06-10
1
-3
/
+2
*
chore: Replace nonstd::string_view with std::string_view
Joel Rosdahl
2022-05-23
1
-3
/
+2
*
Refactor main option processing to a separate file
Joel Rosdahl
2021-07-24
1
-0
/
+2
*
Add secondary HTTP storage
Gregor Jasny
2021-07-08
1
-0
/
+1
*
Remove system.hpp, including what’s needed instead
Joel Rosdahl
2021-07-07
1
-2
/
+0
*
Use .clang-format regexes instead of comments to group system includes
Joel Rosdahl
2021-06-29
1
-2
/
+0
*
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
-20
/
+0
*
Extract code for parsing dependency files into a separate file
Joel Rosdahl
2020-11-19
1
-5
/
+0
*
Fix result_name_from_depfile by parsing depfile in Makefile syntax (#722)
Yoshimasa Niwa
2020-11-18
1
-0
/
+2
*
Add possibility of overriding compiler type guess
Joel Rosdahl
2020-11-09
1
-2
/
+2
*
Rename GuessedCompiler to CompilerType
Joel Rosdahl
2020-11-09
1
-2
/
+2
*
Follow symlinks when guessing compiler
Joel Rosdahl
2020-11-09
1
-0
/
+2
*
Fix broken dependency file when using base_dir
Joel Rosdahl
2020-10-06
1
-0
/
+4
*
Add unittest for find_compiler (#670)
Alexander Lanin
2020-09-28
1
-0
/
+14
*
Clean up ccache.hpp
Joel Rosdahl
2020-08-04
1
-28
/
+10
*
C++-ify is_precompiled_header and move to Util
Joel Rosdahl
2020-07-29
1
-1
/
+0
*
Add ability to ignore specified compiler options when hashing (#620)
Ryan Egesdahl
2020-07-09
1
-0
/
+1
*
Extract argument processing code to a separate file
Joel Rosdahl
2020-05-05
1
-4
/
+0
*
Let process_args use orig_args from ctx
Joel Rosdahl
2020-05-04
1
-1
/
+0
*
Make Context a class instead of a struct
Joel Rosdahl
2020-04-19
1
-1
/
+1
*
Add an Args class with backward compatibility for the old args API (#575)
Joel Rosdahl
2020-04-07
1
-4
/
+5
*
Convert counters to a class (#548)
Thomas Otto
2020-03-01
1
-1
/
+1
*
Rename cc_process_args to process_args
Joel Rosdahl
2020-02-22
1
-5
/
+5
*
Convert stats_update(x) + failed() to failed(x) in cc_process_args
Joel Rosdahl
2020-02-22
1
-5
/
+8
*
Remove leftover cc_reset declaration
Joel Rosdahl
2020-02-22
1
-1
/
+0
*
Convert guessed_compiler into an enum class
Thomas Otto
2020-02-17
1
-7
/
+1
*
Context: move time_of_compilation, adapt manifest
Thomas Otto
2020-02-17
1
-2
/
+0
*
Context: move output_is_precompiled_header
Thomas Otto
2020-02-17
1
-1
/
+1
*
Remove now redundant resetting of config
Joel Rosdahl
2020-02-16
1
-1
/
+1
*
Context: move g_config
Thomas Otto
2020-02-16
1
-3
/
+3
*
Make cc_process_args() only use local variables
Thomas Otto
2020-01-27
1
-3
/
+6
*
Split ccache.hpp into per-.cpp file headers
Joel Rosdahl
2020-01-22
1
-221
/
+3
*
Remove obsolete COMPAR_FN_T check and typedef
Joel Rosdahl
2020-01-22
1
-6
/
+0
*
Make sure to always log a “Result:” line
Joel Rosdahl
2020-01-05
1
-2
/
+2
*
C++-ify get_path_in_cache(), add ConfigTester
Thomas Otto
2019-11-26
1
-1
/
+0
*
Use change_extension() and remove_extension()
Thomas Otto
2019-11-26
1
-1
/
+0
*
Remove obsolete x_basename
Thomas Otto
2019-11-26
1
-1
/
+0
*
Always include input file path in direct mode hash
Joel Rosdahl
2019-11-17
1
-9
/
+8
*
Allow -fmodules in direct depend mode (#482)
Luboš Luňák
2019-11-14
1
-0
/
+3
*
Improve functions related to (l)stat-ing
Joel Rosdahl
2019-10-19
1
-19
/
+1
*
Remove obsolete traverse function
Joel Rosdahl
2019-10-19
1
-1
/
+0
*
Remove obsolete x_calloc function
Joel Rosdahl
2019-10-19
1
-1
/
+0
*
Remove now superfluous size check of uncompressed files
Joel Rosdahl
2019-10-19
1
-1
/
+0
*
Fix comment after renaming util.cpp to legacy_util.cpp
Joel Rosdahl
2019-10-14
1
-1
/
+1
*
Rename file_size to file_size_on_disk and improve its return type
Joel Rosdahl
2019-10-07
1
-1
/
+1
*
Refactor result/manifest reading/writing
Joel Rosdahl
2019-10-05
1
-1
/
+0
*
Include compiler-only arguments in the hash
Joel Rosdahl
2019-09-17
1
-0
/
+1
*
Add progress bar for -x/--show-compression
Joel Rosdahl
2019-09-05
1
-5
/
+0
*
Add progress bar for -c/--cleanup and -C/--clear
Joel Rosdahl
2019-09-05
1
-7
/
+1
[next]