summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Tool/MSCommon
Commit message (Expand)AuthorAgeFilesLines
* Add MSVC10 and MSVC11 support to get_output low-level bat script runner.Gary Oberbrunner2012-10-021-0/+2
* Fix typo introduced during recent change to vc.pyGary Oberbrunner2012-08-051-1/+1
* Forgot the req_Steven Verbeek2012-07-181-1/+1
* Changed to proper methodSteven Verbeek2012-07-181-1/+1
* Fixes an issue with 64 bit Windows 7 running 32 bit Visual Express C++ 2010Steven Verbeek2012-07-051-1/+1
* MSVC: show valid $TARGET_ARCH values when invalid arch passed in.Gary Oberbrunner2012-05-071-1/+2
* fix + solution generation fixesstopiccot2012-03-041-2/+2
* start of msvc11 supportstopiccot2012-03-022-3/+34
* Fix bug 2722 - get rid of warnings about missing MSVC, now will only be shown...William Deegan2011-05-171-4/+7
* bug 2668 - add initial support for vs/vc 2010, and limit vc2010 Express to on...William Deegan2010-08-231-0/+27
* Architecture canonicalization fixes:Steven Knight2010-06-071-9/+12
* When trying to execute v[cs]*vars*.bat scripts to fetch the VisualSteven Knight2010-06-062-8/+39
* Initial Migration of MSVC logic from 1.3 branch.William Deegan2010-06-032-64/+114
* Remove a spurious checked-in vc.py.bak file.Steven Knight2010-05-201-394/+0
* Convert old-style classes in MS Tool modules to new-style classes.Steven Knight2010-05-183-3/+3
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-243-10/+0
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-153-7/+5
* Fix vc9.0 express issue, misspelling, and add testcase which would have expos...William Deegan2010-04-061-1/+3
* Revert revision 4742. How hard is it to understand "No bugfixes in 2.0"?Greg Noel2010-03-311-4/+1
* Fix exception thrown when VC9.0Exp is used.William Deegan2010-03-311-1/+4
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-03-291-2/+2
* Move 2.0 changes collected in branches/pending back to trunk for furtherGreg Noel2010-03-254-19/+19
* Prevent "Exp" in MSVC version name from causing problems.Gary Oberbrunner2010-03-191-1/+4
* Fix for MSSDK initialiationWilliam Deegan2010-03-193-6/+10
* More VS/VC/SDK debug code.William Deegan2010-03-162-5/+12
* Add more debug output to Visual Studio/VC/ SDK initializationWilliam Deegan2010-03-152-0/+5
* Mainly patch from James TehWilliam Deegan2010-02-102-11/+23
* MS win32 sdk issue, fixed requested arch to not request cross compile when bu...William Deegan2010-02-091-6/+14
* Fix the case where neither vc nor sdk script exist or, vc doesn't work and sd...William Deegan2010-02-071-1/+1
* Gracefully handle not finding the VC and/or SDK setup batch scripts.William Deegan2010-02-051-7/+15
* It should now handle picking up the SDK compilers when the VC vcvarsall.bat d...William Deegan2010-02-042-13/+81
* Fix #2515: use better way to detect 64-bit OS.Gary Oberbrunner2010-01-111-4/+19
* Fix get_host_target()'s use of platform.machine() on Python versionsSteven Knight2009-11-281-1/+7
* Add a compat module for the (Python 2.3) platform.py module so that testsSteven Knight2009-11-271-0/+1
* Fix wrong var name in r4486, thanks Greg!Gary Oberbrunner2009-11-261-2/+2
* Use VisualCMissingWarning instead of making a stack trace for unsupported MSV...Gary Oberbrunner2009-11-261-3/+3
* Python 1.5 fix: no +=Steven Knight2009-11-261-3/+4
* Another test fix for the MSVS tests.Gary Oberbrunner2009-11-251-0/+4
* A couple more test fixes, to make test/import.py work on Linux.Gary Oberbrunner2009-11-251-3/+3
* Fix check for too-old Visual Studio with non-x86 arch; thanks to Roberto De V...Gary Oberbrunner2009-11-241-1/+1
* ENH: explicit check for supported arch per version when using batch file.David Cournapeau2009-11-231-0/+43
* REF: query host/target arch only when using bat file.David Cournapeau2009-11-231-2/+1
* ENH: add a cache for get_installed_vcs, as it used for every MS tool exists f...David Cournapeau2009-11-191-3/+13
* BUG: fix caching bug for msvc_setup_once.David Cournapeau2009-11-191-1/+1
* REF: remove duplicated function msvc_setup_env_once.David Cournapeau2009-11-191-10/+0
* BUG: fix MSVC_USE_SCRIPT=False case.David Cournapeau2009-11-191-2/+5
* BUG: return early with warning if no version of vc is found.David Cournapeau2009-11-191-0/+6
* BUG: catch any VisualCException when querying available versions through find...David Cournapeau2009-11-191-4/+14
* ENH: add support for Itanium architecture.David Cournapeau2009-11-191-2/+5
* ENH: use Gary error checking, but using exception instead of returning error ...David Cournapeau2009-11-191-17/+27