| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|\
| |
| | |
Mingw link issue
|
| |\ |
|
| |\ \ |
|
| |\ \ \ |
|
| | | | | |
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | | |
updated mingw to remove MSVC like nologo flag
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Fix some more subprocess-unclosed-file warnings
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Signed-off-by: Mats Wichmann <mats@linux.com>
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Popen is not a context manager for PY27, lots of tests
failed as a result.
Signed-off-by: Mats Wichmann <mats@linux.com>
|
| | |_|_|/
| |/| | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Following on to PR #3279 which cleaned up warnings for gcc, g++
and swig by using context managers, do the same for Windows vc.
Signed-off-by: Mats Wichmann <mats@linux.com>
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Plenty of complaints coming from Python 3.8alpha on unclosed files.
Targeted those areas which intersect with PyPy failures - this changeset
reduces the PyPy fails by 17 on the local test environment.
So this affects both Issue #3299 and the PyPy support project.
Signed-off-by: Mats Wichmann <mats@linux.com>
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
In a few places, "is" and "is not" are used to compare with
a string or integer literal. Python 3.8 flags these with
a SyntaxWarning. Changed to == and !=
Signed-off-by: Mats Wichmann <mats@linux.com>
|
|/ / / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
PR #3242 added the Textfile and Substfile builders to the default builder
list (for issue #3147), but didn't finish the job: the textfile tool
needs to be added to the default list of tools as well. This time
with a testcase that fails if the tool is not added. Minor doc tweak.
Signed-off-by: Mats Wichmann <mats@linux.com>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Mats Wichmann <mats@linux.com>
|
|\ \ \ \
| | | | |
| | | | | |
Pretty-print msvs.xml
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Doc file had large sections in not very readable format, with
lots of tags on single line, etc. Ran through a formatting
tool and did some manual fixups.
Signed-off-by: Mats Wichmann <mats@linux.com>
|
| | | | | |
|
| | | | | |
|
|/ / / / |
|
|\ \ \ \
| | | | |
| | | | | |
Improve scons docs regarding Default()
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
An earlier change updated some examples, this makes some tweaks to
the wording as well for Default, DEFAULT_TARGETS, etc. to clarify.
Signed-off-by: Mats Wichmann <mats@linux.com>
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | | |
exception which can be thrown by MD5-Timestamp decider logic
|
| |_|_|/
|/| | | |
|
| | | | |
|
| | | | |
|
| |_|/
|/| | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Later Pythons (3.6+) enable warnings by default (needed a command
line option before then), so some tools give off warnings now.
This change quiets the warnings from the gcc, g++ and swig tools.
Signed-off-by: Mats Wichmann <mats@linux.com>
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
|/ /
| |
| |
| | |
support for ARM TARGET_ARCH
|
|\ \ |
|
| |\ \
| | | |
| | | | |
Enhance cpp scanner regex logic to detect if/elif expressions without whitespaces
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
whitespaces correctly
for example "#if(defined FOO)" or "#elif!(BAR)"
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Testing "if not prefix" would return false if an empty string
is passed, but that setting should be valid.
Signed-off-by: Mats Wichmann <mats@linux.com>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Per review comments, subst either return the right thing or None,
use this are the way to test for setting default instead of has_key.
Signed-off-by: Mats Wichmann <mats@linux.com>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
All the other file extension variables end in SUFFIX, so change
this new one to match for consistency. Added doc entry.
Signed-off-by: Mats Wichmann <mats@linux.com>
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Apply the patch (adjusted) from issue #2341: instead of hardcoding
the filename extenstion for the tempfile to help with linking
on Windows targets, allow some variability.
Current marked WIP because there are some other comments in
the issue tracker that can maybe be flushed out by submitting
this PR, and there are no tests (should presumably go in
test/TEMPFILEPREFIX.py, or a new test TEMPFILEEXTENSION.py)
Signed-off-by: Mats Wichmann <mats@linux.com>
|
| | |
| | |
| | |
| | |
| | |
| | | |
version file
updated other dict references
|
| | | |
|
| |\ \
| | |/ |
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | | |
removed unused function
|
| |\ \
| | |/ |
|
| | | |
|