summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fix for py2/3 compatWilliam Deegan2017-02-261-1/+1
|
* Split out calls to simplify for debuggingWilliam Deegan2017-02-261-4/+8
|
* Fix test for py3 & py2 compatWilliam Deegan2017-02-261-9/+9
|
* define cmp() as it's not available on py3 for testsWilliam Deegan2017-02-261-0/+8
|
* Must use bytes when writing to os.open()'d file on py3, bytearray works on ↵William Deegan2017-02-261-1/+1
| | | | both py3 and py2
* fix test which depended on order of dictionary.items() which changed between ↵William Deegan2017-02-261-1/+3
| | | | py2 and py3
* fix mocked action get_contents() to return bytearray()William Deegan2017-02-261-1/+1
|
* start some changes to show pass/fail stats along with progressWilliam Deegan2017-02-261-3/+18
|
* PEP-8 changesWilliam Deegan2017-02-261-2/+2
|
* PEP-8 changesWilliam Deegan2017-02-261-0/+4
|
* Move comment to docstringWilliam Deegan2017-02-261-9/+11
|
* remove code to check if python version supports lexical closures (has been ↵William Deegan2017-02-261-39/+9
| | | | supported since python 2.2). Use must_match()'s message param
* PEP-8 changesWilliam Deegan2017-02-261-0/+6
|
* PEP-8 fixesWilliam Deegan2017-02-261-1/+11
|
* fix signature calc issues for functions actionsWilliam Deegan2017-02-261-21/+24
|
* leave some debug logic for detecting build action change signature changes ↵William Deegan2017-02-261-0/+8
| | | | commented out in file
* PEP-8 fixesWilliam Deegan2017-02-261-0/+6
|
* fix issue which was modifying the function signature and causing incorrect ↵William Deegan2017-02-261-7/+3
| | | | rebuilds in test/Action/function.py
* Added ability for must_match to pass message to be output if it failsWilliam Deegan2017-02-261-2/+2
|
* Reformat file to modern python standards. (With hope towards PEP-8)William Deegan2017-02-251-200/+213
|
* fix string/bytearray issue for py2/3 portWilliam Deegan2017-02-211-2/+9
|
* mergeWilliam Deegan2017-02-202-6/+6
|\
| * Fix documentation example output to match actual output (Fix #2788)Gaurav Juvekar2017-01-281-5/+5
| |
| * Fix missing quote in user documentation about Substfilephilippe coval2017-01-201-1/+1
| |
| * Fix merge errorsWilliam Deegan2017-01-151-4/+0
| |
| * merge headsWilliam Deegan2017-01-1562-930/+715
| |\
| * | fixes for fortran tests an py3William Deegan2017-01-1511-53/+126
| | |
| * | changes to force SCons to respect RANLIB when initializing ar toolsWilliam Deegan2017-01-154-3/+6
| | |
* | | PY3 porting work. Also moved comments for methods into docstringsWilliam Deegan2017-02-202-58/+164
| | |
* | | Merged scons/scons into defaultWilliam Deegan2017-01-1412-285/+550
|\ \ \ | | |/ | |/|
| * | Make c++ proxy files to the cxx formsJason Kenny2016-12-2312-285/+550
| | | | | | | | | | | | Change the old c++ files to be cxx to help make it easier and safer to import correctly
* | | Added some details comments to _function_contents() which is used to ↵William Deegan2016-12-232-24/+6
| | | | | | | | | | | | | | | | | | generate action signatures. Remove remove_set_lineno_codes(), it's been non-function due to SET_LINENO being gone since python 2.3.
* | | Added some details comments to _function_contents() which is used to ↵William Deegan2016-12-231-3/+4
| | | | | | | | | | | | generate action signatures.
* | | Added some details comments to _function_contents() which is used to ↵William Deegan2016-12-221-6/+15
| | | | | | | | | | | | generate action signatures.
* | | Added some details comments to _code_contents() which is used to generate ↵William Deegan2016-12-221-14/+38
| | | | | | | | | | | | action signatures.
* | | fixes get function/object signatures working on python 3 (and 2.7)William Deegan2016-12-212-17/+29
|/ /
* | Merged in mbyt/scons/python3win32 (pull request #369)William Deegan2016-12-201-9/+21
|\ \ | | | | | | | | | python3 support for win32.py
| * | fixing typo, it must be _scons_filepython3win32mbyt2016-11-291-1/+1
| | |
| * | the file builtin does not exist in python3mbyt2016-10-191-9/+21
| | |
* | | Merged in ricklupton/scons (pull request #382)William Deegan2016-11-301-0/+5
|\ \ \ | | | | | | | | | | | | Skip import.sty test when Latex package missing
| * | | Skip import.sty test when Latex package missingRick Lupton2016-11-291-0/+5
| | | |
* | | | Fixing merge conflict resolution: removed old test files.William Blevins2016-11-2914-41/+0
| | | |
* | | | Merged in williamblevins/scons (pull request #376)William Deegan2016-11-2845-633/+131
|\ \ \ \ | | | | | | | | | | | | | | | Python3 test fixes for Fortran/Side-effect.
| * | | | Revert of minor debug change for python3 update.William Blevins2016-11-281-1/+1
| | | | |
| * | | | Reverted Python3 change to runtest.py.William Blevins2016-11-281-1/+1
| | | | |
| * | | | Python3 test fixes for Fortran/Side-effect.William Blevins2016-11-2846-635/+133
| | | | |
* | | | | fix test to work after updates to ar.py toolWilliam Deegan2016-11-281-2/+2
| | | | |
* | | | | merge headsWilliam Deegan2016-11-2814-0/+41
|\ \ \ \ \
| * \ \ \ \ update from upstreamWilliam Deegan2016-09-28225-1270/+828
| |\ \ \ \ \
| * \ \ \ \ \ update from upstreamWilliam Deegan2016-08-183-8/+301
| |\ \ \ \ \ \