summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearsJoel Rosdahl2019-01-021-2/+2
* Use double for limit_multipleJoel Rosdahl2018-10-257-12/+12
* Fix constness of struct stats_info message memberJoel Rosdahl2018-10-251-1/+1
* Refactor conf item lookup codeJoel Rosdahl2018-10-258-406/+480
* Fix missing header include / prototypeAnders F Björklund2018-10-211-0/+1
* Fix const-correctness of the config formatterAnders F Björklund2018-10-211-11/+11
* Ignore return value from fwrite when writing debug logJoel Rosdahl2018-10-162-3/+3
* Remove unused return value from cc_dump_log_bufferJoel Rosdahl2018-10-162-3/+2
* Add assert in language_is_preprocessedJoel Rosdahl2018-10-151-2/+4
* Sort commandline option listJoel Rosdahl2018-10-141-2/+2
* Fix alignment and indentationJoel Rosdahl2018-10-142-5/+5
* New command-line option -k/--get-config prints the value of a config keyGabriel Scherer2018-10-143-1/+32
* Use the per-item printers in conf_print_itemsGabriel Scherer2018-10-141-151/+55
* Add a confitem field for entry printing, and a printer for each typeGabriel Scherer2018-10-143-18/+109
* Use memcpy instead of strncpy in append_logJoel Rosdahl2018-10-141-1/+1
* Minor fixes for cygwin/msys2Rafael Kitover2018-10-135-8/+10
* Clean up includesJoel Rosdahl2018-10-071-3/+0
* Fix bugs in debug mode loggingJoel Rosdahl2018-10-074-4/+24
* Fix debug mode bug in cc_log_argvJoel Rosdahl2018-10-071-0/+1
* Refactor debug mode codeJoel Rosdahl2018-10-0711-224/+356
* Fix Clang warning “declaration shadows a local variable”Joel Rosdahl2018-10-021-1/+1
* Move ATTR_NORETURN function declarations closer to the definitionJoel Rosdahl2018-10-021-3/+5
* Remove superfluous “extern” function declarations from a9e8810fJoel Rosdahl2018-10-022-3/+5
* Merge remote-tracking branch 'afbjorklund/everything'Joel Rosdahl2018-10-0216-42/+69
|\
| * 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-162-3/+3
| * 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-168-3/+24
| * Don't use reserved id macros in the headersAnders F Björklund2018-09-163-9/+9
| * Address issues found by lgtm.com alertsAnders F Björklund2018-09-162-9/+8
* | Update uncrustify config and run uncrustify version 0.66.1_fJoel Rosdahl2018-10-0212-123/+129
* | Remove bogus out-of-memory check in reformat()Joel Rosdahl2018-10-021-3/+0
* | Improve debug log filenamesJoel Rosdahl2018-10-021-2/+2
* | Merge remote-tracking branch 'afbjorklund/hash_debug' into pr/279Joel Rosdahl2018-09-2914-189/+408
|\ \
| * | 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-124-6/+6
| * | 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
| * | 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-231-1/+18
| * | Add functionality to debug the hashingAnders F Björklund2018-06-236-20/+120
| * | 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-236-128/+139
| * | Add util to return the command as a stringAnders F Björklund2018-06-232-0/+19
* | | Add option to disable ctime check for manifestAnders F Björklund2018-09-233-4/+21
| |/ |/|