summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons
Commit message (Expand)AuthorAgeFilesLines
...
| * | | [PR #3337] add testcase for tool lookupMats Wichmann2019-04-242-23/+46
| * | | Merge branch 'master' into tool-addWilliam Deegan2019-04-2340-319/+451
| |\ \ \
| | * \ \ Merge pull request #3352 from mwichmann/java-versWilliam Deegan2019-04-236-65/+169
| | |\ \ \
| | | * \ \ Merge pull request #1 from bdbaddog/java-versMats Wichmann2019-04-222-95/+136
| | | |\ \ \
| | | | * | | changes to unit test to avoid hitting the filesystemWilliam Deegan2019-04-222-95/+136
| | | * | | | Merge branch 'master' into java-versWilliam Deegan2019-04-2228-249/+198
| | | |\ \ \ \ | | | | |/ / / | | | |/| | |
| | | * | | | Move the jdk-version-glob test to unit testsMats Wichmann2019-04-171-0/+50
| | | * | | | Fix problems with jdk detectionMats Wichmann2019-04-145-42/+55
| | | | |_|/ | | | |/| |
| | * | | | Fix default value logic for TEMPFILEARGJOINWilliam Deegan2019-04-221-1/+1
| | * | | | Merge remote-tracking branch 'origin/fix_3350_mslink_tempfile_join_char' into...William Deegan2019-04-227-10/+75
| | |\ \ \ \
| | | * | | | Updated mslink, mslib, msvc, platform docs, and added unit testWilliam Deegan2019-04-227-6/+65
| | | * | | | PEP 8 fileWilliam Deegan2019-04-221-4/+10
| | * | | | | Merge branch 'master' of github.com:SCons/scons into fix_3350_mslink_tempfile...William Deegan2019-04-2225-232/+181
| | |\ \ \ \ \ | | | |/ / / / | | |/| | / / | | | | |/ / | | | |/| |
| | | * | | Fixup some code triggering pylint errors.Mats Wichmann2019-04-2125-232/+181
| | * | | | Issue #3350 - Add TEMPFILEARGJOINBYTE as a variable to be used to join each i...William Deegan2019-04-204-1/+15
| | |/ / /
| | * | | Issue #3350 - Refactor EnvironmentError to SConsEnvironmentError to avoid ove...William Deegan2019-04-187-17/+17
| | |/ /
| * | | [PR #3337] centralize definition of candidatesMats Wichmann2019-04-162-29/+23
| * | | [PR #3337] clean up lex and yacc toolsMats Wichmann2019-04-132-18/+28
| * | | [#3336] do not add not-found tool pathsMats Wichmann2019-04-132-12/+16
| |/ /
* | | Fix sider complainWilliam Deegan2019-04-261-1/+1
* | | Move target_peers to slots from attributesWilliam Deegan2019-04-022-1/+9
* | | Merge branch 'master' of github.com:SCons/scons into fix_mongo_bug_33111_mult...William Deegan2019-04-027-33/+19
|\ \ \ | |/ /
| * | [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 #2811 spurious rebuilds due to incorrect waiting_parents on nodes w...William Deegan2019-04-021-0/+19
|/ /
* | 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