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
/
unittest
Commit message (
Expand
)
Author
Age
Files
Lines
*
Ignore -ivfsoverlay parameter (#839)
Yoshimasa Niwa
2021-04-28
1
-4
/
+5
*
Stat: treat pending deletes as missing files on Windows
Nicholas Hutchinson
2021-04-04
1
-3
/
+3
*
win32: Fix handling of long command lines (#816)
Aleksander Salwa
2021-03-20
1
-0
/
+17
*
Implement a better Stat::stat(), Stat::lstat() for Windows (#819)
Nicholas Hutchinson
2021-03-18
1
-27
/
+504
*
Fix Util::read_file truncating files if size_hint is an underestimate (#808)
Nicholas Hutchinson
2021-02-24
1
-0
/
+4
*
Support building ccache with xlclang++ on AIX 7.2 (#805)
Jon Petrissans
2021-02-24
1
-0
/
+2
*
Support -fcolor-diagnostics passed to cc1 with -Xclang (#802)
Evangelos Foutras
2021-02-23
1
-4
/
+7
*
refactor: Drop out parameter from get_level_1_files (#779)
Alexander Lanin
2021-01-19
1
-19
/
+16
*
Extract enums into separate headers (#764)
Alexander Lanin
2021-01-19
5
-3
/
+5
*
Fix Lockfile on Windows when parent directories do not exist (#769)
Nicholas Hutchinson
2021-01-10
1
-0
/
+9
*
Fix scanning of headers with Clang-Tidy (#758)
Alexander Lanin
2021-01-06
1
-1
/
+1
*
Adapt to the ccache code style
Joel Rosdahl
2021-01-06
2
-39
/
+50
*
Add debug_dir setting for specifying a directory for debug files
Joel Rosdahl
2021-01-06
1
-1
/
+4
*
Make Util::make_relative_path able to find matches for canonical path (#760)
Joel Rosdahl
2021-01-06
1
-3
/
+26
*
Fix Util::dir_name for Windows paths
Joel Rosdahl
2020-12-29
1
-0
/
+10
*
Add simple unit test of Util::make_relative_path
Joel Rosdahl
2020-12-29
1
-0
/
+40
*
Improve TemporaryFile implementation for Windows (#736)
Nicholas Hutchinson
2020-12-28
2
-1
/
+196
*
Add Util::hard_link utility function
Joel Rosdahl
2020-12-26
1
-0
/
+25
*
Fix bug in depfile when output filename includes special characters
Joel Rosdahl
2020-11-19
1
-0
/
+11
*
Align spelling of “nonexistent”
Joel Rosdahl
2020-11-19
2
-2
/
+2
*
Extract code for parsing dependency files into a separate file
Joel Rosdahl
2020-11-19
3
-160
/
+195
*
Fix result_name_from_depfile by parsing depfile in Makefile syntax (#722)
Yoshimasa Niwa
2020-11-18
1
-0
/
+124
*
Create unittest directories in testdir
Joel Rosdahl
2020-11-17
2
-2
/
+2
*
Cache -fsyntax-only result (#685)
Alexander Lanin
2020-11-16
1
-0
/
+16
*
Add possibility of overriding compiler type guess
Joel Rosdahl
2020-11-09
3
-4
/
+9
*
Rename GuessedCompiler to CompilerType
Joel Rosdahl
2020-11-09
2
-20
/
+19
*
Follow symlinks when guessing compiler
Joel Rosdahl
2020-11-09
1
-0
/
+46
*
Remove now unused Args::contains method
Joel Rosdahl
2020-11-04
1
-7
/
+0
*
Add Args::contains method
Joel Rosdahl
2020-11-03
1
-0
/
+7
*
Add Args::erase_last method
Joel Rosdahl
2020-11-03
1
-0
/
+17
*
Tweak code style
Joel Rosdahl
2020-10-23
1
-2
/
+2
*
Detect errors in fmt::format format strings at compile time
Joel Rosdahl
2020-10-23
7
-30
/
+32
*
Detect errors in fmt::print format strings at compile time
Joel Rosdahl
2020-10-23
1
-1
/
+2
*
Detect errors in log strings at compile time
Joel Rosdahl
2020-10-23
1
-2
/
+0
*
Support ccache ccache gcc (#687)
Alexander Lanin
2020-10-20
1
-0
/
+10
*
Keep comments when using -M/-F/-o to set config values
Joel Rosdahl
2020-10-10
1
-0
/
+9
*
Make CCACHE_COMPILER always the highest priority (#664)
Alexander Lanin
2020-10-10
1
-25
/
+25
*
Simplify rewrite_dep_file_paths unit test
Joel Rosdahl
2020-10-07
1
-3
/
+1
*
Fix broken dependency file when using base_dir
Joel Rosdahl
2020-10-06
1
-0
/
+39
*
Fix bad sizeof() application
Joel Rosdahl
2020-10-05
1
-1
/
+1
*
Add unit tests for parsing -x argument
Alexander Lanin
2020-10-05
1
-3
/
+74
*
refactor: Improve naming/interface of compopt functions (#663)
Alexander Lanin
2020-10-05
1
-69
/
+24
*
Add unittest for find_compiler (#670)
Alexander Lanin
2020-09-28
2
-0
/
+148
*
Encode hash digests as 4 base16 digits + 29 base32hex digits
Joel Rosdahl
2020-09-23
2
-9
/
+21
*
Rename Util::format_hex to format_base16
Joel Rosdahl
2020-09-23
1
-4
/
+4
*
Fix capitalization of CMake, Cppcheck, Clang-Format and Clang-Tidy
Joel Rosdahl
2020-09-21
1
-1
/
+1
*
Add Util::clamp function
Joel Rosdahl
2020-09-17
1
-0
/
+13
*
Remove unnecessary suffix parameter from Util::get_path_in_cache
Joel Rosdahl
2020-09-17
1
-2
/
+2
*
Remove cache_dir_levels (CCACHE_NLEVELS) setting
Joel Rosdahl
2020-09-17
1
-26
/
+0
*
Refactor Statistics::{write,increment} into Statistics::update
Joel Rosdahl
2020-09-14
1
-27
/
+11
[next]