| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| | |
MSVC enhancement to add all remaining msvc batch file command-line options as SCons variables
|
| | |
|
| |\ |
|
| | |
| | |
| | |
| | | |
sdk specified via construction variable or forced. Revise forced default toolset handling (may have passed default toolset as an argument inadvertently). Add more tests.
|
| | |
| | |
| | |
| | | |
msvc toolset version tests.
|
| | |
| | |
| | |
| | | |
location). Add additional tests.
|
| | | |
|
| | |
| | |
| | |
| | | |
version components test.
|
| | | |
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | | |
version. Add additional tests.
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | | |
to return list of installed msvc version component tuples for the test suite.
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | | |
toolset version tests.
|
| | |
| | |
| | |
| | | |
toolset versions tests.
|
| | |
| | |
| | |
| | | |
exceptions available via MSCommon module.
|
| |\ \ |
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
by underscores for readability
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
lex and yacc tools both got two new construction variables for specifying
side-effect creation of additional files, this method avoids the user
embedding the options in LEXFLAGS and YACCFLAGS - the latter lets
the commands generate the files, but the paths would not be properly
relocated by SCons, so if the build was initiated in a subdirectory,
the generated files would go into the top directory instead.
Fixes #4154
Signed-off-by: Mats Wichmann <mats@linux.com>
|
|\ \ \ \
| |_|_|/
|/| | | |
Improvements to lex and yacc tools
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Mats Wichmann <mats@linux.com>
|
| | |/
| |/|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The mocked tools mylex.py and myyacc.py now understand the file-generation
options, and generate a dummy file with predictable contents, for
checking. This allows more testing of the path through the SCons support
for these two without needing live commands.
New tests added which invoke the file-generation options, and make
sure the extra files are created, and that SCons detects and tracks
the added targets. Work is done in a subdirectory, which exposes some
existing known inconsistent behavior (the regular generated file goes
in the subdir per the LEXCOM and YACCOM generated line, while the ones
generated from commandline options go in the topdir) - but we're going
to allow that behavior to continue for backwards compat.
Same fix applied to yacc tool that PR #4168 did for lex - do subst_list()
instead of subst() to preserve spaces in paths. That fix left the lex
tool unable to pass the new test, as it could not see the individual
arguments in the FLAGS variable, which was solved by indexing into the
subst'd list so we can iterate over the args again.
Test and tool cleanup; add DefaultEnvironment calls, etc.
Note this mentions, but does not address the problem described in issue 4154.
Signed-off-by: Mats Wichmann <mats@linux.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
There were four tests failing because the regexes for expected
stdout didn't match with the addition of pointers in exceptions showing
where the error occurs. However, with 3.11.0b4, this has been backed
off a bit: there are no arrow lines if the whole line would have been
highlighted, since that adds no useful new information. As a result,
only one test now failed, and the regex there is expanded to handle
that case.
This relates to, but does not close, issue #4162.
Signed-off-by: Mats Wichmann <mats@linux.com>
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| | |
Minor maintenance to drop a regex group in a few tests (including in
a test framework test) which allowed for two different exception
messages: one belongs to very old Pythons which are no longer
supported by SCons.
Signed-off-by: Mats Wichmann <mats@linux.com>
|
|\ \
| | |
| | | |
Updated lex emitter to respect escaped spaces when climbing out of the SConscript dir
|
| |\ \
| | |/ |
|
| |\ \ |
|
| | | |
| | | |
| | | |
| | | | |
SCosncript dir
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Remove leftover debugging debris.
Fix sider complaint
Signed-off-by: Mats Wichmann <mats@linux.com>
|
| |_|/
|/| |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The documentation suggested $FORTRANFLAGS was included in the build
lines for all variants, but it was not. Turns out the test suite
quite explicitly checks that FORTRANFLAGS doesn't leak through to other
variants, so instead define a new FORTRANCOMMONFLAGS to serve the purpose
of a flag that applies to all variants.
Assorted cleanup. And f-strings.
Fixes #2257
Signed-off-by: Mats Wichmann <mats@linux.com>
|
|\ \ \
| | | |
| | | | |
trivial fortran cleanups.
|
| | |/
| |/|
| | |
| | | |
True/False for support_module
|
| | |
| | |
| | |
| | | |
sconstruct
|
| | | |
|
|\ \ \
| |/ / |
|
| | | |
|
| | |
| | |
| | |
| | | |
Added note to CHANGES.txt/RELEASE.txt that psutil is required for the new test for this function
|
| |\ \ |
|
| | |\ \ |
|