summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [PY 3.8] file closes in tools and othersMats Wichmann2019-04-2516-92/+108
* [PY 3.8] modernize common test fixturesMats Wichmann2019-04-255-49/+83
* Merge pull request #3337 from mwichmann/tool-addWilliam Deegan2019-04-247-98/+148
|\
| * [PR #3337] fix two minor Sider complaintsMats Wichmann2019-04-241-2/+1
| * [PR #3337] test case now uses mocked envMats Wichmann2019-04-241-24/+42
| * [PR #3337] add testcase for tool lookupMats Wichmann2019-04-242-23/+46
| * Merge branch 'master' into tool-addWilliam Deegan2019-04-2364-403/+624
| |\ | |/ |/|
* | Merge pull request #3339 from mwichmann/ci-multiWilliam Deegan2019-04-239-48/+58
|\ \
| * | [PR #3339] Updates for that failedMats Wichmann2019-04-017-27/+30
| * | Run all CI builds with -j 2Mats Wichmann2019-04-012-21/+28
* | | Merge pull request #3352 from mwichmann/java-versWilliam Deegan2019-04-2310-81/+235
|\ \ \
| * \ \ 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-2231-262/+218
| |\ \ \ \ | | |/ / / | |/| | |
| * | | | Move the jdk-version-glob test to unit testsMats Wichmann2019-04-172-94/+50
| * | | | Add a test for JDK glob matchingMats Wichmann2019-04-161-0/+94
| * | | | [PR #3352] fix sider complaints: bare exceptMats Wichmann2019-04-142-4/+4
| * | | | Fix problems with jdk detectionMats Wichmann2019-04-148-51/+117
* | | | | Merge pull request #3358 from bdbaddog/fix_3350_mslink_tempfile_join_charWilliam Deegan2019-04-2317-17/+115
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Fix default value logic for TEMPFILEARGJOINWilliam Deegan2019-04-221-1/+1
| * | | | Fix Issue #3350 - Update CHANGES.txt and RELEASE.txtWilliam Deegan2019-04-222-1/+6
| * | | | Merge remote-tracking branch 'origin/fix_3350_mslink_tempfile_join_char' into...William Deegan2019-04-2215-21/+100
| |\ \ \ \
| | * | | | Doc updatesWilliam Deegan2019-04-228-11/+25
| | * | | | 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-2226-232/+187
| |\ \ \ \ \ | |/ / / / / |/| / / / / | |/ / / /
* | | | | Merge pull request #3356 from mwichmann/lintyWilliam 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
|/ / / /
* | | | Merge pull request #3354 from bdbaddog/fix_3350_overloading_EnvironmentErrorWilliam Deegan2019-04-1810-26/+30
|\ \ \ \ | |/ / / |/| | |
| * | | Issue #3350 - Refactor EnvironmentError to SConsEnvironmentError to avoid ove...William Deegan2019-04-1810-26/+30
|/ / /
| | * [PR #3337] centralize definition of candidatesMats Wichmann2019-04-162-29/+23
| | * [PR #3337] clean up lex and yacc toolsMats Wichmann2019-04-133-19/+29
| | * [#3336] do not add not-found tool pathsMats Wichmann2019-04-133-12/+18
| |/ |/|
* | Merge pull request #3343 from mwichmann/sconsign-defaultWilliam Deegan2019-04-063-59/+88
|\ \
| * | Give sconsign a default filename.Mats Wichmann2019-04-053-59/+88
| |/
* | Merge pull request #3344 from mwichmann/more-pkg-testsWilliam Deegan2019-04-069-12/+12
|\ \ | |/ |/|
| * Tweaks to packaging tests: avoid default tool listMats Wichmann2019-04-069-12/+12
|/
* 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