summaryrefslogtreecommitdiff
path: root/src/engine/SCons/Tool
Commit message (Expand)AuthorAgeFilesLines
* Add /nologo flag to RCFLAGSMaciej Kumorek2019-03-061-1/+1
* copy logic from lex to find win_bison if installed via chocolateyWilliam Deegan2019-03-021-1/+29
* only use no-unistd option with MSVC environmentDaniel2019-02-282-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-161-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-072-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-132-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-041-400/+563
| | |/ | |/|
* | | fix for case where nothing is return from vswhereDaniel2019-02-041-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-131-0/+7
* | accidently moved a change in CHANGES.txt, moving it backDaniel2019-01-131-14/+0
* | fix changes.txt and added some commentsDaniel2019-01-121-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-081-4/+5
* | | leave old version to check if cl existsDaniel2019-01-081-4/+12
* | | use the vcvars batch script to find installed vc'sDaniel2019-01-086-15/+14
| |/ |/|
* | small type-related cleanupsMats Wichmann2018-12-172-5/+9
* | rebuild docs with changes from applelink.xml changes. Fix mistyped APPLELINK_...William Deegan2018-12-101-1/+1
* | Added docs for _APPLELINK_COMPATIBILITY_VERSION and _APPLELINK_CURRENT_VERSIO...William Deegan2018-12-101-1/+25
* | Add APPLELINK_NO_CURRENT_VERSION and APPLELINK_NO_COMPATIBILITY_VERSION to al...William Deegan2018-12-102-8/+68
* | Fix :r -> !r in some debug print statements per mwichmann [ci skip]William Deegan2018-12-101-3/+3