| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix issue 104 <http://code.google.com/p/distcc/issues/detail?id=104>: | fergus.henderson@gmail.com | 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 | csilvers | 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 | csilvers | 2008-05-23 | 2 | -24/+25 |
* | Fix author lines. Also, add gpl text. | csilvers | 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. | csilvers | 2008-05-15 | 1 | -36/+58 |
* | The gdb tests was making two assumptions that the input was ELF, which | csilvers | 2008-05-15 | 1 | -10/+58 |
* | Replace an os.system calls ('rm -rf') with python (shutil.rmtree). | csilvers | 2008-05-14 | 1 | -3/+2 |
* | On some systems (FreeBSD), it looks like connect() can return EINVAL. | csilvers | 2008-05-13 | 1 | -1/+2 |
* | Two changes to robustify the unittests: | csilvers | 2008-05-13 | 1 | -3/+25 |
* | printenv doesn't exist on all systems. 'env' does, and does the same | csilvers | 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 | csilvers | 2008-05-11 | 1 | -12/+15 |
* | Speed-up integration/systems tests. | klarlund | 2008-05-09 | 1 | -5/+10 |
* | The DaemonBadPort test case was not passing in --allow, which is a new | csilvers | 2008-05-07 | 1 | -1/+2 |
* | Change Lsdistcc_Case to work on hosts for which 127.0.0.2 is not a loopback a... | fergus.henderson | 2008-05-02 | 1 | -5/+20 |
* | Fix EmptySource_Case test so that it passes with gcc 3.4.x. | fergus.henderson | 2008-05-02 | 1 | -4/+8 |
* | Remove .d test case for which gcc stumbles on Mac OS. | klarlund | 2008-05-02 | 1 | -1/+4 |
* | Four improvements to the test framework: | csilvers | 2008-05-02 | 1 | -29/+47 |
* | Rename directory testtmp to _testtmp in line with our current practice for | klarlund | 2008-04-18 | 1 | -1/+1 |
* | Fix-up test in regard to angle bracket includes of non-existent files in order | klarlund | 2008-04-18 | 1 | -1/+13 |
* | The first step of moving everything in the distcc directory to the top | csilvers | 2008-04-11 | 3 | -0/+2198 |