| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged in russel/scons (pull request #411) | William Deegan | 2017-03-13 | 2 | -11/+13 |
|\ |
|
| * | Update the changes file for the change of default D tool ordering. | Russel Winder | 2017-03-13 | 1 | -1/+4 |
|
|
| * | Change the search order for D compilers. | Russel Winder | 2017-03-12 | 1 | -10/+9 |
|
|
* | | py2/3 byte fixes | William Deegan | 2017-03-13 | 25 | -150/+141 |
|
|
* | | Fix byte issues, module import issue remains | William Deegan | 2017-03-13 | 1 | -6/+6 |
|
|
* | | fix must_match mode='r' | William Deegan | 2017-03-13 | 4 | -12/+12 |
|
|
* | | fix py2/3 issues mostly rb/wb mode='r' fixes | William Deegan | 2017-03-13 | 3 | -8/+11 |
|
|
* | | py2/3 must_match mode='r' changes | William Deegan | 2017-03-13 | 1 | -10/+10 |
|
|
* | | merged | William Deegan | 2017-03-13 | 4 | -15/+15 |
|\ \ |
|
| * | | py2/3 must_match mode='r' changes | William Deegan | 2017-03-13 | 4 | -15/+15 |
|
|
* | | | remove mode b's py2/3 | William Deegan | 2017-03-13 | 1 | -4/+4 |
|/ / |
|
* | | removed b from file open py2/3 | William Deegan | 2017-03-13 | 1 | -1/+1 |
|
|
* | | copied old wrapper logic from java tests. | William Deegan | 2017-03-13 | 1 | -0/+7 |
|
|
* | | swap using wrapper.py fixture to wrapper_with_args.py. The fixture swap misse... | William Deegan | 2017-03-13 | 4 | -20/+23 |
|
|
* | | get rid of rb/wb | William Deegan | 2017-03-12 | 1 | -4/+4 |
|
|
* | | get rid of rb/wb | William Deegan | 2017-03-12 | 2 | -14/+14 |
|
|
* | | get rid of rb/wb | William Deegan | 2017-03-12 | 1 | -3/+3 |
|
|
* | | switch to use must_match, mode=r, and get rid of rb/wb | William Deegan | 2017-03-12 | 1 | -3/+3 |
|
|
* | | switch to use must_match, mode=r, and get rid of rb/wb | William Deegan | 2017-03-12 | 1 | -2/+0 |
|
|
* | | switch to use must_match, mode=r, and get rid of rb/wb | William Deegan | 2017-03-12 | 1 | -4/+6 |
|
|
* | | py2/3 mode=r and swap to use must_match | William Deegan | 2017-03-12 | 2 | -6/+7 |
|
|
* | | no unicode in py3, u() works in py2 | William Deegan | 2017-03-12 | 1 | -1/+2 |
|
|
* | | no more cmp in py3, define a compare function and use it. Also specify Defaul... | William Deegan | 2017-03-12 | 1 | -1/+14 |
|
|
* | | py2/3 fix mode=r for must_match to fix win32 | William Deegan | 2017-03-12 | 1 | -10/+10 |
|
|
* | | fix rb/wb py2/3 | William Deegan | 2017-03-12 | 1 | -6/+6 |
|
|
* | | py2/3 fix mode=r for must_match to fix win32 | William Deegan | 2017-03-12 | 2 | -4/+6 |
|
|
* | | py2/3 fix mostly adding mode='r' to must_match | William Deegan | 2017-03-12 | 8 | -40/+40 |
|
|
* | | py2/3 fixes. mostly mode=r on must_match. Also skip the symlink test on windo... | William Deegan | 2017-03-12 | 9 | -42/+49 |
|
|
* | | Add mode=r (default rb) in test.must_match() py2/3 | William Deegan | 2017-03-12 | 1 | -5/+5 |
|
|
* | | Remove check for subprocess.mswindows used to detect running on windows py2/3 | William Deegan | 2017-03-12 | 1 | -3/+3 |
|
|
* | | set mode=r and not rb. py2/3 | William Deegan | 2017-03-12 | 1 | -7/+6 |
|
|
* | | set mode=r and not rb. py2/3 | William Deegan | 2017-03-12 | 1 | -4/+7 |
|
|
* | | set mode=r and not rb for must_match. py2/3 | William Deegan | 2017-03-12 | 1 | -4/+5 |
|
|
* | | Merged in rodrigc/scons (pull request #408) | William Deegan | 2017-03-12 | 7 | -7/+7 |
|\ \ |
|
| * | | Remove 'b' from open, not needed py2/3 | Craig Rodrigues | 2017-03-11 | 7 | -7/+7 |
| |/ |
|
* | | Use print() function. Fixes py2/3. | Craig Rodrigues | 2017-03-11 | 1 | -3/+5 |
|
|
* | | Use print() function | Craig Rodrigues | 2017-03-11 | 1 | -0/+2 |
|
|
* | | Use print() function. Fixes py2/3 | Craig Rodrigues | 2017-03-11 | 10 | -34/+46 |
|/ |
|
* | Merged in rodrigc/scons (pull request #404) | William Deegan | 2017-03-12 | 1 | -1/+1 |
|\ |
|
| * | exec() must take a string, not a file object. Fixes py2/3 | Craig Rodrigues | 2017-03-11 | 1 | -1/+1 |
|
|
* | | Merged in rodrigc/scons (pull request #405) | William Deegan | 2017-03-12 | 1 | -1/+1 |
|\ \ |
|
| * | | Use proper syntax for octal numeric literal. Fixes py2/3 | Craig Rodrigues | 2017-03-11 | 1 | -1/+1 |
| |/ |
|
* | | Replace list(filter()) with list comprehension. | Craig Rodrigues | 2017-03-11 | 11 | -12/+12 |
|/ |
|
* | update repo | William Deegan | 2017-03-11 | 24 | -139/+164 |
|\ |
|
| * | Merged scons/scons into default | William Deegan | 2017-03-10 | 24 | -139/+164 |
| |\ |
|
| | * | Use print() function to fix py2/3 | Craig Rodrigues | 2017-03-10 | 1 | -1/+2 |
|
|
| | * | Use print() function to fix py2/3 | Craig Rodrigues | 2017-03-10 | 1 | -2/+6 |
|
|
| | * | Use syntax for octal integers as specified in PEP 3127 | Craig Rodrigues | 2017-03-10 | 1 | -12/+12 |
|
|
| | * | Use print() function to fix py2/3 | Craig Rodrigues | 2017-03-10 | 10 | -73/+73 |
|
|
| | * | Use print() function to fix py2/3 | Craig Rodrigues | 2017-03-10 | 4 | -9/+9 |
|
|