| Commit message (Expand) | Author | Age | Files | Lines |
* | change test to skip initializing any tools in DefaulEnvironment. Should speed... | William Deegan | 2018-05-11 | 1 | -0/+10 |
|
|
* | Change bug references from tigris -> github | Mats Wichmann | 2018-04-24 | 4 | -4/+4 |
|
|
* | fix for issue 3042, Jar method was not respecting variant dirs when using os.... | Daniel Moody | 2018-02-11 | 1 | -3/+4 |
|
|
* | updated jar to handle directories better, JarClassFile build doesnt return an... | Daniel Moody | 2017-12-03 | 1 | -1/+141 |
|
|
* | updated jar.py to handle nodes and varanit dirs better, added test for nodes ... | Daniel Moody | 2017-12-03 | 1 | -5/+9 |
|
|
* | updated Jar builder to flatten source list, and added test for embedded sources | Daniel Moody | 2017-11-19 | 1 | -0/+87 |
|
|
* | Added Jar test to check if multiple targets can be passed. | Daniel Moody | 2017-11-14 | 1 | -8/+29 |
|
|
* | updated the JAR test to test that the java source files were actually compile... | Daniel Moody | 2017-10-26 | 2 | -5/+21 |
|
|
* | added test to JAR to also check the case that java source files are passed di... | Daniel Moody | 2017-10-10 | 1 | -0/+62 |
|
|
* | fix to run on mac. explicitly request swig tool | William Deegan | 2017-04-01 | 1 | -1/+1 |
|
|
* | py2/3 must_match mode='r' changes | William Deegan | 2017-03-13 | 4 | -15/+15 |
|
|
* | swap using wrapper.py fixture to wrapper_with_args.py. The fixture swap misse... | William Deegan | 2017-03-13 | 4 | -20/+23 |
|
|
* | Replace list(filter()) with list comprehension. | Craig Rodrigues | 2017-03-11 | 3 | -3/+3 |
|
|
* | Moved common my<xxx>.py functions to global fixture and resolve byte/str. | William Blevins | 2016-10-03 | 8 | -117/+16 |
|
|
* | Updating tests to use fixture wrapper.py. | William Blevins | 2016-09-24 | 3 | -18/+3 |
|
|
* | Merge in default. | Russel Winder | 2016-01-19 | 3 | -2/+19 |
|\ |
|
| * | added comment per William Blevins comment on pull request to indicate why we'... | William Deegan | 2016-01-17 | 3 | -0/+9 |
|
|
| * | changes to skip tests on ubuntu-next when gcj and not real java, and also whe... | William Deegan | 2016-01-17 | 3 | -2/+10 |
|
|
* | | Post merge commit for safety. Building Fortran code works, but tests fail. | Russel Winder | 2015-12-24 | 1 | -4/+4 |
|\ \
| |/ |
|
| * | - fixed Java test for derived sources problem, now favouring skip() | Dirk Baechle | 2014-09-18 | 1 | -4/+4 |
|
|
* | | Merged default branch into python3-port to keep it up to date. | Gary Oberbrunner | 2014-08-23 | 2 | -36/+177 |
|\ \
| |/ |
|
| * | - several smaller fixes to get the Linux buildslaves green again | Dirk Baechle | 2014-08-07 | 1 | -36/+53 |
|
|
| * | Skipping Java DerivedSourceTest for now until underlying issue is fixed. | Gary Oberbrunner | 2014-07-20 | 1 | -0/+4 |
|
|
| * | Merging in pull request #152 from William Blevins (Java test) | Gary Oberbrunner | 2014-07-20 | 1 | -0/+120 |
| |\ |
|
| | * | Issue 1771/2931: Added no_result check for tools to validate initial test con... | William Blevins | 2014-07-18 | 1 | -0/+4 |
|
|
| | * | Updated DerivedSourceTest.py to test against a dependency tree. | William Blevins | 2014-07-16 | 1 | -1/+20 |
|
|
| | * | Set default toolchain. | William Blevins | 2014-07-13 | 1 | -3/+3 |
|
|
| | * | Added a high-level test for issue 1771/2931. | William Blevins | 2014-07-12 | 1 | -0/+97 |
| |/ |
|
* | | Made former 2to3 changes Python 2.7 compatible (or removed unneeded changes). | Stefan Zimmermann | 2014-03-31 | 1 | -0/+1 |
|
|
* | | Result of raw 2to3 run (2to3-2.7); checkpoint for python3 conversion. | Gary Oberbrunner | 2013-09-22 | 1 | -1/+1 |
|/ |
|
* | Changes for issue #2730: | Dirk Baechle | 2011-07-07 | 2 | -0/+175 |
|
|
* | http://scons.tigris.org/issues/show_bug.cgi?id=2345 | Greg Noel | 2010-04-24 | 3 | -6/+0 |
|
|
* | Replace remaining os.path.walk() calls with os.walk(). | Steven Knight | 2010-04-18 | 3 | -33/+3 |
|
|
* | Move 2.0 changes collected in branches/pending back to trunk for further | Greg Noel | 2010-03-25 | 18 | -39/+30 |
|
|
* | Remove unnecessary imports to avoid javac warnings. | Steven Knight | 2010-01-01 | 1 | -13/+5 |
|
|
* | Define "static final long serialVersionUID" in java classes in | Steven Knight | 2010-01-01 | 1 | -0/+8 |
|
|
* | Add a missing test.pass_test() line to test/Java nested-classes.py. | Steven Knight | 2009-03-18 | 1 | -0/+2 |
|
|
* | Remove more unnecessary imports from test scripts. | Steven Knight | 2009-02-11 | 3 | -3/+1 |
|
|
* | Add emacs and vim editing settings to the bottom of *.py files. | Steven Knight | 2009-02-09 | 26 | -0/+156 |
|
|
* | Remove (lots) more unnecessary imports. | Steven Knight | 2009-02-06 | 9 | -15/+10 |
|
|
* | Commonize new string-search-in-output methods: | Steven Knight | 2009-02-06 | 1 | -16/+2 |
|
|
* | Issue 2087: Handle Java classes declared in methods | Ludwig Hähne | 2008-10-31 | 1 | -0/+103 |
|
|
* | Issue 2168: Mac OS X fixes for SWIG tests. (Greg Noel) | Steven Knight | 2008-08-26 | 1 | -2/+2 |
|
|
* | Merged revisions 2725-2865 via svnmerge from | Steven Knight | 2008-04-17 | 1 | -1/+1 |
|
|
* | Merged revisions 2647-2719 via svnmerge from | Steven Knight | 2008-03-31 | 2 | -5/+9 |
|
|
* | Merged revisions 2527-2645 via svnmerge from | Steven Knight | 2008-02-04 | 18 | -227/+205 |
|
|
* | Merged revisions 2302-2362,2364-2452 via svnmerge from | Steven Knight | 2007-09-19 | 3 | -6/+143 |
|
|
* | Merged revisions 2136-2200,2202-2290,2292-2301 via svnmerge from | Steven Knight | 2007-08-17 | 11 | -67/+1280 |
|
|
* | Merged revisions 1502-1677,1679-1682,1684-1918,1920-1968,1970-2116,2118-2125,... | Steven Knight | 2007-07-15 | 1 | -1/+1 |
|
|
* | Merged revisions 2121-2135 via svnmerge from | Steven Knight | 2007-07-14 | 3 | -3/+712 |
|
|