summaryrefslogtreecommitdiffstats
path: root/src/engine
Commit message (Expand)AuthorAgeFilesLines
* 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
| |_|_|/ |/| | |
* | | | update EnvironmentTest to work with new defaultDaniel2019-01-301-2/+2
* | | | change default for AppendENVPath to not move existing pathsDaniel2019-01-281-1/+1
| |_|/ |/| |
* | | Quiet Py3 resource warningsMats Wichmann2019-01-252-20/+38
|/ /
* | Merge pull request #3274 from pasdVn/cpp-regexWilliam Deegan2019-01-192-5/+111
|\ \
| * | Enhance cpp scanner regex logic to detect if/elif expressions without whitesp...Tobias Herzog2019-01-182-5/+111
* | | TEMPFILEPRFIX test changed backMats Wichmann2019-01-171-4/+5
* | | Set defaults for TEMPFILE* differentlyMats Wichmann2019-01-161-8/+6
* | | Change TEMPFILEEXTENSION to TEMPFILESUFFIXMats Wichmann2019-01-162-8/+24
* | | [WIP] customizable tempfile extension (issue #2431)Mats Wichmann2019-01-161-12/+23
|/ /
* | updated platform dict names and used context manager for opening toolset vers...Daniel Moody2019-01-141-10/+10
* | updated documentationDaniel2019-01-141-0/+7