2018-08-27 |
Anders F Björklund | Register debug_end as an exit function instead 279/head |
commit | commitdiff | tree |
2018-08-12 |
Anders F Björklund | Avoid using strcat and small realloc |
commit | commitdiff | tree |
2018-08-12 |
Anders F Björklund | Rename helper functions, as suggested in review |
commit | commitdiff | tree |
2018-08-12 |
Anders F Björklund | Save debug file streams, instead of reopening |
commit | commitdiff | tree |
2018-08-12 |
Anders F Björklund | Add section markers, to the text file |
commit | commitdiff | tree |
2018-08-12 |
Anders F Björklund | Rename hash_debug, add matching end function |
commit | commitdiff | tree |
2018-08-12 |
Anders F Björklund | Improve documentation with example file names |
commit | commitdiff | tree |
2018-08-12 |
Anders F Björklund | Output log to debug, even without a logfile |
commit | commitdiff | tree |
2018-06-23 |
Anders F Björklund | Avoid global md variable in mdfour file |
commit | commitdiff | tree |
2018-06-23 |
Anders F Björklund | Add --hash-file command, for convenience |
commit | commitdiff | tree |
2018-06-23 |
Anders F Björklund | Add functionality to debug the hashing |
commit | commitdiff | tree |
2018-06-23 |
Anders F Björklund | Add feature to also log into a memory buffer |
commit | commitdiff | tree |
2018-06-23 |
Anders F Björklund | Add config for debug option ($CCACHE_DEBUG) |
commit | commitdiff | tree |
2018-06-23 |
Anders F Björklund | Add util to return the command as a string |
commit | commitdiff | tree |
2018-05-07 |
Joel Rosdahl | Merge branch '3.4-maint' |
commit | commitdiff | tree |
2018-05-07 |
Joel Rosdahl | Update NEWS |
commit | commitdiff | tree |
2018-05-07 |
Tomasz Miąsko | Avoid TOCTOU issue when deciding if config is valid |
commit | commitdiff | tree |
2018-05-07 |
Joel Rosdahl | Fix code style |
commit | commitdiff | tree |
2018-05-07 |
Havard Graff | hashutil: fix memory-leak/double free |
commit | commitdiff | tree |
2018-05-07 |
Havard Graff | Fix some casting warnings |
commit | commitdiff | tree |
2018-05-07 |
Joel Rosdahl | Update NEWS |
commit | commitdiff | tree |
2018-05-07 |
Anders F Björklund | Add the sanitize blacklist contents to the hash |
commit | commitdiff | tree |
2018-04-23 |
Joel Rosdahl | Update NEWS |
commit | commitdiff | tree |
2018-04-23 |
Joel Rosdahl | Simplify logic |
commit | commitdiff | tree |
2018-04-23 |
Anders F Björklund | Print the time when stats last updated |
commit | commitdiff | tree |
2018-04-23 |
Joel Rosdahl | Merge branch '3.4-maint' |
commit | commitdiff | tree |
2018-04-23 |
Joel Rosdahl | Use double when calculating cache thresholds |
commit | commitdiff | tree |
2018-04-23 |
Anders F Björklund | Add a 32-bit build target, using multilib (-m32) |
commit | commitdiff | tree |
2018-04-23 |
Anders F Björklund | Convert float config to double, add rounding |
commit | commitdiff | tree |
2018-04-23 |
Anders F Björklund | Upgrade clang to 5.0, for the Travis docker |
commit | commitdiff | tree |
2018-04-23 |
Anders F Björklund | Make sure to export ASAN_OPTIONS properly |
commit | commitdiff | tree |
2018-04-23 |
Anders F Björklund | Add small helper to run all Travis tests |
commit | commitdiff | tree |
2018-04-23 |
Anders F Björklund | Make sure to call configure with right path |
commit | commitdiff | tree |
2018-04-23 |
Anders F Björklund | Add a travis-build container, for running locally |
commit | commitdiff | tree |
2018-04-23 |
Anders F Björklund | Look for -fdebug-prefix-map feature explicitly |
commit | commitdiff | tree |
2018-04-23 |
Anders F Björklund | Improve the Travis build matrix |
commit | commitdiff | tree |
2018-04-23 |
Anders F Björklund | Fix log printing of before/after cleanup |
commit | commitdiff | tree |
2018-04-23 |
Joel Rosdahl | Remove irrelevant variable assignment in wipe_dir |
commit | commitdiff | tree |
2018-03-30 |
peterbudai... | win32: Fix CCACHE_COMPILERCHECK=mtime test case |
commit | commitdiff | tree |
2018-03-25 |
Joel Rosdahl | Merge branch '3.4-maint' |
commit | commitdiff | tree |
2018-03-25 |
Joel Rosdahl | Prepare for v3.4.2 v3.4.2 |
commit | commitdiff | tree |
2018-03-25 |
peterbudai... | direct .i mode: Don't create tmp.cpp_stderr file at all |
commit | commitdiff | tree |
2018-03-13 |
Joel Rosdahl | Merge branch '3.4-maint' |
commit | commitdiff | tree |
2018-03-13 |
Joel Rosdahl | Clean up |
commit | commitdiff | tree |
2018-03-13 |
peterbudai... | win32: Silence compiler warnings |
commit | commitdiff | tree |
2018-03-13 |
Joel Rosdahl | cleanup: Improve robustness when multiple cleanups... |
commit | commitdiff | tree |
2018-03-13 |
Joel Rosdahl | cleanup: Log size before cleaning |
commit | commitdiff | tree |
2018-03-13 |
Joel Rosdahl | Add x_try_unlink utility function |
commit | commitdiff | tree |
2018-03-12 |
Joel Rosdahl | test: Use helper functions instead of custom code |
commit | commitdiff | tree |
2018-03-12 |
Joel Rosdahl | test: Improve error messages from expect_{equal,differe... |
commit | commitdiff | tree |
2018-03-11 |
Joel Rosdahl | Merge branch '3.4-maint' |
commit | commitdiff | tree |
2018-03-11 |
Joel Rosdahl | Update NEWS |
commit | commitdiff | tree |
2018-03-11 |
Joel Rosdahl | Clean up |
commit | commitdiff | tree |
2018-03-11 |
Anders F Björklund | Support out-of-source builds |
commit | commitdiff | tree |
2018-03-11 |
Joel Rosdahl | Be consistent with “Clang” and “NVCC” names in NEWS |
commit | commitdiff | tree |
2018-03-11 |
Joel Rosdahl | Don’t apply Clang workaround for PCH dependencies for... |
commit | commitdiff | tree |
2018-03-07 |
Joel Rosdahl | Merge branch '3.4-maint' |
commit | commitdiff | tree |
2018-03-06 |
Joel Rosdahl | cleanup: Remove special-casing of files from ccache 2.x |
commit | commitdiff | tree |
2018-03-06 |
Timofei Kushnir | Fix debug_prefix_map suite |
commit | commitdiff | tree |
2018-03-06 |
Joel Rosdahl | Improve AsciiDoc markup |
commit | commitdiff | tree |
2018-03-04 |
Joel Rosdahl | Improve man page generation |
commit | commitdiff | tree |
2018-03-04 |
Joel Rosdahl | Remove redundant .gitignore entries |
commit | commitdiff | tree |
2018-03-01 |
Joel Rosdahl | Merge branch '3.4-maint' |
commit | commitdiff | tree |
2018-03-01 |
Joel Rosdahl | Change extension of AsciiDoc files to .adoc |
commit | commitdiff | tree |
2018-03-01 |
Joel Rosdahl | Change extension of AsciiDoc files to .adoc |
commit | commitdiff | tree |
2018-03-01 |
Joel Rosdahl | Update NEWS |
commit | commitdiff | tree |
2018-03-01 |
Geert Kloosterman | Apply code review suggestions |
commit | commitdiff | tree |
2018-03-01 |
Geert Kloosterman | Allow a pre-computed checksum file for precompiled... |
commit | commitdiff | tree |
2018-02-28 |
Joel Rosdahl | Merge branch '3.4-maint' |
commit | commitdiff | tree |
2018-02-28 |
Anders F Björklund | The Dockerfile was moved to a subdirectory |
commit | commitdiff | tree |
2018-02-25 |
Joel Rosdahl | Merge branch '3.4-maint' |
commit | commitdiff | tree |
2018-02-25 |
Joel Rosdahl | Fix paths to bundled zlib |
commit | commitdiff | tree |
2018-02-21 |
Joel Rosdahl | Merge branch '3.4-maint' |
commit | commitdiff | tree |
2018-02-21 |
Joel Rosdahl | Hash preprocessed headers located in “.gch directories... |
commit | commitdiff | tree |
2018-02-17 |
Joel Rosdahl | Rename CCACHE_CC to CCACHE_COMPILER |
commit | commitdiff | tree |
2018-02-11 |
Joel Rosdahl | Prepare for v3.4.1 v3.4.1 |
commit | commitdiff | tree |
2018-02-11 |
Joel Rosdahl | Fix printing of version number in “ccache --version” |
commit | commitdiff | tree |
2018-02-11 |
Joel Rosdahl | Prepare for v3.4 v3.4 |
commit | commitdiff | tree |
2018-02-11 |
Joel Rosdahl | Update lookup tables with new location of .gperf files |
commit | commitdiff | tree |
2018-02-10 |
Joel Rosdahl | Add update-authors make recipe and use it |
commit | commitdiff | tree |
2018-02-07 |
Joel Rosdahl | Improve README.md |
commit | commitdiff | tree |
2018-02-07 |
Joel Rosdahl | Rearrange files into suitable subdirectories, e.g.... |
commit | commitdiff | tree |
2018-02-06 |
Joel Rosdahl | Simplify initialize() slightly |
commit | commitdiff | tree |
2018-02-06 |
Joel Rosdahl | Treat unreadable conf file like missing instead of... |
commit | commitdiff | tree |
2018-02-05 |
Joel Rosdahl | Document caveats related to colored warnings from compilers |
commit | commitdiff | tree |
2018-02-05 |
Joel Rosdahl | Document more pitfalls with hard links |
commit | commitdiff | tree |
2018-02-04 |
Joel Rosdahl | Use strftime instead of obsolete asctime function |
commit | commitdiff | tree |
2018-02-04 |
Joel Rosdahl | Fix most warnings from cppcheck 1.72 |
commit | commitdiff | tree |
2018-02-04 |
Joel Rosdahl | Change “improvements” to “enhancements” in NEWS.txt |
commit | commitdiff | tree |
2018-02-03 |
Joel Rosdahl | Fix use-after-free error in 316b966b |
commit | commitdiff | tree |
2018-02-03 |
Joel Rosdahl | Hash host compilers invoked by nvcc |
commit | commitdiff | tree |
2018-02-03 |
Joel Rosdahl | Introduce and use ARRAY_SIZE macro |
commit | commitdiff | tree |
2018-02-03 |
Sam Gross | Hash '-ccbin' argument |
commit | commitdiff | tree |
2018-01-31 |
Joel Rosdahl | unittest: Pass errmsg to CHECKM when available |
commit | commitdiff | tree |
2018-01-31 |
Joel Rosdahl | Update config.guess and config.sub to modern versions |
commit | commitdiff | tree |
2018-01-30 |
Joel Rosdahl | Only pass implicit -MQ to preprocessor if needed |
commit | commitdiff | tree |
2018-01-30 |
Joel Rosdahl | Update NEWS |
commit | commitdiff | tree |
2018-01-30 |
Joel Rosdahl | test: Add and fix cpp1 suite |
commit | commitdiff | tree |
2018-01-30 |
Joel Rosdahl | Update NEWS |
commit | commitdiff | tree |
2018-01-30 |
Joel Rosdahl | Improve docs and clean up |
commit | commitdiff | tree |
next |