Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | Fix failing LEX/live.py because no return type was specified for main and ↵ | William Deegan | 2015-09-29 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | apple compiler/flex complains about it in stderr | |||||
* | | | | | | fix test which was verifying that PrintHelp wasn't in SCons.script because ↵ | William Deegan | 2015-09-29 | 1 | -1/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | at some point in the past there was such a function which was removed. Pull request #226 for bug #2831 restored/recreated a same named function and broke this test | |||||
* | | | | | | test for pull request #226 bug #2831 | William Deegan | 2015-09-29 | 1 | -0/+63 | |
| | | | | | | ||||||
* | | | | | | fix spelling mistakes found by debian lintian tool list here: ↵ | William Deegan | 2015-09-28 | 3 | -3/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | https://lintian.debian.org/full/debian@jff-webhosting.net.html#scons_2.3.6-1 | |||||
* | | | | | | Merged scons/scons into default | Florian Miedniak | 2015-09-23 | 5 | -102/+757 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Added test to verify InstallVersionLib available from DefaultEnvironment. | William Blevins | 2015-09-23 | 1 | -0/+8 | |
| | | | | | | | ||||||
| * | | | | | | correct logic in VersionedLib*.py tests | Pawel Tomulik | 2015-09-21 | 4 | -24/+34 | |
| | | | | | | | ||||||
| * | | | | | | add simple test for $__SHLIBVERSIONFLAGS | Pawel Tomulik | 2015-09-20 | 1 | -0/+59 | |
| | | | | | | | ||||||
| * | | | | | | cyglink: fix for shlib symlink not being cleaned correctly | Paweł Tomulik | 2015-09-20 | 1 | -6/+0 | |
| | | | | | | | ||||||
| * | | | | | | fix test/LINK/VersionedLib.py to convince sun studio compiler | Pawel Tomulik | 2015-09-20 | 1 | -9/+8 | |
| | | | | | | | ||||||
| * | | | | | | add tests to test/LINK/VersionedLib.py | Pawel Tomulik | 2015-09-20 | 1 | -117/+215 | |
| | | | | | | | ||||||
| * | | | | | | support for versioned libraries for sunlink | Pawel Tomulik | 2015-09-20 | 4 | -0/+38 | |
| | | | | | | | ||||||
| * | | | | | | reivised code, fixed cygwin/variant-dir issue, cleaned-up some areas | Pawel Tomulik | 2015-09-04 | 2 | -2/+159 | |
| | | | | | | | ||||||
| * | | | | | | new versioned libraries - gnulink and cyglink for now | Pawel Tomulik | 2015-09-02 | 3 | -7/+299 | |
| |/ / / / / | ||||||
* | | | | | | Fixed #3011: Glob() called with exclude didn't work when called from a ↵ | Florian Miedniak | 2015-09-22 | 1 | -0/+34 | |
|/ / / / / | | | | | | | | | | | | | | | | SConscript that is executed with variant_dir set and duplicate=0 | |||||
* | | | | | - fixed several tests and tools that still used Node attributes directly | Dirk Baechle | 2015-08-06 | 5 | -8/+8 | |
| | | | | | | | | | | | | | | | | | | | | (found by disabling the __getattr__ in Node/FS.py) | |||||
* | | | | | Merged in dirkbaechle/scons : switch of core classes to slots, memoizer ↵ | Dirk Baechle | 2015-08-06 | 9 | -40/+39 | |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | subsystem now uses decorators | |||||
| * | | | | | - switching Node class and NodeInfo/Binfo to using slots | Dirk Baechle | 2015-02-26 | 9 | -40/+39 | |
| | | | | | | | | | | | | | | | | | | | | | | | | - memoizer subsystem now uses decorators instead of the metaclass approach | |||||
* | | | | | | Add VS 2015 tests | Rob Smith | 2015-07-15 | 5 | -0/+541 | |
| | | | | | | ||||||
* | | | | | | rolling back unicode --tree=all patch | William Deegan | 2015-06-14 | 1 | -15/+0 | |
| | | | | | | ||||||
* | | | | | | Add test for UnicodeDecode failure | anatoly techtonik | 2015-05-26 | 1 | -0/+15 | |
| | | | | | | ||||||
* | | | | | | Glob exclude parameter can now be a string or a list of strings | Alexandre Feblot | 2015-04-29 | 1 | -2/+2 | |
| | | | | | | ||||||
* | | | | | | merge default | Alexandre Feblot | 2015-04-29 | 1 | -0/+79 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Add a test on basic PCH behavior: bulid a simple executable and a simple ↵pchdll | Alexandre Feblot | 2015-04-29 | 1 | -0/+79 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | shared lib | |||||
* | | | | | | | Additional Glob exlude tests | Alexandre Feblot | 2015-04-29 | 1 | -0/+4 | |
| | | | | | | | ||||||
* | | | | | | | Add an exclude parameter to Glob(), to allow excluding some elements ↵ | Alexandre Feblot | 2015-04-25 | 1 | -0/+82 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | matching the main pattern | |||||
* | | | | | | | Fix C typo error in a test | Alexandre Feblot | 2015-04-25 | 1 | -1/+1 | |
|/ / / / / / | ||||||
* | | | | | | Merged in williamblevins/scons_20150323 (pull request #229) | dirkbaechle | 2015-04-05 | 1 | -5/+8 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Updated debug-count test case. | |||||
| * | | | | | | Updated debug-count test case. | William Blevins | 2015-03-24 | 1 | -5/+8 | |
| |/ / / / / | | | | | | | | | | | | | | | | | | | Now tests against current interpreter vs default path option. | |||||
* | | | | | | Issue 2395: Symlink support hotfix. | William Blevins | 2015-03-24 | 1 | -6/+45 | |
|/ / / / / | | | | | | | | | | | | | | | | | | | | | Symlink contents now copied correctly with relative path when ( cwd != symlink directory ). | |||||
* | | | | | 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 | |
| | | | | | ||||||
* | | | | | 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 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. | |||||
* | | | | | Update Fortran tooling to support .f08 file extensions. | Russel Winder | 2015-01-07 | 7 | -0/+821 | |
| | | | | | ||||||
* | | | | | Check for the header file itself on not an associated executable. | Russel Winder | 2014-12-23 | 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 | |
| | | | | | ||||||
* | | | | | Hack the tests (in an agreed quasi-acceptable way) to avoid CI fails. | Russel Winder | 2014-12-21 | 10 | -0/+25 | |
| | | | | | ||||||
* | | | | | - fix: made the test for Interactive/configure self-contained, such that it ↵ | Dirk Baechle | 2014-09-28 | 1 | -17/+38 | |
| | | | | | | | | | | | | | | | | | | | | works on any platform | |||||
* | | | | | - fix for issue #2971 (Interactive build doesn't work anymore) | Dirk Baechle | 2014-09-27 | 1 | -0/+106 | |
| | | | | | ||||||
* | | | | | - fixed Java test for derived sources problem, now favouring skip() | Dirk Baechle | 2014-09-18 | 1 | -4/+4 | |
| | | | | | | | | | | | | | | | | | | | | over no_result() | |||||
* | | | | | 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 | |
| | | | | |