summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | Bail out on -P at end of -Wp, as wellJoel Rosdahl2016-07-273-15/+10
* | Bail out on too hard compiler option -PJoel Rosdahl2016-07-273-0/+16
* | Don't pass -fcolor-diagnostics to Clang when compiling assemblerJoel Rosdahl2016-07-271-2/+4
* | test: Various improvements and cleanups that were long neededJoel Rosdahl2016-07-271-1824/+2245
* | Remove obsolete commentsJoel Rosdahl2016-07-241-5/+1
* | Disable i586-mingw32msvc build for nowJoel Rosdahl2016-07-231-3/+3
* | test: Add missing -s option to cutJoel Rosdahl2016-07-231-1/+1
* | Make test suite work with CC="gcc -std=gnu99"Joel Rosdahl2016-07-231-5/+9
* | Remove directories (testdir.* and perfdir.*) on "make clean"Joel Rosdahl2016-07-231-1/+1
* | Add missing variable declarationJoel Rosdahl2016-07-231-1/+1
* | c99: Declare variables closer to their first useJoel Rosdahl2016-07-2319-1008/+658
* | c99: Use //-style-commentsJoel Rosdahl2016-07-2241-1944/+1536
* | c99: Check for and require a C99-compatible compilerJoel Rosdahl2016-07-223-18/+12
* | Tweak #include file pathsJoel Rosdahl2016-07-2218-40/+53
* | Avoid compilation warning in bundled zlibJoel Rosdahl2016-07-221-2/+3
* | Update NEWSJoel Rosdahl2016-07-221-0/+3
* | Use "#if 0" to comment out code blocksJoel Rosdahl2016-07-221-10/+10
* | Remove testdir.* and perfdir.* on "make clean"Joel Rosdahl2016-07-222-2/+2
* | Support for Fortran 77Melven Roehrig-Zoellner2016-07-221-1/+31
* | Update NEWSJoel Rosdahl2016-07-211-0/+2
* | test: Verify support for caching compilation of assembler filesJoel Rosdahl2016-07-211-0/+15
* | support assemblerPavel Boldin2016-07-212-1/+6
* | Update NEWSJoel Rosdahl2016-07-211-0/+2
* | Show cache hit rate (%) in stats displayAnders Björklund2016-07-211-0/+19
* | Update NEWSJoel Rosdahl2016-07-211-0/+2
* | Minor cleanupJoel Rosdahl2016-07-212-17/+21
* | Multiple "-arch" options support for preprocessor modeIvan Vaigult2016-07-212-17/+66
* | Update NEWSJoel Rosdahl2016-07-211-0/+4
* | removed incorrect and irrelevant comment after the fixJohn Basila2016-07-211-1/+1
* | preprocessor mode: enable using identical header in different pathsJohn Basila2016-07-212-13/+12
* | Update NEWSJoel Rosdahl2016-07-211-3/+7
* | Improve variable nameJoel Rosdahl2016-07-211-7/+7
* | Count the number of cleanups performed, in statsAnders Björklund2016-07-214-3/+61
* | Make all concatenated option path arguments relativeJoel Rosdahl2016-07-212-33/+43
* | Extract code for detecting precompiled header into a separate functionJoel Rosdahl2016-07-211-48/+55
* | Mark -B as taking a pathJoel Rosdahl2016-07-211-1/+1
* | test: Try to fix sed syntax to fix build errorJoel Rosdahl2016-07-211-2/+3
* | Merge branch '3.2-maint'Joel Rosdahl2016-07-203-3/+49
|\ \ | |/
| * Prepare for v3.2.7v3.2.7Joel Rosdahl2016-07-201-2/+3
| * Update NEWSJoel Rosdahl2016-07-191-3/+3
| * Make sure to hash the trailing quote when skippingAnders Björklund2016-07-191-0/+2
| * Add test for certain gcc compilers with buggy cppAnders Björklund2016-07-191-0/+33
| * Make calculate_object_hash handle argument-less -B etc. correctlyJoel Rosdahl2016-07-164-0/+37
* | Make calculate_object_hash handle argument-less -B etc. correctlyJoel Rosdahl2016-07-163-0/+27
* | test: Make CCACHE_COMPILE available in all suitesJoel Rosdahl2016-07-161-1/+2
* | Document the *_args variables in cc_process_argsJoel Rosdahl2016-07-161-3/+18
* | Convert README and INSTALL to markdownJoel Rosdahl2016-07-163-49/+30
* | doc: Rename bugs section to caveatsJoel Rosdahl2016-07-131-4/+5
* | Don't check for symlinks on WindowsJoel Rosdahl2016-07-134-15/+14
* | Don't use non-POSIX S_ISLNK macroJoel Rosdahl2016-07-121-1/+1