summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Release file updates for Release 3.0.53.0.5William Deegan2019-03-263-71/+44
* Updates to CHANGES.txt for Release 3.0.5William Deegan2019-03-261-2/+3
* Fix Issue #3333 - Find vswhere under 32 bit windows installsWilliam Deegan2019-03-262-7/+16
* Add bugfix info to CHANGES.txtWilliam Deegan2019-03-181-0/+1
* Add support for MSSDK V10.0A fixes GH Issue #3329William Deegan2019-03-181-0/+10
* Merge branch 'master' into scons-symlinkWilliam Deegan2019-03-1243-606/+1063
|\
| * Merge pull request #3328 from bdbaddog/gh_issue_2799_mingw_respect_comstrWilliam Deegan2019-03-122-31/+34
| |\
| | * [skip ci] Add info to CHANGES.txtWilliam Deegan2019-03-121-0/+1
| | * 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 branch 'master' into scons-time-fixesWilliam Deegan2019-03-1018-56/+76
| |\ \
| | * \ Merge pull request #3327 from mwichmann/open-and-regex-cleanupsWilliam Deegan2019-03-1016-52/+70
| | |\ \ | | | |/ | | |/|
| | | * Clean up some file opens, regex stringsMats Wichmann2019-03-0716-52/+70
| | * | Add the changelog entryMaciej Kumorek2019-03-071-1/+3
| | * | Add /nologo flag to RCFLAGSMaciej Kumorek2019-03-071-1/+1
| | |/
| | * [skip ci] reset to develop mode3.0.5a2William Deegan2019-03-052-2/+2
| * | [PYPY] [PY 3.8] add context mgr use in scons-timeMats Wichmann2019-03-052-4/+13
| |/
| * 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-039-31/+159
| | |\
| | | * 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-032-1/+2
| | |/ | |/|
| * | Add support for usign chocolatey install winflexbison package with tools name...William Deegan2019-03-031-1/+2
| * | 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-035-5/+63
| |\ \
| | * | only use no-unistd option with MSVC environmentDaniel2019-03-013-5/+13
| | * | 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-162-5/+44
| * | | Merge pull request #3313 from bdbaddog/fix_gh_3303_force_config_alters_env_de...William Deegan2019-02-284-24/+62
| |\ \ \
| | * | | 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-273-23/+61
| * | | | Fix typoBernhard M. Wiedemann2019-02-281-1/+1
| * | | | Do not store build user nameBernhard M. Wiedemann2019-02-281-1/+1
| * | | | Do not store build host nameBernhard M. Wiedemann2019-02-281-0/+3
| | |_|/ | |/| |
| * | | [ci skip] correct TempFileMunge docstringMats Wichmann2019-02-231-2/+2
| | |/ | |/|
| * | Merge pull request #3270 from dmoody256/mingw_link_issueWilliam Deegan2019-02-153-1/+10
| |\ \
| | * \ Merge remote-tracking branch 'origin/master' into mingw_link_issueDaniel2019-02-086-412/+597
| | |\ \
| | * \ \ Merge remote-tracking branch 'origin/master' into mingw_link_issueDaniel2019-02-023-3/+7
| | |\ \ \
| | * \ \ \ Merge remote-tracking branch 'origin/master' into mingw_link_issueDaniel2019-01-3020-124/+499
| | |\ \ \ \
| | * | | | | check to make sure that the CCFLAGS are a CLVarDaniel2019-01-301-2/+6
| | * | | | | updated CHANGES.txtDaniel2019-01-141-0/+2
| | * | | | | 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
| | | |_|_|/ / | | |/| | | |