| Commit message (Expand) | Author | Age | Files | Lines |
* | py2/3 ensure strings sent to process are bytes on win32. This fixes most fo t... | William Deegan | 2017-04-04 | 1 | -0/+12 |
|
|
* | py2/3 mode=r/w fixes | William Deegan | 2017-04-03 | 1 | -4/+4 |
|
|
* | py2/3 and win/non-win Fixed: checkLogAndStdout to us \n's instead of platform... | William Deegan | 2017-04-03 | 1 | -23/+55 |
|
|
* | Create docstring for checkLogAndStdout. Add useful comments as well | William Deegan | 2017-04-03 | 1 | -1/+30 |
|
|
* | fix test/Configure/ConfigureDryRunTest read logfile as non binary | William Deegan | 2017-04-03 | 1 | -1/+0 |
|
|
* | macosx improve logic to find jni.h | William Deegan | 2017-04-01 | 1 | -2/+9 |
|
|
* | pep8 | William Deegan | 2017-04-01 | 1 | -0/+2 |
|
|
* | updates to finding java includes to work with oracle java 8 on linux | William Deegan | 2017-04-01 | 1 | -1/+2 |
|
|
* | Fix locating java home on mac. fix mode='r' for py2/3 | William Deegan | 2017-04-01 | 1 | -8/+27 |
|
|
* | allow setting PRESERVE to 0, or False to disable preserving temporary test di... | William Deegan | 2017-03-19 | 1 | -1/+2 |
|
|
* | fix py2/3 mode=r and/rb, and remove native line ending translation. fixes win32 | William Deegan | 2017-03-14 | 1 | -1/+1 |
|
|
* | added TestSCons.unlink_sconsignfile(name) method to append .p3 to expected fi... | William Deegan | 2017-03-13 | 1 | -0/+15 |
|
|
* | added and commented out some debug code which is useful for working on test f... | William Deegan | 2017-03-13 | 1 | -0/+4 |
|
|
* | read logfile in non-binary mode | William Deegan | 2017-03-13 | 1 | -1/+1 |
|
|
* | Merged in rodrigc/scons (pull request #409) | William Deegan | 2017-03-13 | 1 | -1/+1 |
|\ |
|
| * | Remove 'U' flag to open() which is deprecated. | Craig Rodrigues | 2017-03-11 | 1 | -1/+1 |
|
|
* | | Merged in rodrigc/scons (pull request #410) | William Deegan | 2017-03-13 | 2 | -4/+4 |
|\ \ |
|
| * | | When iterating over dict.items(), we do not need a new list. | Craig Rodrigues | 2017-03-12 | 2 | -4/+4 |
| |/ |
|
* | | Remove check for subprocess.mswindows used to detect running on windows py2/3 | William Deegan | 2017-03-12 | 1 | -3/+3 |
|
|
* | | Use print() function. Fixes py2/3 | Craig Rodrigues | 2017-03-11 | 1 | -5/+8 |
|/ |
|
* | Replace list(filter()) with list comprehension. | Craig Rodrigues | 2017-03-11 | 1 | -1/+1 |
|
|
* | Merged scons/scons into default | William Deegan | 2017-03-10 | 1 | -26/+35 |
|\ |
|
| * | Use print() function to fix py2/3 | Craig Rodrigues | 2017-03-10 | 1 | -26/+35 |
|
|
* | | remove debug logic | William Deegan | 2017-03-10 | 1 | -1/+0 |
|
|
* | | fix byte/str py2/3 | William Deegan | 2017-03-03 | 1 | -1/+2 |
|/ |
|
* | fix binary/non-binary file writes where appropriate, previous all were binary... | William Deegan | 2017-02-28 | 1 | -2/+2 |
|
|
* | py2/3 fixes | William Deegan | 2017-02-28 | 1 | -3/+4 |
|
|
* | Replace calling traceback to get format of traceback output to just a formatt... | William Deegan | 2017-02-28 | 1 | -9/+14 |
|
|
* | Added ability for must_match to pass message to be output if it fails | William Deegan | 2017-02-26 | 1 | -2/+2 |
|
|
* | update from upstream | William Deegan | 2016-11-27 | 1 | -0/+14 |
|\ |
|
| * | Wrote tests to make sure the xml is valid for visual studio project files gen... | Daniel Moody | 2016-11-11 | 1 | -0/+14 |
|
|
* | | update from upstream | William Deegan | 2016-09-30 | 4 | -42/+37 |
|\ \
| |/ |
|
| * | Initial python3 cut of test/Fortran. | William Blevins | 2016-09-23 | 2 | -6/+6 |
|
|
| * | Allowed for multiple fixture dirs and added default global directory. | William Blevins | 2016-09-23 | 2 | -10/+17 |
|
|
| * | Updating to_str and to_bytes between QMTest and SCons.Util. | William Blevins | 2016-09-21 | 1 | -6/+3 |
|
|
| * | Fixing QMTest str and bytes issues. | William Blevins | 2016-09-20 | 2 | -2/+19 |
|
|
| * | Futurize stage 2 2to3 fixes only. | William Blevins | 2016-09-20 | 2 | -4/+4 |
|
|
| * | Removed deprecate fortran lib handling. | William Blevins | 2016-08-10 | 1 | -28/+0 |
|
|
| * | Updated QMTest fortran lib setup for versions GCC 5/6 (and higher*). | William Blevins | 2016-08-10 | 1 | -1/+3 |
|
|
* | | fix some formatting | William Deegan | 2016-09-30 | 1 | -11/+12 |
|/ |
|
* | fix some tests for pypy | Daniel Holth | 2016-06-06 | 1 | -5/+6 |
|
|
* | change to handle py3 changes to byte/string for open().write() | William Deegan | 2016-05-15 | 1 | -1/+5 |
|
|
* | fix default open mode for test.write() to be wb.. it was changed to just w wh... | William Deegan | 2016-05-14 | 1 | -1/+1 |
|
|
* | fixes for print()'s for win32 | William Deegan | 2016-05-13 | 1 | -2/+2 |
|
|
* | Fixed print()'s. | William Deegan | 2016-05-13 | 1 | -1/+1 |
|
|
* | Guard checking for subprocess.mswindows by checking if on win32 platform | William Deegan | 2016-05-09 | 1 | -2/+2 |
|
|
* | Commit resolved conflicted merge. | Russel Winder | 2016-04-10 | 1 | -2/+2 |
|\ |
|
| * | changes for 2.5.0 release | William Deegan | 2016-04-09 | 1 | -2/+2 |
|
|
* | | Remove all the six stuff. | Russel Winder | 2016-02-02 | 2 | -14/+2 |
|
|
* | | Merge in default. | Russel Winder | 2016-01-19 | 1 | -0/+7 |
|\ \
| |/ |
|