| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 | 2 | -17/+21 |
|
|
| * | 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 test for vs 14.1 and checking arm targets | Daniel | 2019-01-12 | 1 | -8/+7 |
|
|
| * | 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 | 2 | -30/+62 |
|
|
| * | 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 | 2 | -43/+73 |
| |\ \ |
|
| | * | | 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 | 2 | -18/+33 |
|
|
| | * | | 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 |
|
|
| * | Module used an undefined class name | Mats Wichmann | 2018-05-02 | 1 | -4/+4 |
|
|
| * | 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 | 3 | -12/+61 |
|
|
| * | 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 |
|
|
| * | py2/3 when parsing output from dumping environment for vcvarsall.bat, convert... | William Deegan | 2017-05-31 | 1 | -37/+44 |
|
|
| * | switch VS2015 to SDK 10.0, and define SDK10.0 in sdk.py | William Deegan | 2017-05-14 | 2 | -1/+17 |
|
|
| * | When iterating over dict.items(), we do not need a new list. | Craig Rodrigues | 2017-03-12 | 3 | -3/+3 |
|
|
| * | fix PCHPDBFLAGS changes to not crash if version of MSVC is unknown, and defau... | William Deegan | 2016-11-27 | 1 | -5/+6 |
|
|
| * | Merged in rviney/scons (pull request #249) | William Deegan | 2016-11-27 | 1 | -1/+2 |
| |\ |
|
| | * | Merged scons/scons into default | Richard Viney | 2016-07-10 | 5 | -165/+128 |
| | |\ |
|
| | * | | Fix PCHPDBFLAGS causing a deprecation warning on MSVC v8 and later when using... | Richard Viney | 2015-09-18 | 1 | -1/+2 |
|
|
| * | | | Futurize stage 2 2to3 fixes only. | William Blevins | 2016-09-20 | 3 | -4/+4 |
| | |/
|/| |
|
| * | | Post merge commit for safety. Building Fortran code works, but tests fail. | Russel Winder | 2015-12-24 | 6 | -126/+144 |
| |\ \ |
|
| | * | | removed several pre-2.7 methods and imports, including some basic refactorings | Dirk Baechle | 2015-12-10 | 5 | -66/+10 |
|
|
| | * | | Merged in hhsprings/scons (pull request #222) | William Deegan | 2015-10-02 | 2 | -37/+59 |
| | |\ \
| | |/
| |/| |
|
| | | * | This patch is not for Python 2.7, but for `Microsoft Visual C++ Compiler | hhsprings | 2015-03-13 | 2 | -33/+55 |
|
|
| | * | | Add Visual Studio 2015 support to SCons | Rob Smith | 2015-07-14 | 3 | -1/+33 |
| | |/ |
|
| | * | added SDK 7.1 and 7.0A logic. Needs to be tested on systems with 7.0A install... | William Deegan | 2015-02-18 | 1 | -2/+25 |
|
|