summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #343 from afbjorklund/clang-warning3.5-maintJoel Rosdahl2019-01-031-1/+1
|\
| * Fix clang warning with older compiler versionsAnders F Björklund2019-01-031-1/+1
|/
* Add NEWS for v3.5.1v3.5.1Joel Rosdahl2019-01-021-0/+16
* Update copyright yearsJoel Rosdahl2019-01-022-3/+3
* Add missing getopt_long.c source file to dist (#341)Anders Björklund2019-01-021-0/+1
* Use double for limit_multipleJoel Rosdahl2018-10-2511-25/+23
* Fix constness of struct stats_info message memberJoel Rosdahl2018-10-251-1/+1
* Refactor conf item lookup codeJoel Rosdahl2018-10-2510-410/+487
* Ignore cppcheck “Resource leak” warnings in test codeJoel Rosdahl2018-10-251-0/+3
* Include error/warning ID in cppcheck outputJoel Rosdahl2018-10-251-0/+1
* Use sizeof instead of repeating buffer sizeJoel Rosdahl2018-10-241-2/+2
* Don’t pass CFLAGS to the linkerJoel Rosdahl2018-10-243-7/+7
* Improve distcheckJoel Rosdahl2018-10-242-16/+11
* Always enable “more warnings” in dev modeJoel Rosdahl2018-10-242-8/+16
* Sort listJoel Rosdahl2018-10-211-2/+2
* 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 Xavier René-Corail to .mailcapJoel Rosdahl2018-10-162-1/+2
* Prepare for v3.5v3.5Joel Rosdahl2018-10-152-2/+10
* Add -Wno-implicit-fallthrough for zlib build in non-dev mode as wellJoel Rosdahl2018-10-151-11/+11
* Add some more silent make rulesJoel Rosdahl2018-10-152-19/+26
* Remove obsolete cppcheck suppressionJoel Rosdahl2018-10-151-1/+0
* Make cppcheck find config.hJoel Rosdahl2018-10-151-1/+1
* Add assert in language_is_preprocessedJoel Rosdahl2018-10-151-2/+4
* Update NEWSJoel Rosdahl2018-10-141-0/+3
* Tweak silent make rule printoutsJoel Rosdahl2018-10-141-9/+12
* Default to silent make rules unconditionallyJoel Rosdahl2018-10-142-13/+1
* Add configure option for silent make rulesAnders F Björklund2018-10-142-6/+29
* Sort commandline option listJoel Rosdahl2018-10-141-2/+2
* Fix alignment and indentationJoel Rosdahl2018-10-144-7/+7
* New command-line option -k/--get-config prints the value of a config keyGabriel Scherer2018-10-144-1/+76
* 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
* Pass -Wno-implicit-fallthrough when compiling bundled zlibJoel Rosdahl2018-10-133-6/+7
* Minor fixes for cygwin/msys2Rafael Kitover2018-10-137-9/+23
* 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-0715-292/+460
* Add LGTM.com code quality badgesXavier RENE-CORAIL2018-10-021-0/+2
* 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-024-5/+7
* Merge remote-tracking branch 'afbjorklund/everything'Joel Rosdahl2018-10-0225-59/+141
|\
| * Make configure work with older clang versionsAnders F Björklund2018-09-161-0/+2
| * Add option for enabling more compiler warningsAnders F Björklund2018-09-161-0/+13
| * Add configure support for detecting clangAnders F Björklund2018-09-162-2/+24