summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* MANUAL.txt: fix some AsciiDoc stylePhilippe Proulx2016-10-301-17/+29
* Prepare for v3.3.3v3.3.3Joel Rosdahl2016-10-261-2/+3
* Bail out on usage of .incbin` assembler directivesJoel Rosdahl2016-10-266-7/+38
* Rename STATS_UNSUPPORTED to STATS_UNSUPPORTED_OPTIONJoel Rosdahl2016-10-264-8/+8
* Compute width of stats messages instead of hardcodingJoel Rosdahl2016-10-261-28/+28
* Reformat stats_info arrayJoel Rosdahl2016-10-261-34/+180
* Improve regression test for -Wp, with multiple argumentsJoel Rosdahl2016-09-281-2/+6
* Correct NEWS.txt syntaxv3.3.2Joel Rosdahl2016-09-281-1/+1
* Prepare for v3.3.2Joel Rosdahl2016-09-281-2/+3
* Merge branch '3.2-maint' into 3.3-maintJoel Rosdahl2016-09-282-2/+25
|\
| * Prepare for v3.2.9v3.2.93.2-maintJoel Rosdahl2016-09-281-1/+2
| * Disable direct mode for "-Wp," with multiple preprocessor optionsJoel Rosdahl2016-09-282-3/+19
* | Hash source path when generating dependencies to avoid false positiveJoel Rosdahl2016-09-273-0/+46
* | test: Handle CC="gcc -std=gnu99" gracefullyJoel Rosdahl2016-09-251-2/+2
* | Prepare for v3.3.1v3.3.1Joel Rosdahl2016-09-071-2/+7
* | Clean upJoel Rosdahl2016-09-072-15/+15
* | Add -arch options to hashIvan Vaigult2016-09-072-4/+53
* | Merge branch '3.2-maint' into 3.3-maintJoel Rosdahl2016-09-073-4/+38
|\ \ | |/
| * Prepare for v3.2.8v3.2.8Joel Rosdahl2016-09-071-2/+3
| * Only pass -Wp,-MT and similar to the preprocessorJoel Rosdahl2016-09-073-4/+18
* | Prepare for v3.3v3.3Joel Rosdahl2016-08-272-13/+13
* | Tweak NEWSJoel Rosdahl2016-08-271-30/+33
* | Improve grammarJoel Rosdahl2016-08-271-2/+2
* | Fix typo in installation instructionsJoel Rosdahl2016-08-272-2/+2
* | Split installation instructions into from-repo and from-archive casesJoel Rosdahl2016-08-273-26/+66
* | Improve comments about lock breakingJoel Rosdahl2016-08-271-2/+3
* | Update NEWSJoel Rosdahl2016-08-212-1/+6
* | Including trailing quote and cpp flags in the hashAnders Björklund2016-08-211-1/+1
* | Break long lineJoel Rosdahl2016-07-301-1/+2
* | Decrease read buffer size to 64 KiBJoel Rosdahl2016-07-301-2/+2
* | Clean up after f731bd4aJoel Rosdahl2016-07-303-5/+5
* | Increase buffer size for IO operations.Mikhail Kolomeytsev2016-07-303-3/+6
* | Update NEWSJoel Rosdahl2016-07-291-0/+3
* | Fix regression in b81df8bf of "cache hit rate" statistics outputJoel Rosdahl2016-07-291-8/+4
* | Clean up after a8ca6ad3Joel Rosdahl2016-07-297-13/+15
* | Make the cleanup limit into a configurable variableAnders Björklund2016-07-2913-115/+198
* | test: Remove left-over cleanup codeJoel Rosdahl2016-07-281-4/+0
* | Merge branch '3.2-maint'Joel Rosdahl2016-07-282-1/+12
|\ \ | |/
| * Detect undocumented -coverage (only one dash) GCC optionJoel Rosdahl2016-07-282-1/+12
* | test: Fix typoJoel Rosdahl2016-07-281-2/+2
* | Let hash_dir default to trueJoel Rosdahl2016-07-275-26/+54
* | Let run_second_cpp default to trueJoel Rosdahl2016-07-277-51/+65
* | test: Use same colors and wording for quicktest and test.sh statusJoel Rosdahl2016-07-272-3/+3
* | test: Extract conditional -finput-charset test to own suiteJoel Rosdahl2016-07-271-26/+33
* | test: Use true/false instead of 1/0 for feature variablesJoel Rosdahl2016-07-271-26/+38
* | test: Introduce and use UNCACHED_COMPILE aliasJoel Rosdahl2016-07-271-58/+58
* | test: Consistently use $CCACHE_COMPILEJoel Rosdahl2016-07-271-175/+175
* | test: Reset environment variables before each testJoel Rosdahl2016-07-271-68/+56
* | test: Silence warning from ClangJoel Rosdahl2016-07-271-2/+2
* | test: Split SUITE_*_PREPARE into SUITE_*_PROBE and SUITE_*_SETUPJoel Rosdahl2016-07-271-70/+90