summaryrefslogtreecommitdiff
path: root/include_server
Commit message (Expand)AuthorAgeFilesLines
* parse_command: handle Xclang correctlyDominic Chen2021-03-161-0/+1
* Fix various typosluz paz2020-12-179-15/+15
* Fix GCC warningOrgad Shaneh2020-07-101-1/+1
* Replace time.clock() with time.perf_counter()MartB2019-11-282-4/+4
* Handle complex arguments, like assembler macrosAnders F Björklund2018-11-102-1/+36
* pump: attempt to eliminate UnicodeDecodeError for goodShawn Landden2018-02-253-3/+3
* Fix broken "make distcheck"Anders F Björklund2017-04-292-4/+4
* Kill stray spaceDave Abrahams2016-09-221-1/+1
* Handle arguments needed to build Swift on MacOSDave Abrahams2016-09-221-0/+3
* include_server python(3) readypython3clutton2016-04-1425-381/+408
* Apply patch from Rafael Ávila de Espíndola <rafael.espindola@gmail.com>:fergus.henderson2014-02-273-11/+19
* include_server: Add missing "-x" to getoptmandyke2013-05-081-1/+1
* Fix issue 108 <http://code.google.com/p/distcc/issues/detail?id=108>:Kamal Mostafa2012-04-203-2/+15
* Generalize dcc_{r,x}_argv routinesKamal Mostafa2012-04-201-2/+2
* Fix issue 104 <http://code.google.com/p/distcc/issues/detail?id=104>:fergus.henderson2012-04-091-4/+4
* Fix for distcc issue 99 <http://code.google.com/p/distcc/issues/detail?id=99>...Kamal Mostafa2012-04-041-1/+2
* Apply --sysroot patch from Simon Baldwin <simonb@google.com>:fergus.henderson2010-08-193-31/+69
* Fix issue 35 <http://code.google.com/p/distcc/issues/detail?id=35>.fergus.henderson2009-01-302-6/+5
* Fix a bug where the SystemIncludeDirectories_Case testfergus.henderson2008-12-221-12/+15
* When computing the compiler's default search path by parsing the outputfergus.henderson2008-12-221-2/+20
* Avoid a spurious message 'setup.py: PYTHON_CFLAGS must be defined.'fergus.henderson2008-12-031-6/+1
* 1. Fix some compilation errors arising from the use offergus.henderson2008-12-021-18/+6
* Applied matsuu's patch for issue 27 "failed to make distcc"fergus.henderson2008-10-271-3/+4
* Delete an unused test data file; it became dead after myfergus.henderson2008-09-271-1/+0
* Delete an unused test case: the test was hard-coded to always pass anyway,fergus.henderson2008-09-271-20/+0
* Provides a simple shell API to the include server:fergus.henderson2008-09-111-2/+4
* Fix a TODO in compiler_defaults.py that was responsible for a bugfergus.henderson2008-08-021-2/+13
* Increase MAX_COMPONENTS_IN_SERVER_ROOT from 10 to 20.fergus.henderson2008-08-011-1/+4
* This is based on klarlund's original version of this patch (klarlund/d3b3):fergus.henderson2008-07-298-54/+262
* Revert r393.klarlund2008-06-306-161/+70
* Fix bug where the include server would crash if the PATH environmentfergus.henderson2008-06-181-1/+5
* The missing include_server(1) man page and additional material about the basicklarlund2008-06-091-13/+14
* Fix option real_path_warning_re not working.klarlund2008-06-023-42/+37
* Remove spurious warning messages about absolute filepaths.klarlund2008-05-282-9/+20
* Make the Linux 2.6 kernel build with distcc-pump mode.klarlund2008-05-276-71/+164
* Normalize the copyright text, to the latest version of the GPLv2 textCraig Silverstein2008-05-2323-92/+115
* Fix a typo in a comment.fergus.henderson2008-05-231-1/+1
* Fix unsoundess of directory replication.klarlund2008-05-232-4/+35
* Fix a test case that was failing on MacOS X.fergus.henderson2008-05-221-1/+1
* Add '--unsafe_absolute_includes' option so that more can be compiled inklarlund2008-05-214-15/+97
* Re-enable Objective C and Objective C++ support.fergus.henderson2008-05-204-31/+26
* Tune gc for 25% speed-up of include processor.klarlund2008-05-172-0/+15
* Fix freak name collision on OSs that do not distinguish upper and lowercase inklarlund2008-05-161-2/+2
* Add a comment. From klarlund@google.com:Craig Silverstein2008-05-151-4/+7
* When running gcc -v, we were clearing the environment tooCraig Silverstein2008-05-151-3/+12
* Show more data when an assert fails, to help in debugging.Craig Silverstein2008-05-141-6/+5
* Make distcc 3.0 compatible with Python 2.5.klarlund2008-05-141-4/+3
* Finish refactoring and add tests. Move _CleanOutClientRoot and _CleanOutOthersklarlund2008-05-143-82/+86
* Include snprintf.c in the source-list for the python extension. ThisCraig Silverstein2008-05-141-0/+1
* I found a machine whose python was compiled with _FORTIFY_SOURCE,Craig Silverstein2008-05-131-7/+18