Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - replaced wrong Node attribute with its new nameswitch_to_slots | Dirk Baechle | 2015-03-28 | 1 | -1/+1 |
| | |||||
* | - added backward compatibility layer for the Node attributes abspath, labspath, | Dirk Baechle | 2015-03-28 | 1 | -53/+84 |
| | | | | path, tpath and path_elements | ||||
* | null change to test new buildbot server | William Deegan | 2015-03-14 | 1 | -1/+0 |
| | |||||
* | null change to test new buildbot server | William Deegan | 2015-03-14 | 1 | -0/+1 |
| | |||||
* | dummy change to test buildbot changes | William Deegan | 2015-02-28 | 1 | -1/+0 |
| | |||||
* | dummy change to test buildbot changes | William Deegan | 2015-02-28 | 1 | -0/+1 |
| | |||||
* | dummy change to debug issue with buildbot and branches | William Deegan | 2015-02-27 | 1 | -1/+0 |
| | |||||
* | dummy change to debug issue with buildbot and branches | William Deegan | 2015-02-27 | 1 | -0/+1 |
| | |||||
* | - switching Node class and NodeInfo/Binfo to using slots | Dirk Baechle | 2015-02-26 | 51 | -809/+1473 |
| | | | | - memoizer subsystem now uses decorators instead of the metaclass approach | ||||
* | Starting 'switch_to_slots' branch | Dirk Baechle | 2015-02-26 | 0 | -0/+0 |
| | |||||
* | Merged in dirkbaechle/scons (pull request #208) | William Deegan | 2015-02-25 | 5 | -43/+28 |
|\ | | | | | | | A few simple refactorings and optimizations | ||||
| * | - a few simple refactorings and optimizations | Dirk Baechle | 2015-02-04 | 5 | -43/+28 |
| | | |||||
* | | remove forced 64 bit compilation. This should clear up build failures. ↵ | William Deegan | 2015-02-21 | 2 | -6/+15 |
| | | | | | | | | Russel mentioned there was some issue causing him to add this logic. If the issue resurfaces, then we'll see if we can handle the corner case in more general fashion | ||||
* | | Test for tigris bug 2944. DFLAGS changes not causing rebuild | William Deegan | 2015-02-22 | 1 | -0/+23 |
| | | |||||
* | | Test for tigris bug 2944. DFLAGS changes not causing rebuild | William Deegan | 2015-02-22 | 2 | -0/+22 |
| | | |||||
* | | Remove some dollar-parentheses. No effect on extant tests, appears to fix ↵ | Russel Winder | 2015-02-22 | 3 | -18/+18 |
| | | | | | | | | Issue 2994. | ||||
* | | Putative fix for the ongoing D tool test fail on Debian 7 CI. | Russel Winder | 2015-02-22 | 1 | -2/+3 |
| | | |||||
* | | Commit reconciled merge. | Russel Winder | 2015-02-21 | 1 | -2/+2 |
|\ \ | |||||
| * | | Fix failing D tests which were checking for architecture to determine ↵ | William Deegan | 2015-02-20 | 1 | -2/+2 |
| | | | | | | | | | | | | bit'ness instead of using platform.architecture() to check for 32bit | ||||
* | | | 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 ↵ | William Deegan | 2015-02-19 | 1 | -4/+2 |
| | | | | | | | | discussion with Pawel Tomulik. Any typeerror will be handled by trying str.decode() | ||||
* | | added SDK 7.1 and 7.0A logic. Needs to be tested on systems with 7.0A ↵ | William Deegan | 2015-02-18 | 1 | -2/+25 |
| | | | | | | | | installed. Also fixed some error messages when not finding requested SDK's. Previously would throw an exception | ||||
* | | fix test/site_scons/override.py which was failing only on Win32. loading the ↵ | William Deegan | 2015-02-17 | 1 | -1/+1 |
| | | | | | | | | m4 tool was excluded in src/engine/SCons/Tool/__init__.py in tool_list(). So I've explicitly created the Environment() loading only the m4 tool. This test is checking to see if a tool in site_scons/site_tools would override the default logic. | ||||
* | | Change to use function to determine if it'sa windows platform. checking for ↵ | bdbaddog | 2015-02-16 | 1 | -4/+10 |
| | | | | | | | | win32 was insufficient on 64 bit windows which distutils sets the platform to win-amd64 | ||||
* | | monkey patch the get_build_version() function in distutils msvccompiler.py ↵ | William Deegan | 2015-02-15 | 1 | -0/+10 |
| | | | | | | | | because if it's being run on a non-windows platform it always defaults to use msvc version 6, which doesn't provide a 64 bit installer boilerplate. Switching to 9 should work with python 2.7.x | ||||
* | | Always build 32 and 64 bit versions of the windows installer. No reason to ↵ | William Deegan | 2015-02-15 | 1 | -9/+12 |
|/ | | | | only build the native version since python can build both regardless of currrent platform | ||||
* | SConstruct: Compress SCons .zip archives | anatoly techtonik | 2015-02-03 | 1 | -2/+3 |
| | | | | | See https://pairlist2.pair.net/pipermail/scons-dev/2015-January/002151.html | ||||
* | Merged in klimkin/scons (pull request #205) | dirkbaechle | 2015-02-02 | 2 | -11/+49 |
|\ | | | | | | | Fix incomplete LIBS flattening and substitution in Program scanner | ||||
| * | 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 ↵ | Dirk Baechle | 2015-01-18 | 4 | -6/+44 |
| | | | | | | | | | | | | process are installed - fixed refmiscinfo for MAN pages | ||||
* | | doc/SConscript: Fix build crash when XML toolchain is not installed | anatoly techtonik | 2015-01-11 | 1 | -26/+29 |
| | | | | | | | | by intercepting previously added ImportError from SConsDoc | ||||
* | | SConsDoc.py: Calling sys.exit(-1) in imported library is bad, because | anatoly techtonik | 2015-01-11 | 1 | -4/+2 |
|/ | | | | it removes the trace who and when imported it. | ||||
* | Merged in dirkbaechle/scons (pull request #193), new method ↵ | Dirk Baechle | 2015-01-11 | 2 | -0/+59 |
|\ | | | | | | | rentry_exists_on_disk | ||||
| * | - 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 ↵ | Dirk Baechle | 2015-01-10 | 16 | -37/+1553 |
|\ \ | | | | | | | | | | support .f08 file extensions" | ||||
| * | | 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 |
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | Changes output of `scons --config` from: usage: scons [OPTION] [TARGET] ... SCons Error: --config option requires an argument To: usage: scons [OPTION] [TARGET] ... SCons Error: --config option requires an argument (choose from auto, force, cache) | ||||
* | | 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 for Interactive/configure test (fails under Windows currently) |