summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Enhanced --debug=explain output. Breaks out sources, depends, and implicit co...William Deegan2019-04-022-7/+19
* Merge pull request #3331 from mwichmann/py38warnsWilliam Deegan2019-04-0117-115/+150
|\
| * [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 more errors in #3331Mats Wichmann2019-03-301-17/+17
| * [PY 3.8] fix some sider complaints in #3331Mats Wichmann2019-03-303-2/+2
| * [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-3015-114/+143
|/
* Merge pull request #3330 from mwichmann/runtest-tweaksWilliam Deegan2019-03-296-217/+155
|\
| * [PR #333] close files to avoid scons-time racesMats Wichmann2019-03-294-19/+29
| * [PR #3330] try to eliminate race in scons-timeMats Wichmann2019-03-292-24/+3
| * [PR #3330] do not use shell in subproc callsMats Wichmann2019-03-291-14/+16
| * Runtest improvements for multi-job runsMats Wichmann2019-03-291-160/+107
|/
* Reset to development post merge from release branchWilliam Deegan2019-03-274-34/+71
* Merge pull request #3335 from SCons/rel_3.0.5William Deegan2019-03-2713-123/+114
|\
| * Release file updates for Release 3.0.53.0.5William Deegan2019-03-268-82/+61
| * Updates to CHANGES.txt for Release 3.0.5William Deegan2019-03-261-2/+3
| * Update generated docs for Release 3.0.5William Deegan2019-03-265-39/+50
|/
* Merge pull request #3334 from bdbaddog/fix_gh_3333_vswhere_for_32bit_win_installWilliam Deegan2019-03-262-7/+16
|\
| * Fix Issue #3333 - Find vswhere under 32 bit windows installsWilliam Deegan2019-03-262-7/+16
|/
* Merge pull request #3332 from bdbaddog/fix_gh_3329_add_mssdk_v100a_supportWilliam Deegan2019-03-213-0/+77
|\
| * 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
| * Add test to check if installed sdk version is supportedWilliam Deegan2019-03-181-0/+66
|/
* Merge pull request #3318 from mwichmann/fedora-rpcWilliam Deegan2019-03-121-0/+8
|\
| * rpcgen test accomodate distros using tirpcMats Wichmann2019-03-031-0/+8
* | Merge pull request #3271 from mwichmann/scons-symlinkWilliam Deegan2019-03-123-2/+5
|\ \
| * \ Merge branch 'master' into scons-symlinkWilliam Deegan2019-03-12162-1595/+3110
| |\ \ | |/ / |/| |
* | | Merge pull request #3328 from bdbaddog/gh_issue_2799_mingw_respect_comstrWilliam Deegan2019-03-127-31/+110
|\ \ \
| * | | [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-116-2/+79
* | | | Merge pull request #3325 from mwichmann/scons-time-fixesWilliam Deegan2019-03-103-13/+25
|\ \ \ \
| * \ \ \ Merge branch 'master' into scons-time-fixesWilliam Deegan2019-03-1025-87/+118
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | Merge pull request #3327 from mwichmann/open-and-regex-cleanupsWilliam Deegan2019-03-1018-71/+100
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Clean up some file opens, regex stringsMats Wichmann2019-03-0718-71/+100
* | | | | Merge pull request #3326 from macqm/macqm-rcflags-nologoWilliam Deegan2019-03-072-2/+4
|\ \ \ \ \
| * | | | | Add the changelog entryMaciej Kumorek2019-03-071-1/+3
| * | | | | Add /nologo flag to RCFLAGSMaciej Kumorek2019-03-071-1/+1
| |/ / / /
* | | | | Merge pull request #3316 from mwichmann/pypy-syntaxWilliam Deegan2019-03-072-2/+2
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | [PYPY support] adjust two expect strings for PyPy msgsMats Wichmann2019-03-032-2/+2
| | |_|/ | |/| |
* | | | [skip ci] reset to develop mode3.0.5a2William Deegan2019-03-055-12/+12
| | * | scons-time needed to revert some changesMats Wichmann2019-03-071-4/+4
| | * | [PYPY] [PY 3.8] add context mgr use in scons-timeMats Wichmann2019-03-053-17/+29
| |/ / |/| |
* | | Try another syntax to allow pypy3 failure in addtion to pypyWilliam Deegan2019-03-041-1/+2
* | | Merge pull request #3323 from mwichmann/add-pypy3William Deegan2019-03-042-5/+16
|\ \ \
| * | | [PYPY] don't specify xenial for pypy3Mats Wichmann2019-03-041-2/+1
| * | | [PYPY] further adjust travis-ci pypy3 buildMats Wichmann2019-03-042-4/+5
| * | | [PYPY] travis run pypy jobs with -j 3Mats Wichmann2019-03-041-3/+7