Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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> | ||||
* | 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 |
| | |||||
* | - moved check for an installed MSVC toolchain into its own function in TestSCons | Dirk Baechle | 2012-12-22 | 1 | -9/+1 |
| | |||||
* | - fixes for MinGW under Windows, mainly skipping MSVS-specific tests | Dirk Baechle | 2012-12-18 | 1 | -0/+5 |
| | |||||
* | MSVC: show valid $TARGET_ARCH values when invalid arch passed in. | Gary Oberbrunner | 2012-05-07 | 1 | -1/+12 |
| | |||||
* | 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. |