| Commit message (Expand) | Author | Age | Files | Lines |
* | Cover all cases of badly named LDC phobos library, not just 64-bit. | Russel Winder | 2014-12-22 | 1 | -1/+1 |
|
|
* | Remove excess blank lines. | Russel Winder | 2014-12-22 | 1 | -2/+0 |
|
|
* | Replace UNIX specific code with cross-platform code. | Russel Winder | 2014-12-22 | 1 | -2/+2 |
|
|
* | Putative fix for the CI problem perceived to be due to 32-bit platform. | Russel Winder | 2014-12-22 | 1 | -0/+4 |
|
|
* | Putative solution to lakc of ncurses on one of the CI machines. | Russel Winder | 2014-12-22 | 1 | -1/+4 |
|
|
* | Putative hack for the Fedora library misnaming. | Russel Winder | 2014-12-21 | 1 | -0/+3 |
|
|
* | Hack the tests (in an agreed quasi-acceptable way) to avoid CI fails. | Russel Winder | 2014-12-21 | 11 | -1/+26 |
|
|
* | Correct a spelling error, should fix one of the test fails. | Russel Winder | 2014-12-21 | 1 | -1/+1 |
|
|
* | Merged in dirkbaechle/scons (pull request #189) | dirkbaechle | 2014-12-21 | 1 | -17/+38 |
|\ |
|
| * | - fix: made the test for Interactive/configure self-contained, such that it w... | Dirk Baechle | 2014-09-28 | 1 | -17/+38 |
|
|
* | | - fixed typo, which would use the wrong attribute | Dirk Baechle | 2014-12-20 | 1 | -12/+3 |
|
|
* | | - switching versioned shared libs to using Node.attributes | Dirk Baechle | 2014-12-19 | 3 | -18/+53 |
|
|
* | | TempFileMunge does not use env['CXXCOMSTR'] for output display. | LaurentMarchelli | 2014-12-02 | 6 | -14/+19 |
|
|
* | | Using setattr(Node.attributes, 'tempfile_cmdlist', cmdlist) instead than seta... | LaurentMarchelli | 2014-11-27 | 2 | -14/+20 |
|
|
* | | TempFileMunge duplicate output and duplicate temporary file generation bug fi... | LaurentMarchelli | 2014-11-26 | 2 | -1/+43 |
|
|
* | | - added latest contributors to CHANGES.txt | Dirk Baechle | 2014-11-14 | 1 | -0/+6 |
|
|
* | | also set soname on sunos | Alexandre Feblot | 2014-11-12 | 1 | -0/+5 |
|
|
* | | merge from mainlaine | Alexandre Feblot | 2014-11-12 | 16 | -37/+279 |
|\ \ |
|
| * | | Unary tests ready for review. | MorpheusDev | 2014-11-07 | 1 | -0/+79 |
|
|
| * | | Dumb error fixed. | Laurent Marchelli | 2014-11-05 | 1 | -1/+1 |
|
|
| * | | Multiple 'cmdargs' feature added to allow a per variant cmdargs, to be able t... | MorpheusDev | 2014-10-27 | 1 | -4/+12 |
|
|
| * | | updated CHANGES.txt | Dirk Baechle | 2014-10-22 | 1 | -0/+3 |
|
|
| * | | Issue 2978: remove debug line | Dan Pidcock | 2014-10-20 | 1 | -1/+0 |
|
|
| * | | Issue 2978: Update tests for toolset support in VS project files | Dan Pidcock | 2014-10-15 | 1 | -0/+2 |
|
|
| * | | Support toolset in VS project files so that displayed version of visual studi... | Dan Pidcock | 2014-10-15 | 1 | -0/+6 |
|
|
| * | | Merged in jamessan/scons (pull request #184), support for -isystem in ParseFlags | Dirk Baechle | 2014-10-01 | 3 | -7/+14 |
| |\ \
| | |/
| |/| |
|
| | * | Support -isystem in ParseFlags | James McCoy | 2014-09-15 | 2 | -3/+12 |
|
|
| * | | Put default branch back to develop mode, post 2.3.4. | Gary Oberbrunner | 2014-09-27 | 6 | -19/+80 |
|
|
| * | | Update CHANGES, Release and Announce prior to 2.3.4 release. | Gary Oberbrunner | 2014-09-27 | 3 | -61/+14 |
|
|
| * | | Release fixes: README.rst python version, and some auto version numbering. | Gary Oberbrunner | 2014-09-27 | 2 | -13/+18 |
|
|
| * | | Updated CHANGES.txt: recent D tool fixes | Gary Oberbrunner | 2014-09-27 | 1 | -0/+3 |
|
|
| * | | Fix change log from prev commit. | Gary Oberbrunner | 2014-09-27 | 1 | -3/+0 |
|
|
| * | | Split __VERSION__ string in EnsureSConsVersion to avoid replacement | anatoly techtonik | 2014-09-26 | 2 | -1/+7 |
|
|
| * | | - fix for issue #2971 (Interactive build doesn't work anymore) | Dirk Baechle | 2014-09-27 | 3 | -4/+117 |
|
|
* | | | Attempt to fix versionned shared library on Solaris | Alexandre Feblot | 2014-09-21 | 3 | -4/+4 |
|/ / |
|
* | | - fixed Java test for derived sources problem, now favouring skip() | Dirk Baechle | 2014-09-18 | 1 | -4/+4 |
|
|
* | | And all the rest of the {} in format strings made Python 2.6 compatible. | Russel Winder | 2014-09-15 | 7 | -7/+7 |
|
|
* | | Make the format method work on Python 2.6 as well as later versions. | Russel Winder | 2014-09-15 | 4 | -8/+8 |
|
|
* | | Merge unexpected extra head. | Russel Winder | 2014-09-14 | 0 | -0/+0 |
|\ \ |
|
| * | | Remove the incorrect Windows type label. | Russel Winder | 2014-09-14 | 1 | -1/+1 |
|
|
* | | | Refactoring and amendment to ensure correct behaviour of D tool shared librar... | Russel Winder | 2014-09-14 | 3 | -18/+25 |
|/ / |
|
* | | Merge in from mainline. | Russel Winder | 2014-09-12 | 0 | -0/+0 |
|\ \
| |/ |
|
| * | Merged in russel/scons (pull request #182), various fixes for the D tools and... | Dirk Baechle | 2014-09-12 | 27 | -36/+302 |
| |\ |
|
* | \ | Commit merge issues. | Russel Winder | 2014-09-11 | 17 | -3/+17 |
|\ \ \
| |/ /
| | /
| |/
|/| |
|
| * | - additional fixes to get all tests pass on the Fedora20 box | Dirk Baechle | 2014-09-06 | 2 | -3/+2 |
|
|
| * | - added import of libxslt binding to DocBook tests | Dirk Baechle | 2014-08-31 | 15 | -0/+15 |
|
|
* | | Deal better with the discovery of a suitable D compiler executable. | Russel Winder | 2014-09-06 | 6 | -10/+56 |
|
|
* | | Amend the executable search support function to use the default SCons path only. | Russel Winder | 2014-09-06 | 1 | -8/+29 |
|
|
* | | The tests for the changes already commited to the tools for dealing with shar... | Russel Winder | 2014-09-05 | 8 | -0/+205 |
|
|
* | | Remove the setting of the ENV property to os.environ. | Russel Winder | 2014-09-05 | 15 | -18/+12 |
|/ |
|