summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Avoid bad function cast by using temporaryAnders F Björklund2018-09-162-5/+8
| * Proper use of const qualifier char* stringsAnders F Björklund2018-09-165-11/+12
| * Removed locally shadowed global variablesAnders F Björklund2018-09-164-9/+9
| * Don't use undefined macros, use ifdef insteadAnders F Björklund2018-09-162-3/+3
| * Add noreturn to functions that don't returnAnders F Björklund2018-09-163-2/+6
| * Add missing extern prototypes, or make staticAnders F Björklund2018-09-1613-8/+30
| * Don't use reserved id macros in the headersAnders F Björklund2018-09-164-10/+21
| * Only compile getopt_long.c when neededAnders F Björklund2018-09-162-1/+6
| * Address issues found by lgtm.com alertsAnders F Björklund2018-09-162-9/+8
* | Update NEWSJoel Rosdahl2018-10-021-0/+2
* | Fix configure arg --without-bundled-zlibRafael Kitover2018-10-021-2/+7
* | Update uncrustify config and run uncrustify version 0.66.1_fJoel Rosdahl2018-10-0220-1133/+1837
* | Remove bogus out-of-memory check in reformat()Joel Rosdahl2018-10-021-3/+0
* | Update NEWSJoel Rosdahl2018-10-021-5/+9
* | Improve debug mode documentationJoel Rosdahl2018-10-021-27/+55
* | Improve debug log filenamesJoel Rosdahl2018-10-021-2/+2
* | Merge remote-tracking branch 'afbjorklund/hash_debug' into pr/279Joel Rosdahl2018-09-2918-190/+464
|\ \
| * | Register debug_end as an exit function insteadAnders F Björklund2018-08-271-8/+1
| * | Avoid using strcat and small reallocAnders F Björklund2018-08-122-9/+20
| * | Rename helper functions, as suggested in reviewAnders F Björklund2018-08-125-8/+8
| * | Save debug file streams, instead of reopeningAnders F Björklund2018-08-121-12/+16
| * | Add section markers, to the text fileAnders F Björklund2018-08-123-0/+13
| * | Rename hash_debug, add matching end functionAnders F Björklund2018-08-123-7/+12
| * | Improve documentation with example file namesAnders F Björklund2018-08-121-3/+6
| * | Output log to debug, even without a logfileAnders F Björklund2018-08-121-1/+1
| * | Avoid global md variable in mdfour fileAnders F Björklund2018-06-231-24/+20
| * | Add --hash-file command, for convenienceAnders F Björklund2018-06-232-1/+32
| * | Add functionality to debug the hashingAnders F Björklund2018-06-237-22/+144
| * | Add feature to also log into a memory bufferAnders F Björklund2018-06-232-15/+65
| * | Add config for debug option ($CCACHE_DEBUG)Anders F Björklund2018-06-238-129/+148
| * | Add util to return the command as a stringAnders F Björklund2018-06-233-0/+27
* | | Update NEWSJoel Rosdahl2018-09-231-0/+3
* | | Improve documentation of file_stat_matches_ctimeJoel Rosdahl2018-09-231-2/+2
* | | Add option to disable ctime check for manifestAnders F Björklund2018-09-235-10/+30
| |/ |/|
* | test: Fix various Solaris shell issuesThomas Otto2018-09-024-10/+17
* | Merge branch '3.4-maint'Joel Rosdahl2018-09-0221-904/+1485
|\ \
| * | Prepare for v3.4.3v3.4.33.4-maintJoel Rosdahl2018-09-021-0/+1
| * | Update NEWSJoel Rosdahl2018-09-021-1/+3
| * | Upgrade zlib to 1.2.11Anders F Björklund2018-09-0219-903/+1481
* | | Merge branch '3.4-maint'Joel Rosdahl2018-08-233-0/+21
|\ \ \ | |/ /
| * | Update NEWSJoel Rosdahl2018-08-231-0/+2
| * | Bail out on compiler option -save-temps=objAnders F Björklund2018-08-232-0/+19
* | | Fix minor memory leak introduced in dde3543cJoel Rosdahl2018-08-191-0/+1
* | | Fix “clang analyze” false positiveJoel Rosdahl2018-08-191-4/+1
* | | Update NEWSJoel Rosdahl2018-08-181-0/+3
* | | process_preprocessed_file: Move gnu_getcwd() out of tight loopMike Gulick2018-08-181-2/+6
* | | Merge branch '3.4-maint'Joel Rosdahl2018-08-183-0/+18
|\ \ \ | |/ /
| * | Update NEWSJoel Rosdahl2018-08-141-0/+2
| * | Add handling of separate -target parameterAnders F Björklund2018-08-141-0/+13
| * | Bail out on too hard clang option “-MJ”Joel Rosdahl2018-08-142-0/+3