summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* A fix for distcc issue 44 "Failed tests on make check (gentoo gcc-4.3.3)"fergus.henderson2009-04-101-1/+1
* Fixed a portability issue that causes compilation to fail on 64 bit boxes.IanRichardBaker2009-03-061-2/+2
* Ensure that all ".c" files start with "#include <config.h>".fergus.henderson2009-02-177-1/+15
* Fix a non-portability in rpm.sh:fergus.henderson2009-02-171-1/+1
* Fix issue 35 <http://code.google.com/p/distcc/issues/detail?id=35>.fergus.henderson2009-01-303-6/+69
* Handle failure of "mktemp" more gracefully in the pump script.fergus.henderson2009-01-261-3/+3
* IPv6 patch for Zeroconf and and IPv6 literals in hosts file.adshea2009-01-223-5/+24
* - Add pointer to the INSTALL file to the main page.fergus.henderson2009-01-202-0/+24
* Fix broken link to distccWebView.fergus.henderson2009-01-091-1/+1
* "distcc --scan-includes" dumps core.akim.demaille2009-01-091-1/+19
* Document the --scan-includes option in the output of "distcc --help".fergus.henderson2009-01-051-21/+25
* Avoid using "echo -n", because it's not portable.fergus.henderson2009-01-052-13/+11
* Portability fix: the CPlusPlus_SystemIncludeDirectories_Casefergus.henderson2009-01-051-2/+6
* 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
* Clarify installation instructions; in particular, if you have pythonfergus.henderson2008-12-101-0/+7
* Avoid a spurious message 'setup.py: PYTHON_CFLAGS must be defined.'fergus.henderson2008-12-031-6/+1
* Update ChangeLog with some more changes for distcc 3.1.fergus.henderson2008-12-021-0/+46
* 1. Fix some compilation errors arising from the use offergus.henderson2008-12-024-26/+49
* Bump version number to 3.1, and update the NEWS file and ChangeLog.fergus.henderson2008-12-013-7/+148
* Apply matsuu's patch to fix issue 26 "missing CFLAGS for include-server"fergus.henderson2008-10-271-0/+2
* Applied matsuu's patch for issue 27 "failed to make distcc"fergus.henderson2008-10-271-3/+4
* Include the "m4" directory in the source distribution tarball,fergus.henderson2008-10-271-1/+1
* Fix a silly mistake (missing "== 0" after strcmp() call)fergus.henderson2008-10-051-1/+1
* 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
* Incorporate 01_distcc_man.dpatch from debian distribution.fergus.henderson2008-09-133-9/+165
* Provides a simple shell API to the include server:fergus.henderson2008-09-1112-13/+262
* Fix <http://code.google.com/p/distcc/issues/detail?id=19>:fergus.henderson2008-09-101-4/+12
* Report a better error message if a host specification contains ",cpp"fergus.henderson2008-09-082-16/+21
* Update the HTML versions of the man pages.fergus.henderson2008-08-072-66/+77
* Delete a duplicate link in the side-bar.fergus.henderson2008-08-071-1/+0
* Change version number to "3.0", and update NEWS file and ChangeLog.fergus.henderson2008-08-063-1/+34
* Some final documentation updates before 3.0.fergus.henderson2008-08-062-14/+28
* Time for another release candidate.fergus.henderson2008-08-023-2/+75
* Add C++ version of the SystemIncludeDirectories test.fergus.henderson2008-08-021-32/+69
* Fix a TODO in compiler_defaults.py that was responsible for a bugfergus.henderson2008-08-021-2/+13
* Make the benchmarking script's stdout and stderr line buffered.fergus.henderson2008-08-021-0/+10
* Add a test of C++ compilation, and refactor the tests of Objective-Cfergus.henderson2008-08-021-30/+97
* Update a stale URL.fergus.henderson2008-08-011-1/+1
* Update ChangeLog again to catch the last few changes before distcc 3.0rc3.fergus.henderson2008-08-011-1/+20
* Increase MAX_COMPONENTS_IN_SERVER_ROOT from 10 to 20.fergus.henderson2008-08-011-1/+4
* List va_copy.h in HEADERS, so that it gets included in the source distribution.fergus.henderson2008-08-011-0/+1
* Bump version number to 3.0rc3, and update NEWS file and ChangeLog.fergus.henderson2008-07-313-2/+270
* Fix issue 10 <http://code.google.com/p/distcc/issues/detail?id=10>:fergus.henderson2008-07-312-4/+27
* Add a test case to test "-MT" and "-MF" without spaces after them.fergus.henderson2008-07-304-3/+29
* Fix some warnings with -Wcast-align that show up only on machinesfergus.henderson2008-07-304-18/+22
* Fix issue 13 <http://code.google.com/p/distcc/issues/detail?id=13>:fergus.henderson2008-07-301-1/+4
* Apply patch from e...@jessies.org infergus.henderson2008-07-302-2/+2
* In the Makefile, add a target for running a single test in pump mode.fergus.henderson2008-07-291-3/+11