| Commit message (Expand) | Author | Age | Files | Lines |
| * | include_server python(3) readypython3 | clutton | 2016-04-14 | 3 | -3/+3 |
| * | distcc/test python(3) ready #174 | clutton | 2016-03-31 | 3 | -68/+66 |
| * | Ignore the common linux-gate.so warning in Gdb_Case | mandyke | 2014-07-28 | 1 | -0/+1 |
| * | Really ignore userconf in Gdb_Case | mandyke | 2014-07-28 | 1 | -9/+2 |
| * | Fix a bug where the BadLogFile_Case test was depending on gcc returning | fergus.henderson | 2014-02-27 | 1 | -2/+2 |
| * | Don't assume that gcc returns exit status 1 for invalid options, | fergus.henderson | 2014-02-27 | 1 | -2/+5 |
| * | Improve reliability of tests | mandyke | 2013-05-27 | 2 | -54/+27 |
| * | Work-around for multiarch portability of SystemIncludeDirectories_Case | mandyke | 2013-05-08 | 1 | -1/+5 |
| * | Fix issue 104 <http://code.google.com/p/distcc/issues/detail?id=104>: | fergus.henderson | 2012-04-09 | 1 | -3/+9 |
| * | Apply patch from Ihor Kaharlichenko <madkinder> to fix issue 81 | fergus.henderson | 2011-06-28 | 1 | -2/+1 |
| * | Fix a syntax error in my last change. | fergus.henderson | 2011-04-06 | 1 | -2/+2 |
| * | Fix some issues that caused the gdb-related tests to fail: | fergus.henderson | 2011-04-06 | 1 | -5/+11 |
| * | Fix for <http://code.google.com/p/distcc/issues/detail?id=61> | fergus.henderson | 2010-11-16 | 1 | -2/+13 |
| * | Fix failures of the Gdb_* test cases: | fergus.henderson | 2010-09-10 | 1 | -7/+19 |
| * | Apply slightly cleaned up version of patch from perezdiez@gmail.com | fergus.henderson | 2010-03-02 | 1 | -2/+3 |
| * | Apply patch from madkinder: use #include rather than #import in C++ test case. | fergus.henderson | 2010-02-18 | 1 | -2/+2 |
| * | Change the PreprocessAsm_Case so that it reports NOTRUN | fergus.henderson | 2010-02-18 | 1 | -1/+3 |
| * | Pass "-c" to gcc for the Dotd_Case tests. | fergus.henderson | 2009-07-24 | 1 | -1/+1 |
| * | Define a GNU-compatible getline() implementation, | fergus.henderson | 2009-07-24 | 1 | -0/+37 |
| * | Fix a distcc test that was failing on modern kernels: | fergus.henderson | 2009-04-10 | 1 | -7/+10 |
| * | A fix for distcc issue 44 "Failed tests on make check (gentoo gcc-4.3.3)" | fergus.henderson | 2009-04-10 | 1 | -1/+1 |
| * | Fix issue 35 <http://code.google.com/p/distcc/issues/detail?id=35>. | fergus.henderson | 2009-01-30 | 1 | -0/+64 |
| * | Portability fix: the CPlusPlus_SystemIncludeDirectories_Case | fergus.henderson | 2009-01-05 | 1 | -2/+6 |
| * | Provides a simple shell API to the include server: | fergus.henderson | 2008-09-11 | 1 | -0/+52 |
| * | Add C++ version of the SystemIncludeDirectories test. | fergus.henderson | 2008-08-02 | 1 | -32/+69 |
| * | Add a test of C++ compilation, and refactor the tests of Objective-C | fergus.henderson | 2008-08-02 | 1 | -30/+97 |
| * | Add a test case to test "-MT" and "-MF" without spaces after them. | fergus.henderson | 2008-07-30 | 1 | -1/+22 |
| * | This is based on klarlund's original version of this patch (klarlund/d3b3): | fergus.henderson | 2008-07-29 | 1 | -4/+24 |
| * | While testdistcc.py tries to use port 42000 to communicate, if it | Craig Silverstein | 2008-06-10 | 1 | -6/+6 |
| * | lsdistcc should print non-default port numbers. | zhanglei | 2008-06-09 | 1 | -9/+14 |
| * | Tidy-up testing framework to overcome recently introduced bug. | klarlund | 2008-05-31 | 2 | -51/+88 |
| * | Normalize the copyright text, to the latest version of the GPLv2 text | Craig Silverstein | 2008-05-23 | 2 | -24/+25 |
| * | Fix author lines. Also, add gpl text. | Craig Silverstein | 2008-05-23 | 1 | -2/+17 |
| * | Disable the Gdb_Case test in non-pump mode when using gcc versions | fergus.henderson | 2008-05-21 | 1 | -2/+11 |
| * | Disable some tests that were failing if you don't have a C++ compiler | fergus.henderson | 2008-05-21 | 1 | -8/+29 |
| * | Re-enable Objective C and Objective C++ support. | fergus.henderson | 2008-05-20 | 1 | -6/+20 |
| * | Disable part of the DashWpMD_Case test, because it doesn't pass :-( | fergus.henderson | 2008-05-20 | 1 | -1/+6 |
| * | Improve assert message. | klarlund | 2008-05-20 | 1 | -1/+1 |
| * | Add 'DashWpMD_Case' to the list of test cases that actually get run. | fergus.henderson | 2008-05-19 | 1 | -0/+1 |
| * | Fix a typo: s/ddc_/dcc_/ | fergus.henderson | 2008-05-17 | 1 | -3/+3 |
| * | Handle '-Wp,-MD,<dotdfile>' option. | fergus.henderson | 2008-05-16 | 1 | -0/+15 |
| * | Modifications to the pump and test framework for cygwin. | Craig Silverstein | 2008-05-15 | 1 | -36/+58 |
| * | The gdb tests was making two assumptions that the input was ELF, which | Craig Silverstein | 2008-05-15 | 1 | -10/+58 |
| * | Replace an os.system calls ('rm -rf') with python (shutil.rmtree). | Craig Silverstein | 2008-05-14 | 1 | -3/+2 |
| * | On some systems (FreeBSD), it looks like connect() can return EINVAL. | Craig Silverstein | 2008-05-13 | 1 | -1/+2 |
| * | Two changes to robustify the unittests: | Craig Silverstein | 2008-05-13 | 1 | -3/+25 |
| * | printenv doesn't exist on all systems. 'env' does, and does the same | Craig Silverstein | 2008-05-13 | 1 | -2/+2 |
| * | Handle gcc's "-MF" option in the include server. | fergus.henderson | 2008-05-12 | 1 | -0/+1 |
| * | Annoyingly, different versions of gcc are inconsistent in how they | Craig Silverstein | 2008-05-11 | 1 | -12/+15 |
| * | Speed-up integration/systems tests. | klarlund | 2008-05-09 | 1 | -5/+10 |