summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Tool
Commit message (Expand)AuthorAgeFilesLines
* Fix Issue #3333 - Find vswhere under 32 bit windows installsWilliam Deegan2019-03-261-7/+15
* Add support for MSSDK V10.0A fixes GH Issue #3329William Deegan2019-03-181-0/+10
* Merge pull request #3328 from bdbaddog/gh_issue_2799_mingw_respect_comstrWilliam Deegan2019-03-121-31/+33
|\
| * PEP8William Deegan2019-03-111-29/+30
| * Fix issue #2799 - Get mingw tool to respect SHCCCOMSTR, SHLINKCOMSTR and LDMO...William Deegan2019-03-111-2/+3
* | Merge pull request #3327 from mwichmann/open-and-regex-cleanupsWilliam Deegan2019-03-105-17/+27
|\ \ | |/ |/|
| * Clean up some file opens, regex stringsMats Wichmann2019-03-075-17/+27
* | Add /nologo flag to RCFLAGSMaciej Kumorek2019-03-071-1/+1
|/
* copy logic from lex to find win_bison if installed via chocolateyWilliam Deegan2019-03-031-1/+29
* only use no-unistd option with MSVC environmentDaniel2019-03-012-4/+10
* add win_flex as option for windows, add choco default path, and add flag for ...Daniel2019-02-202-10/+25
* condensed and organized codeDaniel2019-02-171-20/+12
* update lex tool to find paths on windowsDaniel2019-02-161-3/+41
* Merge pull request #3270 from dmoody256/mingw_link_issueWilliam Deegan2019-02-152-1/+8
|\
| * Merge remote-tracking branch 'origin/master' into mingw_link_issueDaniel2019-02-082-407/+574
| |\
| * \ Merge remote-tracking branch 'origin/master' into mingw_link_issueDaniel2019-01-3012-97/+312
| |\ \
| * | | check to make sure that the CCFLAGS are a CLVarDaniel2019-01-301-2/+6
| * | | fixed mingw emitter to convert str to node before accessing node member, and ...Daniel2019-01-142-1/+4
* | | | Merge pull request #3297 from mwichmann/win-resourcewarnWilliam Deegan2019-02-152-16/+22
|\ \ \ \
| * | | | 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-082-17/+21
| | |_|/ | |/| |
* | | | Add textfile tool to defaultsMats Wichmann2019-02-082-2/+4
|/ / /
* | | Add arm targets to doc for MSVS_ARCHMats Wichmann2019-02-061-3/+6
* | | Merge pull request #3289 from mwichmann/msvs-xmlWilliam Deegan2019-02-051-400/+563
|\ \ \
| * | | Pretty-print msvs.xmlMats Wichmann2019-02-051-400/+563
| | |/ | |/|
* | | fix for case where nothing is return from vswhereDaniel2019-02-051-7/+8
|/ /
* | Quiet Py3 resource warningsMats Wichmann2019-01-252-20/+38
* | updated platform dict names and used context manager for opening toolset vers...Daniel Moody2019-01-141-10/+10
* | updated documentationDaniel2019-01-141-0/+7
* | 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-122-23/+41
* | added test for vs 14.1 and checking arm targetsDaniel2019-01-122-13/+22
* | 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-102-30/+62
* | 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-102-43/+73
|\ \ \
| * | | stray close-paren characterMats Wichmann2018-11-221-1/+1
| * | | PR#3230: fix some debug, accept list from vswhereMats Wichmann2018-11-222-18/+33
| * | | Documentation cleanup for vswhere-related fixMats Wichmann2018-11-181-30/+51
| * | | For PR#3222: improve ms build findingMats Wichmann2018-11-181-4/+19
| * | | Add Textfile/Substfile to default.Mats Wichmann2018-11-171-0/+2
* | | | updated to use the target archDaniel2019-01-091-7/+60
| |/ / |/| |
* | | make sure not to modify environment if just checkingDaniel2019-01-091-4/+5