| Commit message (Expand) | Author | Age | Files | Lines |
* | Commit reconciled merge. | Russel Winder | 2015-02-21 | 1 | -2/+2 |
|\ |
|
| * | Fix failing D tests which were checking for architecture to determine bit'nes... | William Deegan | 2015-02-20 | 1 | -2/+2 |
|
|
* | | Putative fix for the D/MixedDAndC test fail. | Russel Winder | 2015-02-21 | 1 | -2/+2 |
|/ |
|
* | Fix issue found by test/Configure/Streamer1.py failing on win32 per discussio... | William Deegan | 2015-02-19 | 1 | -4/+2 |
|
|
* | added SDK 7.1 and 7.0A logic. Needs to be tested on systems with 7.0A install... | William Deegan | 2015-02-18 | 1 | -2/+25 |
|
|
* | fix test/site_scons/override.py which was failing only on Win32. loading the ... | William Deegan | 2015-02-17 | 1 | -1/+1 |
|
|
* | Change to use function to determine if it'sa windows platform. checking for w... | bdbaddog | 2015-02-16 | 1 | -4/+10 |
|
|
* | monkey patch the get_build_version() function in distutils msvccompiler.py be... | William Deegan | 2015-02-15 | 1 | -0/+10 |
|
|
* | Always build 32 and 64 bit versions of the windows installer. No reason to on... | William Deegan | 2015-02-15 | 1 | -9/+12 |
|
|
* | SConstruct: Compress SCons .zip archives | anatoly techtonik | 2015-02-03 | 1 | -2/+3 |
|
|
* | Merged in klimkin/scons (pull request #205) | dirkbaechle | 2015-02-02 | 2 | -11/+49 |
|\ |
|
| * | Add comment for a case where LIBS (or part of it) is an object | Alexey Klimkin | 2015-01-27 | 1 | -0/+1 |
|
|
| * | Improve readability of LIB substitution code | Alexey Klimkin | 2015-01-20 | 2 | -16/+17 |
|
|
| * | Fix incomplete LIBS flattening and substitution in Program scanner | Alexey Klimkin | 2015-01-14 | 2 | -3/+39 |
|
|
* | | - providing MAN page stubs when not all doc packages for the packaging proces... | Dirk Baechle | 2015-01-18 | 4 | -6/+44 |
|
|
* | | doc/SConscript: Fix build crash when XML toolchain is not installed | anatoly techtonik | 2015-01-11 | 1 | -26/+29 |
|
|
* | | SConsDoc.py: Calling sys.exit(-1) in imported library is bad, because | anatoly techtonik | 2015-01-11 | 1 | -4/+2 |
|/ |
|
* | Merged in dirkbaechle/scons (pull request #193), new method rentry_exists_on_... | Dirk Baechle | 2015-01-11 | 2 | -0/+59 |
|\ |
|
| * | - added new method rentry_exists_on_disk (check for physical files/dirs) | Dirk Baechle | 2014-11-05 | 2 | -0/+59 |
|
|
* | | Merged in russel/scons (pull request #203), update Fortran tooling to support... | Dirk Baechle | 2015-01-10 | 16 | -37/+1553 |
|\ \ |
|
| * | | Update Fortran tooling to support .f08 file extensions. | Russel Winder | 2015-01-07 | 12 | -1/+1215 |
|
|
* | | | Update CHANGES.txt for --config improvement | anatoly techtonik | 2014-12-29 | 1 | -0/+3 |
|
|
* | | | Improve invalid --config value handling for multiple choices: | anatoly techtonik | 2014-12-28 | 1 | -8/+8 |
|/ / |
|
* | | Check for the header file itself on not an associated executable. | Russel Winder | 2014-12-23 | 1 | -1/+1 |
|
|
* | | 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 |
| |\ \
| | |/
| |/| |
|