summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons
Commit message (Expand)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 bo...William Deegan2017-02-261-1/+1
* | fix test which depended on order of dictionary.items() which changed between ...William Deegan2017-02-261-1/+3
* | fix mocked action get_contents() to return bytearray()William Deegan2017-02-261-1/+1
* | 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
* | 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 co...William Deegan2017-02-261-0/+8
* | PEP-8 fixesWilliam Deegan2017-02-261-0/+6
* | fix issue which was modifying the function signature and causing incorrect re...William Deegan2017-02-261-7/+3
* | 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-201-1/+1
|\ \ | |/
| * 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-1515-295/+577
| |\
| * | changes to force SCons to respect RANLIB when initializing ar toolsWilliam Deegan2017-01-152-3/+3
* | | 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
* | | Added some details comments to _function_contents() which is used to generate...William Deegan2016-12-232-24/+6
* | | Added some details comments to _function_contents() which is used to generate...William Deegan2016-12-231-3/+4
* | | Added some details comments to _function_contents() which is used to generate...William Deegan2016-12-221-6/+15
* | | Added some details comments to _code_contents() which is used to generate act...William Deegan2016-12-221-14/+38
* | | 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
|\ \
| * | fixing typo, it must be _scons_filepython3win32mbyt2016-11-291-1/+1
| * | the file builtin does not exist in python3mbyt2016-10-191-9/+21
* | | merge headsWilliam Deegan2016-11-283-4/+5
|\ \ \ | |_|/ |/| |
| * | Fix tests failing on win32 AR and Fortran and M4William Deegan2016-11-282-3/+3
| * | Add better error messaging when missing (or surplus) shared library targets w...William Deegan2016-11-281-1/+2
| * | update from upstreamWilliam Deegan2016-11-251-2/+2
| |\ \
| * \ \ Merged scons/scons into defaultWilliam Deegan2016-10-1745-139/+443
| |\ \ \ | | | |/ | | |/|
* | | | tests for msvc version specific PCHPDBFLAGS changesWilliam Deegan2016-11-281-9/+16
* | | | update from upstreamWilliam Deegan2016-11-279-45/+114
|\ \ \ \
| * | | | fix PCHPDBFLAGS changes to not crash if version of MSVC is unknown, and defau...William Deegan2016-11-272-9/+15
| * | | | Merged in rviney/scons (pull request #249)William Deegan2016-11-272-3/+9
| |\ \ \ \
| | * \ \ \ Merged scons/scons into defaultRichard Viney2016-07-10160-4109/+1940
| | |\ \ \ \
| | * \ \ \ \ Merged scons/scons into defaultRichard Viney2015-09-2525-375/+1127
| | |\ \ \ \ \
| | * | | | | | Fix PCHPDBFLAGS causing a deprecation warning on MSVC v8 and later when using...Richard Viney2015-09-182-3/+9
| * | | | | | | Merged in mbyt/scons/python3raise (pull request #368)William Deegan2016-11-261-1/+1
| |\ \ \ \ \ \ \
| | * | | | | | | python3 compatibility. Exceptions might have more arguments.mbyt2016-10-191-1/+1
| | | |_|_|_|/ / | | |/| | | | |
| * | | | | | | Merged in ricklupton/scons (pull request #374)William Deegan2016-11-252-31/+82
| |\ \ \ \ \ \ \
| | * | | | | | | Find dependencies using LaTeX "import" package commandsRick Lupton2016-11-232-31/+82