summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove excess blank lines.Russel Winder2014-12-221-2/+0
|
* Replace UNIX specific code with cross-platform code.Russel Winder2014-12-221-2/+2
|
* Putative fix for the CI problem perceived to be due to 32-bit platform.Russel Winder2014-12-221-0/+4
|
* Putative solution to lakc of ncurses on one of the CI machines.Russel Winder2014-12-221-1/+4
|
* Putative hack for the Fedora library misnaming.Russel Winder2014-12-211-0/+3
|
* Hack the tests (in an agreed quasi-acceptable way) to avoid CI fails.Russel Winder2014-12-2111-1/+26
|
* Correct a spelling error, should fix one of the test fails.Russel Winder2014-12-211-1/+1
|
* Merged in dirkbaechle/scons (pull request #189)dirkbaechle2014-12-211-17/+38
|\ | | | | | | Fix for Interactive/configure test (fails under Windows currently)
| * - fix: made the test for Interactive/configure self-contained, such that it ↵Dirk Baechle2014-09-281-17/+38
| | | | | | | | works on any platform
* | - fixed typo, which would use the wrong attributeDirk Baechle2014-12-201-12/+3
| |
* | - switching versioned shared libs to using Node.attributesDirk Baechle2014-12-193-18/+53
| |
* | TempFileMunge does not use env['CXXCOMSTR'] for output display.LaurentMarchelli2014-12-026-14/+19
| |
* | Using setattr(Node.attributes, 'tempfile_cmdlist', cmdlist) instead than ↵LaurentMarchelli2014-11-272-14/+20
| | | | | | | | setattr(TList, 'tempfile_cmdlist', cmdlist)
* | TempFileMunge duplicate output and duplicate temporary file generation bug ↵LaurentMarchelli2014-11-262-1/+43
| | | | | | | | fixed.
* | - added latest contributors to CHANGES.txtDirk Baechle2014-11-141-0/+6
| |
* | also set soname on sunosAlexandre Feblot2014-11-121-0/+5
| |
* | merge from mainlaineAlexandre Feblot2014-11-1216-37/+279
|\ \
| * | Unary tests ready for review.MorpheusDev2014-11-071-0/+79
| | |
| * | Dumb error fixed.Laurent Marchelli2014-11-051-1/+1
| | |
| * | Multiple 'cmdargs' feature added to allow a per variant cmdargs, to be able ↵MorpheusDev2014-10-271-4/+12
| | | | | | | | | | | | to insert different parameters between Debug and Release.
| * | updated CHANGES.txtDirk Baechle2014-10-221-0/+3
| | |
| * | Issue 2978: remove debug lineDan Pidcock2014-10-201-1/+0
| | |
| * | Issue 2978: Update tests for toolset support in VS project filesDan Pidcock2014-10-151-0/+2
| | |
| * | Support toolset in VS project files so that displayed version of visual ↵Dan Pidcock2014-10-151-0/+6
| | | | | | | | | | | | studio matches the one that will be used
| * | Merged in jamessan/scons (pull request #184), support for -isystem in ParseFlagsDirk Baechle2014-10-013-7/+14
| |\ \ | | |/ | |/|
| | * Support -isystem in ParseFlagsJames McCoy2014-09-152-3/+12
| | | | | | | | | | | | | | | | | | The -isystem flag specifies an include directory that is afforded the same special treatment (e.g., suppression of warnings) as the typical system include directories.
| * | Put default branch back to develop mode, post 2.3.4.Gary Oberbrunner2014-09-276-19/+80
| | |
| * | Update CHANGES, Release and Announce prior to 2.3.4 release.Gary Oberbrunner2014-09-273-61/+14
| | |
| * | Release fixes: README.rst python version, and some auto version numbering.Gary Oberbrunner2014-09-272-13/+18
| | |
| * | Updated CHANGES.txt: recent D tool fixesGary Oberbrunner2014-09-271-0/+3
| | |
| * | Fix change log from prev commit.Gary Oberbrunner2014-09-271-3/+0
| | |
| * | Split __VERSION__ string in EnsureSConsVersion to avoid replacementanatoly techtonik2014-09-262-1/+7
| | | | | | | | | | | | | | | during package build process. This fixes SCons warning that it runs in development mode.
| * | - fix for issue #2971 (Interactive build doesn't work anymore)Dirk Baechle2014-09-273-4/+117
| | |
* | | Attempt to fix versionned shared library on SolarisAlexandre Feblot2014-09-213-4/+4
|/ /
* | - fixed Java test for derived sources problem, now favouring skip()Dirk Baechle2014-09-181-4/+4
| | | | | | | | over no_result()
* | And all the rest of the {} in format strings made Python 2.6 compatible.Russel Winder2014-09-157-7/+7
| |
* | Make the format method work on Python 2.6 as well as later versions.Russel Winder2014-09-154-8/+8
| |
* | Merge unexpected extra head.Russel Winder2014-09-140-0/+0
|\ \
| * | Remove the incorrect Windows type label.Russel Winder2014-09-141-1/+1
| | |
* | | Refactoring and amendment to ensure correct behaviour of D tool shared ↵Russel Winder2014-09-143-18/+25
|/ / | | | | | | library tests on OSX.
* | Merge in from mainline.Russel Winder2014-09-120-0/+0
|\ \ | |/
| * Merged in russel/scons (pull request #182), various fixes for the D tools ↵Dirk Baechle2014-09-1227-36/+302
| |\ | | | | | | | | | and their tests
* | \ Commit merge issues.Russel Winder2014-09-1117-3/+17
|\ \ \ | |/ / | | / | |/ |/|
| * - additional fixes to get all tests pass on the Fedora20 boxDirk Baechle2014-09-062-3/+2
| |
| * - added import of libxslt binding to DocBook testsDirk Baechle2014-08-3115-0/+15
| |
* | Deal better with the discovery of a suitable D compiler executable.Russel Winder2014-09-066-10/+56
| |
* | Amend the executable search support function to use the default SCons path only.Russel Winder2014-09-061-8/+29
| |
* | The tests for the changes already commited to the tools for dealing with ↵Russel Winder2014-09-058-0/+205
| | | | | | | | shared libraries.
* | Remove the setting of the ENV property to os.environ.Russel Winder2014-09-0515-18/+12
|/
* Merged in williamblevins/scons4 (pull request #180, issue 2935)Gary Oberbrunner2014-08-312-4/+12
|\