summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | | PEP 8 fileWilliam Deegan2019-04-221-4/+10
| | * | | | | | Merge branch 'master' of github.com:SCons/scons into fix_3350_mslink_tempfile...William Deegan2019-04-2226-232/+187
| | |\ \ \ \ \ \ | | | |/ / / / / | | |/| | / / / | | | | |/ / / | | | |/| | |
| | | * | | | Fixup some code triggering pylint errors.Mats Wichmann2019-04-2126-232/+187
| | * | | | | 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-188-17/+21
| | |/ / /
| * | | | [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-133-12/+18
| |/ / /
| * | | Give sconsign a default filename.Mats Wichmann2019-04-052-39/+52
| | |/ | |/|
* | | Fix sider complainWilliam Deegan2019-04-261-1/+1
* | | Move target_peers to slots from attributesWilliam Deegan2019-04-022-1/+9
* | | update changes.txtWilliam Deegan2019-04-021-3/+13
* | | Merge branch 'master' of github.com:SCons/scons into fix_mongo_bug_33111_mult...William Deegan2019-04-0210-36/+31
|\ \ \ | |/ /
| * | [PR #3331] resync with PR #3330Mats Wichmann2019-03-301-2/+1
| * | Add changelog for PR #3331Mats Wichmann2019-03-301-0/+2
| * | [PY 3.8] tempoary fix: move imp importMats Wichmann2019-03-301-1/+2
| * | [PY 3.8] fix some sider complaints in #3331Mats Wichmann2019-03-301-1/+0
| * | [PY 3.8] roll back scons-time to use os.popenMats Wichmann2019-03-301-4/+8
| * | [WIP] [PY 3.8] fix more warningsMats Wichmann2019-03-308-35/+25
* | | Fix issue #2811 spurious rebuilds due to incorrect waiting_parents on nodes w...William Deegan2019-04-021-0/+19
|/ /
* | [PR #333] close files to avoid scons-time racesMats Wichmann2019-03-292-11/+21
* | [PR #3330] try to eliminate race in scons-timeMats Wichmann2019-03-291-23/+3
* | Reset to development post merge from release branchWilliam Deegan2019-03-273-33/+70
* | 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