2018-10-02 |
Xavier RENE... | Add LGTM.com code quality badges |
commit | commitdiff | tree |
2018-10-02 |
Joel Rosdahl | Fix Clang warning “declaration shadows a local variable” |
commit | commitdiff | tree |
2018-10-02 |
Joel Rosdahl | Move ATTR_NORETURN function declarations closer to... |
commit | commitdiff | tree |
2018-10-02 |
Joel Rosdahl | Remove superfluous “extern” function declarations from... |
commit | commitdiff | tree |
2018-10-02 |
Joel Rosdahl | Merge remote-tracking branch 'afbjorklund/everything' |
commit | commitdiff | tree |
2018-10-02 |
Joel Rosdahl | Update NEWS |
commit | commitdiff | tree |
2018-10-02 |
Rafael Kitover | Fix configure arg --without-bundled-zlib |
commit | commitdiff | tree |
2018-10-02 |
Joel Rosdahl | Update uncrustify config and run uncrustify version... |
commit | commitdiff | tree |
2018-10-02 |
Joel Rosdahl | Remove bogus out-of-memory check in reformat() |
commit | commitdiff | tree |
2018-10-02 |
Joel Rosdahl | Update NEWS |
commit | commitdiff | tree |
2018-10-02 |
Joel Rosdahl | Improve debug mode documentation |
commit | commitdiff | tree |
2018-10-02 |
Joel Rosdahl | Improve debug log filenames |
commit | commitdiff | tree |
2018-09-29 |
Joel Rosdahl | Merge remote-tracking branch 'afbjorklund/hash_debug... |
commit | commitdiff | tree |
2018-09-23 |
Joel Rosdahl | Update NEWS |
commit | commitdiff | tree |
2018-09-23 |
Joel Rosdahl | Improve documentation of file_stat_matches_ctime |
commit | commitdiff | tree |
2018-09-23 |
Anders F Björklund | Add option to disable ctime check for manifest |
commit | commitdiff | tree |
2018-09-16 |
Anders F Björklund | Make configure work with older clang versions 315/head |
commit | commitdiff | tree |
2018-09-16 |
Anders F Björklund | Add option for enabling more compiler warnings |
commit | commitdiff | tree |
2018-09-16 |
Anders F Björklund | Add configure support for detecting clang |
commit | commitdiff | tree |
2018-09-16 |
Anders F Björklund | Avoid bad function cast by using temporary |
commit | commitdiff | tree |
2018-09-16 |
Anders F Björklund | Proper use of const qualifier char* strings |
commit | commitdiff | tree |
2018-09-16 |
Anders F Björklund | Removed locally shadowed global variables |
commit | commitdiff | tree |
2018-09-16 |
Anders F Björklund | Don't use undefined macros, use ifdef instead |
commit | commitdiff | tree |
2018-09-16 |
Anders F Björklund | Add noreturn to functions that don't return |
commit | commitdiff | tree |
2018-09-16 |
Anders F Björklund | Add missing extern prototypes, or make static |
commit | commitdiff | tree |
2018-09-16 |
Anders F Björklund | Don't use reserved id macros in the headers |
commit | commitdiff | tree |
2018-09-16 |
Anders F Björklund | Only compile getopt_long.c when needed |
commit | commitdiff | tree |
2018-09-16 |
Anders F Björklund | Address issues found by lgtm.com alerts 314/head |
commit | commitdiff | tree |
2018-09-02 |
Thomas Otto | test: Fix various Solaris shell issues |
commit | commitdiff | tree |
2018-09-02 |
Joel Rosdahl | Merge branch '3.4-maint' |
commit | commitdiff | tree |
2018-09-02 |
Joel Rosdahl | Prepare for v3.4.3 3.4-maint v3.4.3 |
commit | commitdiff | tree |
2018-09-02 |
Joel Rosdahl | Update NEWS |
commit | commitdiff | tree |
2018-09-02 |
Anders F Björklund | Upgrade zlib to 1.2.11 |
commit | commitdiff | tree |
2018-08-27 |
Anders F Björklund | Register debug_end as an exit function instead 279/head |
commit | commitdiff | tree |
2018-08-23 |
Joel Rosdahl | Merge branch '3.4-maint' |
commit | commitdiff | tree |
2018-08-23 |
Joel Rosdahl | Update NEWS |
commit | commitdiff | tree |
2018-08-23 |
Anders F Björklund | Bail out on compiler option -save-temps=obj |
commit | commitdiff | tree |
2018-08-19 |
Joel Rosdahl | Fix minor memory leak introduced in dde3543c |
commit | commitdiff | tree |
2018-08-19 |
Joel Rosdahl | Fix “clang analyze” false positive |
commit | commitdiff | tree |
2018-08-18 |
Joel Rosdahl | Update NEWS |
commit | commitdiff | tree |
2018-08-18 |
Mike Gulick | process_preprocessed_file: Move gnu_getcwd() out of... |
commit | commitdiff | tree |
2018-08-18 |
Joel Rosdahl | Merge branch '3.4-maint' |
commit | commitdiff | tree |
2018-08-18 |
Anders F Björklund | Make sure to install gperf for analyze |
commit | commitdiff | tree |
2018-08-14 |
Joel Rosdahl | Update NEWS |
commit | commitdiff | tree |
2018-08-14 |
Anders F Björklund | Add handling of separate -target parameter |
commit | commitdiff | tree |
2018-08-14 |
Joel Rosdahl | Update NEWS |
commit | commitdiff | tree |
2018-08-14 |
Anders F Björklund | Add a Vagrantfile for testing on FreeBSD |
commit | commitdiff | tree |
2018-08-14 |
Anders F Björklund | Compiler "cc" might still be the same as "clang" |
commit | commitdiff | tree |
2018-08-14 |
Anders F Björklund | Add FreeBSD compatibility to test suites |
commit | commitdiff | tree |
2018-08-14 |
Anders F Björklund | Add patch for X/Open, from FreeBSD ports |
commit | commitdiff | tree |
2018-08-14 |
Joel Rosdahl | Bail out on too hard clang option “-MJ” |
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-08-11 |
Anders F Björklund | Avoid some shellcheck excludes that do make sense |
commit | commitdiff | tree |
2018-08-11 |
Anders F Björklund | Add target to run shellcheck on test bash scripts |
commit | commitdiff | tree |
2018-08-10 |
Joel Rosdahl | Add missing delimiter when hashing “-MF” |
commit | commitdiff | tree |
2018-08-10 |
Joel Rosdahl | Improve printing of “stats zeroed” statistics |
commit | commitdiff | tree |
2018-08-08 |
Joel Rosdahl | Update NEWS |
commit | commitdiff | tree |
2018-08-08 |
Joel Rosdahl | Merge branch '3.4-maint' |
commit | commitdiff | tree |
2018-08-08 |
Anders F Björklund | Add configure option to disable man pages |
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-06-07 |
Joel Rosdahl | Remove debug log |
commit | commitdiff | tree |
2018-06-07 |
Joel Rosdahl | Improve logging related to hashing of the CWD |
commit | commitdiff | tree |
2018-06-07 |
Joel Rosdahl | Improve installation instructions |
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 |
next |