summaryrefslogtreecommitdiffstats
path: root/test/MSVC
Commit message (Expand)AuthorAgeFilesLines
* Add test to check if installed sdk version is supportedWilliam Deegan2019-03-181-0/+66
* Clean up some tests: use context managersMats Wichmann2019-02-141-4/+4
* Fix is/is not syntaxMats Wichmann2019-02-111-2/+2
* fix for case where nothing is return from vswhereDaniel2019-02-051-0/+51
* removed unused imports and other sider changesDaniel2019-01-121-2/+0
* added test for vs 14.1 and checking arm targetsDaniel2019-01-121-0/+22
* added name for cl.exe and have older versions walk for cl.exeDaniel2019-01-101-4/+3
* added support for checking for arm target support, and UWP apps for 2017Daniel2019-01-101-49/+92
* Change bug references from tigris -> githubMats Wichmann2018-04-241-1/+1
* Fix test so use os.sep instead of hardcoded backslash for MSVC_BATCH=true /Fo...William Deegan2018-03-241-5/+6
* fix #3106 MSVC handling MSVC_BATCH with targetdir which requires escaping.William Deegan2018-03-246-3/+48
* Replace all instances of `int main()` with `int main(void)`Jonathon Reinhart2018-02-112-2/+2
* Fix MSVC_UWP_APP test to take into account the MSVC_VERSION.Ibrahim Esmat2017-08-011-9/+8
* Fix MSVC_UWP_APP test to take into account the MSVC_VERSION.Ibrahim Esmat2017-07-271-3/+9
* Fix MSVC_UWP_APP test to take into account the MSVC_VERSION.Ibrahim Esmat2017-07-271-8/+10
* Fix MSVC_UWP_APP test to take into account the MSVC_VERSION.Ibrahim Esmat2017-07-271-8/+30
* Minor changes for Code ReviewIbrahim Esmat2017-07-261-4/+4
* Added MSVC_UWP_APP test to test setting MSVC_UWP_APP constructionIbrahim Esmat2017-07-261-0/+103
* fix py2/3 issues mostly rb/wb mode='r' fixesWilliam Deegan2017-03-133-8/+11
* py2/3 must_match mode='r' changesWilliam Deegan2017-03-131-10/+10
* remove mode b's py2/3William Deegan2017-03-131-4/+4
* Moved common my<xxx>.py functions to global fixture and resolve byte/str.William Blevins2016-10-034-56/+8
* fixes for print()'s for win32William Deegan2016-05-131-1/+1
* Commit resolved conflicted merge.Russel Winder2016-04-101-2/+2
|\
| * Fix for backslash being treated as an escape characterThomas Tanner2016-01-301-2/+2
* | Post merge commit for safety. Building Fortran code works, but tests fail.Russel Winder2015-12-241-0/+79
|\ \ | |/
| * Add a test on basic PCH behavior: bulid a simple executable and a simple shar...pchdllAlexandre Feblot2015-04-291-0/+79
* | Made former 2to3 changes Python 2.7 compatible (or removed unneeded changes).Stefan Zimmermann2014-03-311-0/+1
* | Result of raw 2to3 run (2to3-2.7); checkpoint for python3 conversion.Gary Oberbrunner2013-09-222-64/+64
|/
* - moved check for an installed MSVC toolchain into its own function in TestSConsDirk Baechle2012-12-2212-117/+12
* - fixes for MinGW under Windows, mainly skipping MSVS-specific testsDirk Baechle2012-12-1812-0/+57
* MSVC: show valid $TARGET_ARCH values when invalid arch passed in.Gary Oberbrunner2012-05-071-1/+12
* MSVC11 needs PCH objects added to the link line.Gary Oberbrunner2012-05-071-85/+85
* mSVC: fixed test problem in test/MSVC/embed-manifest.py by ensuring a manifes...Gary Oberbrunner2011-05-291-6/+5
* Fix bug 2722 - get rid of warnings about missing MSVC, now will only be shown...William Deegan2011-05-171-0/+11
* Skip MSVC/batch-longlines test on non-Windows platforms.Gary Oberbrunner2011-05-031-0/+5
* Fix issue 2627: MSVC_BATCH=False should turn off batch, not turn it on.Gary Oberbrunner2011-04-241-0/+13
* Fix issue 2628, long compile lines in batch mode. Thanks to Grzegorz Bizo f...Gary Oberbrunner2011-04-241-0/+59
* Fix issue #1632: quote /Fp in PCH to make precompiled hdrs work with variant ...Gary Oberbrunner2011-03-021-0/+85
* Support automatically embedding manifests in EXEs and DLLs on Windows.Gary Oberbrunner2011-03-021-0/+88
* Fix test for non-win32 platformsWilliam Deegan2010-04-061-5/+4
* Fix vc9.0 express issue, misspelling, and add testcase which would have expos...William Deegan2010-04-061-0/+58
* Move 2.0 changes collected in branches/pending back to trunk for furtherGreg Noel2010-03-255-8/+6
* Issue 2505: fix use of pre-compiled headers when the source .cppSteven Knight2010-01-061-0/+107
* Explicitly initialize the environment tools=['mssdk', 'msvc', 'mslink']Steven Knight2009-11-302-2/+6
* Fix line endings.Steven Knight2009-02-223-252/+252
* Merged revisions 3088-3319,3321-3322,3324-3349,3351-3481,3483-3484,3486-3520,...Steven Knight2009-02-213-5/+69
* Remove more unnecessary imports from test scripts.Steven Knight2009-02-112-3/+0
* Add the $CCFLAGS variable to the $PCHCOM command line, and rearrangeSteven Knight2009-02-091-1/+10
* Doc string fix.Steven Knight2009-02-091-1/+1