summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Tool/MSCommon/vc.py
Commit message (Expand)AuthorAgeFilesLines
* msvs host-target fix + vs19 supportMats Wichmann2019-07-151-40/+51
* Fix sider warningWilliam Deegan2019-06-201-1/+1
* Allow MSVCUnsupportedTargetArch and MSVCUnsupportedHostArch exceptions to pro...William Deegan2019-06-201-0/+4
* Switch back to None with proper comparison using is instead of notWilliam Deegan2019-06-191-4/+4
* Switch from testing for directory value being false to -1 as "" evaluates to ...William Deegan2019-06-191-4/+9
* Fix conflictWilliam Deegan2019-06-181-5/+0
* Added tests to logic changes by mhqtronic PR #3375William Deegan2019-06-181-17/+25
* Fix Issue #3333 - Find vswhere under 32 bit windows installsWilliam Deegan2019-03-261-7/+15
* Fix syntax error from reverting popen context mgrMats Wichmann2019-02-101-3/+3
* Undo part of the windows context manager changeMats Wichmann2019-02-091-3/+5
* Fix some more subprocess-unclosed-file warningsMats Wichmann2019-02-081-15/+17
* fix for case where nothing is return from vswhereDaniel2019-02-051-7/+8
* updated platform dict names and used context manager for opening toolset vers...Daniel Moody2019-01-141-10/+10
* accidently moved a change in CHANGES.txt, moving it backDaniel2019-01-141-14/+0
* fix changes.txt and added some commentsDaniel2019-01-131-0/+36
* update commentDaniel2019-01-121-2/+3
* updated msvs to handle newer versions, and moved host/target combos to dictDaniel2019-01-121-23/+36
* added name for cl.exe and have older versions walk for cl.exeDaniel2019-01-101-12/+17
* added support for checking for arm target support, and UWP apps for 2017Daniel2019-01-101-29/+61
* merged from remoteDaniel2019-01-101-23/+35
|\
| * removed unused varied, added named expections, whitespace and commentsDaniel Moody2019-01-091-19/+28
| * reverted tests so they can use a default host == target platform for find msvcDaniel Moody2019-01-091-2/+2
| * added ability to get vc dir without env (assume host == target) and fixed testDaniel Moody2019-01-091-3/+7
| * updated to use the target archDaniel2019-01-091-7/+59
* | merge mats vc tool updatesDaniel2019-01-101-42/+72
|\ \
| * | stray close-paren characterMats Wichmann2018-11-221-1/+1
| * | PR#3230: fix some debug, accept list from vswhereMats Wichmann2018-11-221-17/+32
| * | Documentation cleanup for vswhere-related fixMats Wichmann2018-11-181-30/+51
| * | For PR#3222: improve ms build findingMats Wichmann2018-11-181-4/+19
* | | updated to use the target archDaniel2019-01-091-7/+60
| |/ |/|
* | make sure not to modify environment if just checkingDaniel2019-01-091-4/+5
* | leave old version to check if cl existsDaniel2019-01-091-4/+12
* | use the vcvars batch script to find installed vc'sDaniel2019-01-091-10/+9
|/
* also check for 64 bit compiler and added some commentsDaniel2018-08-131-1/+4
* updated vc and tests to check the msvc cl binaryDaniel2018-08-131-2/+12
* Fix for building under python3.5 via bootstrapgrbd2017-08-151-1/+3
* fix comment for vswhere logicWilliam Deegan2017-08-081-1/+1
* Fix VS2017 detection logic to fail properly when run on linux (posix) systemsWilliam Deegan2017-08-081-4/+11
* Pull Request contents P$ 489 from Steve Robinson. Manual edit/checkin becaus...William Deegan2017-08-071-12/+43
* Change UWP_APP to be MSVC_UWP_APPIbrahim Esmat2017-07-241-1/+1
* Windows: Added the capability to build Windows Store Compatible librariesIbrahim Esmat2017-07-211-1/+1
* Windows: Added the capability to build Windows Store Compatible librariesIbrahim Esmat2017-07-211-7/+14
* When iterating over dict.items(), we do not need a new list.Craig Rodrigues2017-03-121-1/+1
* fix PCHPDBFLAGS changes to not crash if version of MSVC is unknown, and defau...William Deegan2016-11-271-5/+6
* Futurize stage 2 2to3 fixes only.William Blevins2016-09-201-1/+1
* Post merge commit for safety. Building Fortran code works, but tests fail.Russel Winder2015-12-241-40/+64
|\
| * removed several pre-2.7 methods and imports, including some basic refactoringsDirk Baechle2015-12-101-2/+2
| * Merged in hhsprings/scons (pull request #222)William Deegan2015-10-021-35/+57
| |\
| | * This patch is not for Python 2.7, but for `Microsoft Visual C++ Compilerhhsprings2015-03-131-31/+53
| * | Add Visual Studio 2015 support to SConsRob Smith2015-07-141-1/+5
| |/