Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add system test for setting and retrieving VSWHERE | William Deegan | 2020-04-23 | 2 | -0/+123 |
| | |||||
* | Remove verbose_set calls from tests | Mats Wichmann | 2020-03-18 | 1 | -1/+0 |
| | | | | | | | | test.verbose_set() enables verbose mode, can be a useful debugging aid. Shouldn't be left in in production tests, as it creates noise in the test log. Signed-off-by: Mats Wichmann <mats@linux.com> | ||||
* | rm-py2: Remove "from __future__" from more places | Mats Wichmann | 2020-02-20 | 2 | -8/+4 |
| | | | | | | | | | | | | | | | A couple of minor reformats along the way, most prominently, in tests, if being edited anyway, make sure the docstring most tests have is actually the docstring (sometimes the __revision__ line came before, which makes the string not be the docstring). Snuck in some minor framework changes that were orphaned when another draft PR was not needed: this almost all docstring changes, the functional part is using casefold instead of lower in a match func - a slightly better approach which is now possible that Py2 compatibility is not needed. Signed-off-by: Mats Wichmann <mats@linux.com> | ||||
* | [PR #3538] MSVC UWP test was never updated for 14.2 | Mats Wichmann | 2020-02-02 | 1 | -11/+28 |
| | | | | | | | Has been reporting skipped because not supported due to lookup logic in the testcase. Adding. Signed-off-by: Mats Wichmann <mats@linux.com> | ||||
* | Improve building of docs using Py3 [ci skip] | Mats Wichmann | 2019-12-05 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | * context managers on file r/w + use shutil.copy where it makes sense. * lxml wants (demands?) that xml files be processed as bytes * for the phase where we gen the entity files, read as text anyway * Need to solve a problem where the generated xml is putting the \n in literally, not evaluating it. * Fix some examples broken for py3 * Fix more octal constant instances * Cleanups suggested by PyCharm: staticmethods, two blanks before class definition, others. This addresses issues called out in #3300, but is not a complete solution because the actual doc build step still fails with the epydoc failures (which aren't directly because of Py3; epydoc build doesn't work any better on my system with Py3, even with the forked version with patches). Signed-off-by: Mats Wichmann <mats@linux.com> | ||||
* | [PY 3.8] test fixes for file closings, rawstrings | Mats Wichmann | 2019-04-25 | 1 | -5/+9 |
| | | | | | | | On a linux host (missing some things that may be on the Travis CI setup), Py3.8a3 now shows 19 fails, 1048 pass, with 84 Warning: messages. Signed-off-by: Mats Wichmann <mats@linux.com> | ||||
* | Add test to check if installed sdk version is supported | William Deegan | 2019-03-18 | 1 | -0/+66 |
| | |||||
* | Clean up some tests: use context managers | Mats Wichmann | 2019-02-14 | 1 | -4/+4 |
| | | | | | | | | | 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> | ||||
* | Fix is/is not syntax | Mats Wichmann | 2019-02-11 | 1 | -2/+2 |
| | | | | | | | | 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> | ||||
* | fix for case where nothing is return from vswhere | Daniel | 2019-02-05 | 1 | -0/+51 |
| | |||||
* | removed unused imports and other sider changes | Daniel | 2019-01-12 | 1 | -2/+0 |
| | | | | fixed syntax issue | ||||
* | added test for vs 14.1 and checking arm targets | Daniel | 2019-01-12 | 1 | -0/+22 |
| | |||||
* | added name for cl.exe and have older versions walk for cl.exe | Daniel | 2019-01-10 | 1 | -4/+3 |
| | | | | | | fixed syntax error removed debug print | ||||
* | added support for checking for arm target support, and UWP apps for 2017 | Daniel | 2019-01-10 | 1 | -49/+92 |
| | |||||
* | Change bug references from tigris -> github | Mats Wichmann | 2018-04-24 | 1 | -1/+1 |
| | | | | Signed-off-by: Mats Wichmann <mats@linux.com> | ||||
* | Fix test so use os.sep instead of hardcoded backslash for MSVC_BATCH=true ↵ | William Deegan | 2018-03-24 | 1 | -5/+6 |
| | | | | /Fo argument | ||||
* | fix #3106 MSVC handling MSVC_BATCH with targetdir which requires escaping. | William Deegan | 2018-03-24 | 6 | -3/+48 |
| | |||||
* | Replace all instances of `int main()` with `int main(void)` | Jonathon Reinhart | 2018-02-11 | 2 | -2/+2 |
| | |||||
* | Fix MSVC_UWP_APP test to take into account the MSVC_VERSION. | Ibrahim Esmat | 2017-08-01 | 1 | -9/+8 |
| | | | | Skip test if MSVC_VERSION is less than VS2015 | ||||
* | Fix MSVC_UWP_APP test to take into account the MSVC_VERSION. | Ibrahim Esmat | 2017-07-27 | 1 | -3/+9 |
| | | | | Missed a couple of messages on fail_test | ||||
* | Fix MSVC_UWP_APP test to take into account the MSVC_VERSION. | Ibrahim Esmat | 2017-07-27 | 1 | -8/+10 |
| | | | | Code Review Fixes. | ||||
* | Fix MSVC_UWP_APP test to take into account the MSVC_VERSION. | Ibrahim Esmat | 2017-07-27 | 1 | -8/+30 |
| | | | | | | The test should take into account if the MSVC_VERSION is less than 14.0 (VS2015) and check that the LIBPATH doesn't include the store paths. | ||||
* | Minor changes for Code Review | Ibrahim Esmat | 2017-07-26 | 1 | -4/+4 |
| | |||||
* | Added MSVC_UWP_APP test to test setting MSVC_UWP_APP construction | Ibrahim Esmat | 2017-07-26 | 1 | -0/+103 |
| | | | | variable with desired effect. | ||||
* | fix py2/3 issues mostly rb/wb mode='r' fixes | William Deegan | 2017-03-13 | 3 | -8/+11 |
| | |||||
* | py2/3 must_match mode='r' changes | William Deegan | 2017-03-13 | 1 | -10/+10 |
| | |||||
* | remove mode b's py2/3 | William Deegan | 2017-03-13 | 1 | -4/+4 |
| | |||||
* | Moved common my<xxx>.py functions to global fixture and resolve byte/str. | William Blevins | 2016-10-03 | 4 | -56/+8 |
| | |||||
* | fixes for print()'s for win32 | William Deegan | 2016-05-13 | 1 | -1/+1 |
| | |||||
* | Commit resolved conflicted merge. | Russel Winder | 2016-04-10 | 1 | -2/+2 |
|\ | |||||
| * | Fix for backslash being treated as an escape character | Thomas Tanner | 2016-01-30 | 1 | -2/+2 |
| | | | | | | | | | | On my windows system, my python is in c:\apps\32\python. Theres a lot of places where that \32 gets turned into an ascii character and the unit tests don't run. | ||||
* | | Post merge commit for safety. Building Fortran code works, but tests fail. | Russel Winder | 2015-12-24 | 1 | -0/+79 |
|\ \ | |/ | |||||
| * | Add a test on basic PCH behavior: bulid a simple executable and a simple ↵pchdll | Alexandre Feblot | 2015-04-29 | 1 | -0/+79 |
| | | | | | | | | shared lib | ||||
* | | Made former 2to3 changes Python 2.7 compatible (or removed unneeded changes). | Stefan Zimmermann | 2014-03-31 | 1 | -0/+1 |
| | | |||||
* | | Result of raw 2to3 run (2to3-2.7); checkpoint for python3 conversion. | Gary Oberbrunner | 2013-09-22 | 2 | -64/+64 |
|/ | |||||
* | - moved check for an installed MSVC toolchain into its own function in TestSCons | Dirk Baechle | 2012-12-22 | 12 | -117/+12 |
| | |||||
* | - fixes for MinGW under Windows, mainly skipping MSVS-specific tests | Dirk Baechle | 2012-12-18 | 12 | -0/+57 |
| | |||||
* | MSVC: show valid $TARGET_ARCH values when invalid arch passed in. | Gary Oberbrunner | 2012-05-07 | 1 | -1/+12 |
| | |||||
* | MSVC11 needs PCH objects added to the link line. | Gary Oberbrunner | 2012-05-07 | 1 | -85/+85 |
| | | | | Update msvc linker emitter to add the PCH object if not already present. | ||||
* | mSVC: fixed test problem in test/MSVC/embed-manifest.py by ensuring a ↵ | Gary Oberbrunner | 2011-05-29 | 1 | -6/+5 |
| | | | | manifest gets generated -- added /MANIFEST to LINKFLAGS and SHLINKFLAGS. | ||||
* | Fix bug 2722 - get rid of warnings about missing MSVC, now will only be ↵ | William Deegan | 2011-05-17 | 1 | -0/+11 |
| | | | | shown if the SCONS_MSCOMMON_DEBUG environment variable is set. Also partial fix for 2661.src/engine/SCons/Tool/MSCommon/vc.py | ||||
* | Skip MSVC/batch-longlines test on non-Windows platforms. | Gary Oberbrunner | 2011-05-03 | 1 | -0/+5 |
| | |||||
* | Fix issue 2627: MSVC_BATCH=False should turn off batch, not turn it on. | Gary Oberbrunner | 2011-04-24 | 1 | -0/+13 |
| | |||||
* | Fix issue 2628, long compile lines in batch mode. Thanks to Grzegorz Bizo ↵ | Gary Oberbrunner | 2011-04-24 | 1 | -0/+59 |
| | | | | for the patch. | ||||
* | Fix issue #1632: quote /Fp in PCH to make precompiled hdrs work with variant ↵ | Gary Oberbrunner | 2011-03-02 | 1 | -0/+85 |
| | | | | dirs containing spaces. | ||||
* | Support automatically embedding manifests in EXEs and DLLs on Windows. | Gary Oberbrunner | 2011-03-02 | 1 | -0/+88 |
| | |||||
* | Fix test for non-win32 platforms | William Deegan | 2010-04-06 | 1 | -5/+4 |
| | |||||
* | Fix vc9.0 express issue, misspelling, and add testcase which would have ↵ | William Deegan | 2010-04-06 | 1 | -0/+58 |
| | | | | exposed the issue. | ||||
* | Move 2.0 changes collected in branches/pending back to trunk for further | Greg Noel | 2010-03-25 | 5 | -8/+6 |
| | | | | | development. Note that this set of changes is NOT backward-compatible; the trunk no longer works with Python 1.5.2, 2.0, or 2.1. | ||||
* | Issue 2505: fix use of pre-compiled headers when the source .cpp | Steven Knight | 2010-01-06 | 1 | -0/+107 |
| | | | | file is listed in both the env.PCH() and env.Program() calls. |