| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fixed Fortran tests which were throughing missing include directory warning. | William Blevins | 2016-05-15 | 4 | -4/+16 |
| | | | | | Warning added in gcc5. | ||||
| * | Fix print() | Bill | 2016-05-14 | 1 | -1/+1 |
| | | |||||
| * | Fix print() | Bill | 2016-05-14 | 1 | -1/+1 |
| | | |||||
| * | Fix print() | Bill | 2016-05-14 | 1 | -1/+1 |
| | | |||||
| * | fixes for print()'s for win32 | William Deegan | 2016-05-13 | 2 | -2/+2 |
| | | |||||
| * | fix print statement in embedded string which generates SConstruct | William Deegan | 2016-05-13 | 1 | -1/+1 |
| | | |||||
| * | Seeems like EnvironmentError is not yielding the proper error output from ↵ | William Deegan | 2016-05-12 | 1 | -2/+2 |
| | | | | | SCons under __future__. py 3.5 EnvironmentError is an alias for OSError. Changing to OSError makes the test pass | ||||
| * | fix print() conversion on test | William Deegan | 2016-05-12 | 1 | -5/+8 |
| | | |||||
| * | fix broken test. 2to3 print changes broke some formatting. Changed output to ↵ | William Deegan | 2016-05-12 | 1 | -5/+8 |
| | | | | | generate same in a different way | ||||
| * | remove reference to six package.. unused | William Deegan | 2016-05-12 | 1 | -1/+0 |
| | | |||||
| * | Fixed print()'s. Still some remaining issues. Check later. | William Deegan | 2016-05-09 | 1 | -2/+2 |
| | | |||||
| * | Fixed print()'s. Still some remaining issues. Check later. | William Deegan | 2016-05-09 | 1 | -8/+8 |
| | | |||||
| * | Fixed print()'s | William Deegan | 2016-05-09 | 1 | -8/+8 |
| | | |||||
| * | Fixed print()'s | William Deegan | 2016-05-09 | 1 | -2/+2 |
| | | |||||
| * | Fixed print()'s | William Deegan | 2016-05-09 | 1 | -2/+2 |
| | | |||||
| * | Fixed print()'s | William Deegan | 2016-05-09 | 1 | -2/+2 |
| | | |||||
| * | Fixed print()'s | William Deegan | 2016-05-09 | 1 | -9/+9 |
| | | |||||
| * | Fixed print()'s | William Deegan | 2016-05-09 | 1 | -3/+3 |
| | | |||||
| * | Fixed print()'s | William Deegan | 2016-05-09 | 1 | -1/+1 |
| | | |||||
| * | Fix typo in comment. | William Deegan | 2016-05-09 | 1 | -1/+1 |
| | | |||||
| * | Fixed embedded SConscript/SConstruct's usage of print. Had no parens. | William Deegan | 2016-05-09 | 1 | -5/+5 |
| | | |||||
| * | Fixed embedded SConscript/SConstruct's usage of print. Had no parens. | William Deegan | 2016-05-09 | 1 | -2/+2 |
| | | |||||
| * | Fixed embedded SConscript/SConstruct's usage of print. Had no parens. | William Deegan | 2016-05-09 | 1 | -16/+16 |
| | | |||||
| * | Fix missing right parent in print () function in generated SConstruct. | William Deegan | 2016-05-09 | 1 | -1/+2 |
| | | |||||
| * | Commit resolved conflicted merge. | Russel Winder | 2016-04-10 | 36 | -99/+137 |
| |\ | |||||
| | * | Merged in thosrtanner/scons-cache-name (pull request #302) | William Deegan | 2016-04-08 | 35 | -62/+65 |
| | |\ | | | | | | | | | | Change the cache to use 2-character directories rather than one. Also makes a lot more tests run on windows | ||||
| | | * | improve behaviour | Thomas Tanner | 2016-03-12 | 2 | -2/+4 |
| | | | | |||||
| | | * | Fix for backslash being treated as an escape character | Thomas Tanner | 2016-01-30 | 33 | -60/+61 |
| | | | | | | | | | | | | | | | | On my windows system, my python is in c:\apps\32\python. Theres a lot of places where that \32 gets turned into an ascii character and the unit tests don't run. | ||||
| | * | | fix issues with bad characters and got it working on macosx | William Deegan | 2016-04-03 | 1 | -6/+19 |
| | | | | |||||
| | * | | Rewrite file-names.py test so that it runs successfully. | Tom Plunket | 2016-03-23 | 1 | -35/+57 |
| | | | | |||||
| * | | | Resolved conflicting merge. | Russel Winder | 2016-03-01 | 1 | -1/+46 |
| |\ \ \ | |/ / | |||||
| | * | | Merged in adarshsanjeev/scons (pull request #291) | William Deegan | 2016-02-15 | 1 | -0/+46 |
| | |\ \ | | |/ | |/| | |||||
| | | * | Changed as per review | Adarsh Sanjeev | 2016-01-04 | 1 | -16/+16 |
| | | | | |||||
| | | * | Tests for Chmod updated | Adarsh Sanjeev | 2016-01-03 | 1 | -0/+46 |
| | | | | |||||
| * | | | Commit merge from default. | Russel Winder | 2016-02-02 | 3 | -0/+69 |
| |\ \ \ | |/ / | |||||
| | * | | Merged in bdbaddog/scons (pull request #298) | William Deegan | 2016-01-26 | 3 | -0/+69 |
| | |\ \ | | | | | | | | | | | | | fix for tigris bug # 2622 - AlwaysBuild / MSVC regression | ||||
| | | * | | Minor nit fixes. Typos and better comments | William Deegan | 2016-01-26 | 1 | -2/+5 |
| | | | | | |||||
| | | * | | change test to verify that the source file name is in the output. Though ↵ | William Deegan | 2016-01-26 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | test will fail if it is not as compile line will miss source file name. | ||||
| | | * | | add testcase for tigris bug # 2622 - AlwaysBuild / MSVC regression | William Deegan | 2016-01-16 | 3 | -0/+65 |
| | | | | | |||||
| * | | | | Resolving a batch of failing tests for python 2.7. | William Blevins | 2016-01-24 | 26 | -100/+99 |
| | | | | | | | | | | | | | | | | | Note: please evaluate python 3.X compliance. | ||||
| * | | | | Merge in default. | Russel Winder | 2016-01-19 | 13 | -15/+59 |
| |\ \ \ \ | |/ / / | |||||
| | * | | | Correct the Issue number. Amend the test to use an option valid for dmd, ↵ | Russel Winder | 2016-01-19 | 3 | -5/+3 |
| | | | | | | | | | | | | | | | | | ldc2, and gdc. | ||||
| | * | | | added comment per William Blevins comment on pull request to indicate why ↵ | William Deegan | 2016-01-17 | 3 | -0/+9 |
| | | | | | | | | | | | | | | | | | we're skipping some tests for gcj | ||||
| | * | | | changes to skip tests on ubuntu-next when gcj and not real java, and also ↵ | William Deegan | 2016-01-17 | 9 | -6/+40 |
| | | | | | | | | | | | | | | | | | when no latex is available | ||||
| | * | | | fix C code in yacc file to be pass default compiler warnings | William Deegan | 2016-01-17 | 1 | -4/+7 |
| | |/ / | |||||
| * | | | Merge default. | Russel Winder | 2016-01-18 | 1 | -1/+1 |
| |\ \ \ | |||||
| | * | | | fix text to say 'tex' instead of 'text' specifying which tools were missing ↵ | William Deegan | 2016-01-17 | 1 | -1/+1 |
| | |/ / | | | | | | | | | | when the test is skipped | ||||
| * | | | Merge in from default. | Russel Winder | 2016-01-15 | 2 | -1/+6 |
| |\ \ \ | |/ / | |||||
| | * | | fix test which was expecting a given location for python binary running the test | William Deegan | 2016-01-14 | 1 | -3/+4 |
| | | | | |||||
| | * | | Fix bug 2081: Better messaging for different actions for same target in two ↵ | William Deegan | 2016-01-14 | 2 | -0/+4 |
| | |/ | | | | | | | environments | ||||
