summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add object file comparison check for numerous testsDavid Givone2012-10-081-0/+54
* Log strerror(errno) on failure to stat the compiler's stdout fileJoel Rosdahl2012-10-071-1/+2
* Fix race condition when creating initial cache directoryDavid Givone2012-09-231-0/+12
* Fix developer mode detectionJoel Rosdahl2012-09-233-3/+9
* Find test case files in out-of-source-dir builds as wellJoel Rosdahl2012-09-221-1/+1
* Merge branch 'maint'Joel Rosdahl2012-09-171-1/+6
|\
| * Fix bug testing with ecryptfsAndrew Stubbs2012-09-171-1/+6
* | Merge branch 'maint'Joel Rosdahl2012-09-131-3/+6
|\ \ | |/
| * Handle EAGAIN during copy_fdAlfred Landrum2012-09-071-3/+6
* | Only clean dist generate targets when using distcleanDavid Givone2012-09-131-1/+1
* | Improve dev.mk to be more platform independentDavid Givone2012-09-131-5/+16
* | Fix issue to handle the -arch compiler option with argDavid Givone2012-09-131-0/+1
* | Don't make -lz an explicit dependency if there is a system zlibJoel Rosdahl2012-09-132-3/+3
* | Make test suite work with clang and gcc-llvm on Mac OS XDavid Givone2012-09-131-25/+97
* | Add the primary and secondary conf file path when printing statsDavid Givone2012-09-091-0/+6
* | Update manual on why the direct mode is off by defaultJoel Rosdahl2012-09-071-2/+11
* | Merge branch 'maint'Joel Rosdahl2012-08-112-0/+37
|\ \ | |/
| * Prepare for v3.1.8v3.1.8Joel Rosdahl2012-08-112-1/+38
| * Use C89-style commentsJoel Rosdahl2012-08-111-2/+2
| * Add quicktest Makefile targetJoel Rosdahl2012-08-111-0/+4
* | Merge branch 'maint'Joel Rosdahl2012-08-091-2/+3
|\ \ | |/
| * Rename static_assert macro to avoid clash with any preexisting static_assertJoel Rosdahl2012-08-091-2/+3
* | Remove any previous .stderr from cache if recachingJoel Rosdahl2012-08-092-0/+23
* | Move log "running preprocessor" to a more appropriate placeJoel Rosdahl2012-08-081-1/+1
* | Let args_init_from_gcc_atfile split on carriage return as wellJoel Rosdahl2012-08-082-1/+4
* | Add quicktest Makefile targetJoel Rosdahl2012-08-081-0/+4
* | Improve log messages of x_unlink and tmp_unlinkJoel Rosdahl2012-08-081-9/+10
* | Fix coding styleJoel Rosdahl2012-08-084-6/+8
* | Include ccache version in the debug logJoel Rosdahl2012-08-081-1/+2
* | Include more files in dist to comply with GPL's "preferred form" clauseJoel Rosdahl2012-08-081-0/+6
* | Expand file lists in dev.mk.in to make it easier to add and sort the itemsJoel Rosdahl2012-08-081-9/+41
* | Reorder build options to guarantee usage of bundled zlib headers and librariesJoel Rosdahl2012-08-073-16/+24
* | Add --with-bundled-zlib configure optionJoel Rosdahl2012-08-071-20/+30
* | Merge branch 'maint'Joel Rosdahl2012-08-072-2/+2
|\ \ | |/
| * make git version macro work if compiled outside of src dirPatrick von Reth2012-08-072-2/+2
* | Let cc_process_args work on a copy of orig_argsJoel Rosdahl2012-08-071-6/+11
* | Fix typo and coding styleJoel Rosdahl2012-08-073-34/+48
* | Avoid "orig_args" parameters to separate them from the global variableJoel Rosdahl2012-08-072-9/+9
* | add support for '@' parametersBoie, Andrew P2012-08-074-1/+212
* | Revert "add support for '@' parameters"Joel Rosdahl2012-08-014-178/+15
* | Require Windows Vista or later for win32 buildsJoel Rosdahl2012-08-014-1/+3330
* | Implement x_realpath for WindowsPatrick von Reth2012-08-011-4/+11
* | add support for '@' parametersBoie, Andrew P2012-08-014-15/+178
* | Merge branch 'maint'Joel Rosdahl2012-07-301-0/+10
|\ \ | |/
| * hash also Clang pluginsLubos Lunak2012-07-301-0/+10
* | Merge branch 'maint'Joel Rosdahl2012-07-292-7/+49
|\ \ | |/
| * Simplify generation of relative automatic dependency targetJoel Rosdahl2012-07-291-8/+5
| * Minor code cleanupJoel Rosdahl2012-07-291-7/+7
| * Add test for rewriting of absolute dependency argumentsJoel Rosdahl2012-07-291-0/+21
| * Make dependency arguments relative to increase cache hitsLalit Chhabra2012-07-291-7/+31