summaryrefslogtreecommitdiff
path: root/src/compile.c
Commit message (Expand)AuthorAgeFilesLines
* Correct spelling mistakes. (#286)Edward Betts2018-09-251-2/+2
* cross-compile: fix previous patch on mac OSXShawn Landden2018-07-301-2/+5
* cross-compile: fix generic "cc", "c++" cross-compile supportShawn Landden2018-07-301-1/+3
* handle systems that don't have fstatat() and family.R.J.V. Bertin2018-06-071-0/+4
* i think this might now work on macos with 0bfdbedaShawn Landden2018-02-281-8/+1
* upgrade "Failed to distribute and no fallback" from warning to errorShawn Landden2018-02-281-1/+1
* Localslots with gcc -E (#161)Anders Björklund2018-02-271-1/+6
* Avoid locking the CPU for preprocessed inputAnders Björklund2018-02-261-5/+7
* Merge pull request #244 from shawnl/crossShawn Landden2018-02-261-0/+172
|\
| * Rewrite generic compilers ("cc", "c++") to clang or gccShawn Landden2018-02-251-0/+82
| * cross-compilation supportShawn Landden2018-02-251-0/+90
* | Handle 64-bit time_t on OpenBSDJasper Lievisse Adriaanse2015-12-281-2/+2
|/
* 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