| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | Fix is/is not syntax | Mats Wichmann | 2019-02-11 | 1 | -2/+2 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | Fix test so use os.sep instead of hardcoded backslash for MSVC_BATCH=true /Fo... | William Deegan | 2018-03-24 | 1 | -5/+6 |
|
|
* | 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 |
|
|
* | Fix MSVC_UWP_APP test to take into account the MSVC_VERSION. | Ibrahim Esmat | 2017-07-27 | 1 | -3/+9 |
|
|
* | Fix MSVC_UWP_APP test to take into account the MSVC_VERSION. | Ibrahim Esmat | 2017-07-27 | 1 | -8/+10 |
|
|
* | Fix MSVC_UWP_APP test to take into account the MSVC_VERSION. | Ibrahim Esmat | 2017-07-27 | 1 | -8/+30 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | | 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 shar...pchdll | Alexandre Feblot | 2015-04-29 | 1 | -0/+79 |
|
|
* | | 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 |
|
|
* | mSVC: fixed test problem in test/MSVC/embed-manifest.py by ensuring a manifes... | Gary Oberbrunner | 2011-05-29 | 1 | -6/+5 |
|
|
* | Fix bug 2722 - get rid of warnings about missing MSVC, now will only be shown... | William Deegan | 2011-05-17 | 1 | -0/+11 |
|
|
* | 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 f... | Gary Oberbrunner | 2011-04-24 | 1 | -0/+59 |
|
|
* | Fix issue #1632: quote /Fp in PCH to make precompiled hdrs work with variant ... | Gary Oberbrunner | 2011-03-02 | 1 | -0/+85 |
|
|
* | 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 expos... | William Deegan | 2010-04-06 | 1 | -0/+58 |
|
|
* | Move 2.0 changes collected in branches/pending back to trunk for further | Greg Noel | 2010-03-25 | 5 | -8/+6 |
|
|
* | Issue 2505: fix use of pre-compiled headers when the source .cpp | Steven Knight | 2010-01-06 | 1 | -0/+107 |
|
|
* | Explicitly initialize the environment tools=['mssdk', 'msvc', 'mslink'] | Steven Knight | 2009-11-30 | 2 | -2/+6 |
|
|
* | Fix line endings. | Steven Knight | 2009-02-22 | 3 | -252/+252 |
|
|
* | Merged revisions 3088-3319,3321-3322,3324-3349,3351-3481,3483-3484,3486-3520,... | Steven Knight | 2009-02-21 | 3 | -5/+69 |
|
|
* | Remove more unnecessary imports from test scripts. | Steven Knight | 2009-02-11 | 2 | -3/+0 |
|
|
* | Add the $CCFLAGS variable to the $PCHCOM command line, and rearrange | Steven Knight | 2009-02-09 | 1 | -1/+10 |
|
|
* | Doc string fix. | Steven Knight | 2009-02-09 | 1 | -1/+1 |
|
|