| Commit message (Expand) | Author | Age | Files | Lines |
* | msvs host-target fix + vs19 support | Mats Wichmann | 2019-07-15 | 1 | -40/+51 |
|
|
* | Fix sider warning | William Deegan | 2019-06-20 | 1 | -1/+1 |
|
|
* | Allow MSVCUnsupportedTargetArch and MSVCUnsupportedHostArch exceptions to pro... | William Deegan | 2019-06-20 | 1 | -0/+4 |
|
|
* | Switch back to None with proper comparison using is instead of not | William Deegan | 2019-06-19 | 1 | -4/+4 |
|
|
* | Switch from testing for directory value being false to -1 as "" evaluates to ... | William Deegan | 2019-06-19 | 1 | -4/+9 |
|
|
* | Fix conflict | William Deegan | 2019-06-18 | 1 | -5/+0 |
|
|
* | Added tests to logic changes by mhqtronic PR #3375 | William Deegan | 2019-06-18 | 1 | -17/+25 |
|
|
* | Fix Issue #3333 - Find vswhere under 32 bit windows installs | William Deegan | 2019-03-26 | 1 | -7/+15 |
|
|
* | Fix syntax error from reverting popen context mgr | Mats Wichmann | 2019-02-10 | 1 | -3/+3 |
|
|
* | Undo part of the windows context manager change | Mats Wichmann | 2019-02-09 | 1 | -3/+5 |
|
|
* | Fix some more subprocess-unclosed-file warnings | Mats Wichmann | 2019-02-08 | 1 | -15/+17 |
|
|
* | fix for case where nothing is return from vswhere | Daniel | 2019-02-05 | 1 | -7/+8 |
|
|
* | updated platform dict names and used context manager for opening toolset vers... | Daniel Moody | 2019-01-14 | 1 | -10/+10 |
|
|
* | accidently moved a change in CHANGES.txt, moving it back | Daniel | 2019-01-14 | 1 | -14/+0 |
|
|
* | fix changes.txt and added some comments | Daniel | 2019-01-13 | 1 | -0/+36 |
|
|
* | update comment | Daniel | 2019-01-12 | 1 | -2/+3 |
|
|
* | updated msvs to handle newer versions, and moved host/target combos to dict | Daniel | 2019-01-12 | 1 | -23/+36 |
|
|
* | added name for cl.exe and have older versions walk for cl.exe | Daniel | 2019-01-10 | 1 | -12/+17 |
|
|
* | added support for checking for arm target support, and UWP apps for 2017 | Daniel | 2019-01-10 | 1 | -29/+61 |
|
|
* | merged from remote | Daniel | 2019-01-10 | 1 | -23/+35 |
|\ |
|
| * | removed unused varied, added named expections, whitespace and comments | Daniel Moody | 2019-01-09 | 1 | -19/+28 |
|
|
| * | reverted tests so they can use a default host == target platform for find msvc | Daniel Moody | 2019-01-09 | 1 | -2/+2 |
|
|
| * | added ability to get vc dir without env (assume host == target) and fixed test | Daniel Moody | 2019-01-09 | 1 | -3/+7 |
|
|
| * | updated to use the target arch | Daniel | 2019-01-09 | 1 | -7/+59 |
|
|
* | | merge mats vc tool updates | Daniel | 2019-01-10 | 1 | -42/+72 |
|\ \ |
|
| * | | stray close-paren character | Mats Wichmann | 2018-11-22 | 1 | -1/+1 |
|
|
| * | | PR#3230: fix some debug, accept list from vswhere | Mats Wichmann | 2018-11-22 | 1 | -17/+32 |
|
|
| * | | Documentation cleanup for vswhere-related fix | Mats Wichmann | 2018-11-18 | 1 | -30/+51 |
|
|
| * | | For PR#3222: improve ms build finding | Mats Wichmann | 2018-11-18 | 1 | -4/+19 |
|
|
* | | | updated to use the target arch | Daniel | 2019-01-09 | 1 | -7/+60 |
| |/
|/| |
|
* | | make sure not to modify environment if just checking | Daniel | 2019-01-09 | 1 | -4/+5 |
|
|
* | | leave old version to check if cl exists | Daniel | 2019-01-09 | 1 | -4/+12 |
|
|
* | | use the vcvars batch script to find installed vc's | Daniel | 2019-01-09 | 1 | -10/+9 |
|/ |
|
* | also check for 64 bit compiler and added some comments | Daniel | 2018-08-13 | 1 | -1/+4 |
|
|
* | updated vc and tests to check the msvc cl binary | Daniel | 2018-08-13 | 1 | -2/+12 |
|
|
* | Fix for building under python3.5 via bootstrap | grbd | 2017-08-15 | 1 | -1/+3 |
|
|
* | fix comment for vswhere logic | William Deegan | 2017-08-08 | 1 | -1/+1 |
|
|
* | Fix VS2017 detection logic to fail properly when run on linux (posix) systems | William Deegan | 2017-08-08 | 1 | -4/+11 |
|
|
* | Pull Request contents P$ 489 from Steve Robinson. Manual edit/checkin becaus... | William Deegan | 2017-08-07 | 1 | -12/+43 |
|
|
* | Change UWP_APP to be MSVC_UWP_APP | Ibrahim Esmat | 2017-07-24 | 1 | -1/+1 |
|
|
* | Windows: Added the capability to build Windows Store Compatible libraries | Ibrahim Esmat | 2017-07-21 | 1 | -1/+1 |
|
|
* | Windows: Added the capability to build Windows Store Compatible libraries | Ibrahim Esmat | 2017-07-21 | 1 | -7/+14 |
|
|
* | When iterating over dict.items(), we do not need a new list. | Craig Rodrigues | 2017-03-12 | 1 | -1/+1 |
|
|
* | fix PCHPDBFLAGS changes to not crash if version of MSVC is unknown, and defau... | William Deegan | 2016-11-27 | 1 | -5/+6 |
|
|
* | Futurize stage 2 2to3 fixes only. | William Blevins | 2016-09-20 | 1 | -1/+1 |
|
|
* | Post merge commit for safety. Building Fortran code works, but tests fail. | Russel Winder | 2015-12-24 | 1 | -40/+64 |
|\ |
|
| * | removed several pre-2.7 methods and imports, including some basic refactorings | Dirk Baechle | 2015-12-10 | 1 | -2/+2 |
|
|
| * | Merged in hhsprings/scons (pull request #222) | William Deegan | 2015-10-02 | 1 | -35/+57 |
| |\ |
|
| | * | This patch is not for Python 2.7, but for `Microsoft Visual C++ Compiler | hhsprings | 2015-03-13 | 1 | -31/+53 |
|
|
| * | | Add Visual Studio 2015 support to SCons | Rob Smith | 2015-07-14 | 1 | -1/+5 |
| |/ |
|