summaryrefslogtreecommitdiff
path: root/include_server
Commit message (Expand)AuthorAgeFilesLines
* Apply patch from Rafael Ávila de Espíndola <rafael.espindola@gmail.com>:fergus.henderson@gmail.com2014-02-273-11/+19
* include_server: Add missing "-x" to getoptmandyke@gmail.com2013-05-081-1/+1
* Fix issue 108 <http://code.google.com/p/distcc/issues/detail?id=108>:kamal@whence.com2012-04-203-2/+15
* Generalize dcc_{r,x}_argv routineskamal@whence.com2012-04-201-2/+2
* Fix issue 104 <http://code.google.com/p/distcc/issues/detail?id=104>:fergus.henderson@gmail.com2012-04-091-4/+4
* Fix for distcc issue 99 <http://code.google.com/p/distcc/issues/detail?id=99>...kamal@whence.com2012-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 textcsilvers2008-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:csilvers2008-05-151-4/+7
* When running gcc -v, we were clearing the environment toocsilvers2008-05-151-3/+12
* Show more data when an assert fails, to help in debugging.csilvers2008-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. Thiscsilvers2008-05-141-0/+1
* I found a machine whose python was compiled with _FORTIFY_SOURCE,csilvers2008-05-131-7/+18
* Clean-up the handling of directories for storing compressed files.klarlund2008-05-1310-244/+290
* Be more informative on an assert.csilvers2008-05-131-1/+1
* Handle gcc's "-MF" option in the include server.fergus.henderson2008-05-121-2/+2
* Fix call of 'realpath' to work on FreeBSD. Also fix memory leak.klarlund2008-05-121-4/+27
* Fix include server test so that it passes on system w/o /dev/shm.klarlund2008-05-121-4/+5
* Rewrite setup.py and associated logic to fix multiple build problems.klarlund2008-05-091-64/+156
* Make this file mostly conformant with gpylint. There should be no semanticklarlund2008-05-081-112/+134
* Insert "Usage: " at the start of the usage message for the include server.fergus.henderson2008-05-071-1/+3
* Clean up Python code.klarlund2008-05-011-72/+67
* Make install-checks work and a lot of clean-up in regards to the 'checking'klarlund2008-04-301-6/+19