summaryrefslogtreecommitdiff
path: root/test/MSVC
Commit message (Expand)AuthorAgeFilesLines
* Fix MSVC_UWP_APP test to take into account the MSVC_VERSION.Ibrahim Esmat2017-07-311-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-261-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-123-8/+11
* py2/3 must_match mode='r' changesWilliam Deegan2017-03-121-10/+10
* remove mode b's py2/3William Deegan2017-03-121-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-102-64/+65
|\
| * Post merge commit for safety. Building Fortran code works, but tests fail.Russel Winder2015-12-242-64/+65
| |\
| | * 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
* | | Fix for backslash being treated as an escape characterThomas Tanner2016-01-301-2/+2
|/ /
* | Add a test on basic PCH behavior: bulid a simple executable and a simple shar...pchdllAlexandre Feblot2015-04-291-0/+79
|/
* - 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-061-1/+12
* MSVC11 needs PCH objects added to the link line.Gary Oberbrunner2012-05-061-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
* Add emacs and vim editing settings to the bottom of *.py files.Steven Knight2009-02-0912-0/+72
* Remove (lots) more unnecessary imports.Steven Knight2009-02-062-76/+75
* Relax the precompiled header performance criterion to a 15% improvement,Steven Knight2009-01-281-2/+7
* Issue 1086: add support for generic batch build actions, andSteven Knight2009-01-091-0/+155
* Make the test/MSVC/{msvc,hierarchical}.py tests work even ifSteven Knight2008-09-192-4/+4
* Merged revisions 2880-2883,2885-2895 via svnmerge fromSteven Knight2008-04-213-90/+173
* Merged revisions 2647-2719 via svnmerge fromSteven Knight2008-03-312-3/+3
* Merged revisions 2527-2645 via svnmerge fromSteven Knight2008-02-041-0/+81
* Merged revisions 2454-2525 via svnmerge fromSteven Knight2007-12-131-5/+5
* Merged revisions 1907-1940,1942-1967 via svnmerge fromSteven Knight2007-06-012-0/+159
* Merged revisions 1582-1665 via svnmerge fromSteven Knight2006-11-026-24/+102
* Have Visual Studio echo that we're using SCons to build things, to work aroun...Steven Knight2005-08-201-1/+2