summaryrefslogtreecommitdiffstats
path: root/src/engine
Commit message (Expand)AuthorAgeFilesLines
* Issue #3350 - Refactor EnvironmentError to SConsEnvironmentError to avoid ove...William Deegan2019-04-187-17/+17
* [PY 3.8] fix some sider complaints in #3331Mats Wichmann2019-03-301-1/+0
* [WIP] [PY 3.8] fix more warningsMats Wichmann2019-03-307-33/+20
* 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-1015-52/+69
|\ \ | |/ |/|
| * Clean up some file opens, regex stringsMats Wichmann2019-03-0715-52/+69
* | Add /nologo flag to RCFLAGSMaciej Kumorek2019-03-071-1/+1
|/
* Merge pull request #3317 from bdbaddog/fix_win_md5_decider_malfunction_on_fre...William Deegan2019-03-041-7/+51
|\
| * Merge branch 'fix_win_md5_decider_malfunction_on_fresh_build' of github.com:b...William Deegan2019-03-038-28/+147
| |\
| | * Added logic to shortcut comparing prev_ni if there is no dependency map from ...William Deegan2019-03-031-4/+24
| | * On windows first try with native file paths with \\ then swap path to normali...William Deegan2019-03-031-7/+26
| * | Forgot to add current file csig when shortcutting calling changed_content(). ...William Deegan2019-03-021-0/+5
| * | Added logic to shortcut comparing prev_ni if there is no dependency map from ...William Deegan2019-03-011-4/+24
| * | On windows first try with native file paths with \\ then swap path to normali...William Deegan2019-02-271-7/+26
* | | [PYPY] fix way exit status is retrieved in mainMats Wichmann2019-03-031-1/+1
| |/ |/|
* | copy logic from lex to find win_bison if installed via chocolateyWilliam Deegan2019-03-031-1/+29
* | Merge pull request #3290 from dmoody256/make_lex_tool_cross_platformWilliam Deegan2019-03-034-3/+58
|\ \
| * | 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-203-10/+29
| * | condensed and organized codeDaniel2019-02-171-20/+12
| * | update lex tool to find paths on windowsDaniel2019-02-161-3/+41
* | | Merge pull request #3313 from bdbaddog/fix_gh_3303_force_config_alters_env_de...William Deegan2019-02-283-24/+60
|\ \ \ | |_|/ |/| |
| * | Update SConf tests to add scan arg to mocked out Node children() method since...William Deegan2019-02-281-1/+1
| * | Fix Issue #3303 --config=force overwritting passed in Environment's Decider a...William Deegan2019-02-272-23/+59
* | | [ci skip] correct TempFileMunge docstringMats Wichmann2019-02-231-2/+2
| |/ |/|
* | 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-085-410/+588
| |\ \
| * \ \ Merge remote-tracking branch 'origin/master' into mingw_link_issueDaniel2019-02-022-3/+3
| |\ \ \
| * \ \ \ Merge remote-tracking branch 'origin/master' into mingw_link_issueDaniel2019-01-3016-118/+465
| |\ \ \ \
| * | | | | 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
| | |_|_|/ / | |/| | | |
* | | | | | Clean up some tests: use context managersMats Wichmann2019-02-145-19/+30
| |_|_|_|/ |/| | | |
* | | | | Fix is/is not syntaxMats Wichmann2019-02-113-11/+11
* | | | | 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
|/ / / /
* | | | Merge pull request #3261 from mwichmann/doc-defaultWilliam Deegan2019-02-021-0/+4
|\ \ \ \
| * | | | Work on Default docu wording a bit moreMats Wichmann2019-01-191-0/+4
* | | | | Fix configure logic calling configured decider not handling DeciderNeedsNode ...William Deegan2019-02-021-2/+9
* | | | | handle exceptions slightly betterWilliam Deegan2019-02-021-1/+1
| |_|_|/ |/| | |