summaryrefslogtreecommitdiff
path: root/src/compile.c
Commit message (Expand)AuthorAgeFilesLines
* Apply Ktonibud's patch for distcc issue 74fergus.henderson2012-05-161-10/+17
* Apply patch from Jeremy Murphy <jeremy.william.murphy@gmail.com>,fergus.henderson2010-10-081-1/+1
* Apply patch from Ryan Burns <rburns@pixar.com>:fergus.henderson2010-05-041-4/+19
* Make max_discrepancies_before_demotion configurable via DISTCC_MAX_DISCREPANC...zhanglei2009-08-031-6/+26
* Provides a simple shell API to the include server:fergus.henderson2008-09-111-1/+18
* Fix for a deadlock bug <http://code.google.com/p/distcc/issues/detail?id=1>fergus.henderson2008-06-171-16/+67
* Add necessary message to pump script with warning that compilations were forcedklarlund2008-06-091-1/+3
* Fix race condition that may prevent the warning message that pump-mode is noklarlund2008-05-281-3/+5
* Normalize the copyright text, to the latest version of the GPLv2 textCraig Silverstein2008-05-231-9/+10
* Change C++-style // comments to /**/.Craig Silverstein2008-05-201-22/+25
* Turned all tabs into 4 spaces. Got rid of whitespace at the end ofCraig Silverstein2008-05-201-48/+48
* Fix bugs in my previous change to handle "-Wp," options: argumentsfergus.henderson2008-05-181-7/+28
* Fix a typo: s/ddc_/dcc_/fergus.henderson2008-05-171-2/+2
* Two bug fixes:fergus.henderson2008-05-161-1/+1
* getc returns an int, not a char. We're checking whether a char ==Craig Silverstein2008-05-141-2/+2
* Fix buglet: insert (void) in call of strcpy to avoid gcc 4.1.1. making trouble.klarlund2008-05-131-1/+1
* Make handling of config.h sound.klarlund2008-05-091-1/+1
* These changes are enough to get code to compile, and at least some ofCraig Silverstein2008-04-281-1/+2
* The first step of moving everything in the distcc directory to the topCraig Silverstein2008-04-111-0/+687