Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [PY 3.8] file closes in tools and others | Mats Wichmann | 2019-04-25 | 16 | -92/+108 |
* | [PY 3.8] modernize common test fixtures | Mats Wichmann | 2019-04-25 | 5 | -49/+83 |
* | Merge pull request #3337 from mwichmann/tool-add | William Deegan | 2019-04-24 | 7 | -98/+148 |
|\ | |||||
| * | [PR #3337] fix two minor Sider complaints | Mats Wichmann | 2019-04-24 | 1 | -2/+1 |
| * | [PR #3337] test case now uses mocked env | Mats Wichmann | 2019-04-24 | 1 | -24/+42 |
| * | [PR #3337] add testcase for tool lookup | Mats Wichmann | 2019-04-24 | 2 | -23/+46 |
| * | Merge branch 'master' into tool-add | William Deegan | 2019-04-23 | 64 | -403/+624 |
| |\ | |/ |/| | |||||
* | | Merge pull request #3339 from mwichmann/ci-multi | William Deegan | 2019-04-23 | 9 | -48/+58 |
|\ \ | |||||
| * | | [PR #3339] Updates for that failed | Mats Wichmann | 2019-04-01 | 7 | -27/+30 |
| * | | Run all CI builds with -j 2 | Mats Wichmann | 2019-04-01 | 2 | -21/+28 |
* | | | Merge pull request #3352 from mwichmann/java-vers | William Deegan | 2019-04-23 | 10 | -81/+235 |
|\ \ \ | |||||
| * \ \ | Merge pull request #1 from bdbaddog/java-vers | Mats Wichmann | 2019-04-22 | 2 | -95/+136 |
| |\ \ \ | |||||
| | * | | | changes to unit test to avoid hitting the filesystem | William Deegan | 2019-04-22 | 2 | -95/+136 |
| * | | | | Merge branch 'master' into java-vers | William Deegan | 2019-04-22 | 31 | -262/+218 |
| |\ \ \ \ | | |/ / / | |/| | | | |||||
| * | | | | Move the jdk-version-glob test to unit tests | Mats Wichmann | 2019-04-17 | 2 | -94/+50 |
| * | | | | Add a test for JDK glob matching | Mats Wichmann | 2019-04-16 | 1 | -0/+94 |
| * | | | | [PR #3352] fix sider complaints: bare except | Mats Wichmann | 2019-04-14 | 2 | -4/+4 |
| * | | | | Fix problems with jdk detection | Mats Wichmann | 2019-04-14 | 8 | -51/+117 |
* | | | | | Merge pull request #3358 from bdbaddog/fix_3350_mslink_tempfile_join_char | William Deegan | 2019-04-23 | 17 | -17/+115 |
|\ \ \ \ \ | |_|/ / / |/| | | | | |||||
| * | | | | Fix default value logic for TEMPFILEARGJOIN | William Deegan | 2019-04-22 | 1 | -1/+1 |
| * | | | | Fix Issue #3350 - Update CHANGES.txt and RELEASE.txt | William Deegan | 2019-04-22 | 2 | -1/+6 |
| * | | | | Merge remote-tracking branch 'origin/fix_3350_mslink_tempfile_join_char' into... | William Deegan | 2019-04-22 | 15 | -21/+100 |
| |\ \ \ \ | |||||
| | * | | | | Doc updates | William Deegan | 2019-04-22 | 8 | -11/+25 |
| | * | | | | Updated mslink, mslib, msvc, platform docs, and added unit test | William Deegan | 2019-04-22 | 7 | -6/+65 |
| | * | | | | PEP 8 file | William Deegan | 2019-04-22 | 1 | -4/+10 |
| * | | | | | Merge branch 'master' of github.com:SCons/scons into fix_3350_mslink_tempfile... | William Deegan | 2019-04-22 | 26 | -232/+187 |
| |\ \ \ \ \ | |/ / / / / |/| / / / / | |/ / / / | |||||
* | | | | | Merge pull request #3356 from mwichmann/linty | William Deegan | 2019-04-22 | 26 | -232/+187 |
|\ \ \ \ \ | |||||
| * | | | | | Fixup some code triggering pylint errors. | Mats Wichmann | 2019-04-21 | 26 | -232/+187 |
|/ / / / / | |||||
| * | | | | Issue #3350 - Add TEMPFILEARGJOINBYTE as a variable to be used to join each i... | William Deegan | 2019-04-20 | 4 | -1/+15 |
|/ / / / | |||||
* | | | | Merge pull request #3354 from bdbaddog/fix_3350_overloading_EnvironmentError | William Deegan | 2019-04-18 | 10 | -26/+30 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | Issue #3350 - Refactor EnvironmentError to SConsEnvironmentError to avoid ove... | William Deegan | 2019-04-18 | 10 | -26/+30 |
|/ / / | |||||
| | * | [PR #3337] centralize definition of candidates | Mats Wichmann | 2019-04-16 | 2 | -29/+23 |
| | * | [PR #3337] clean up lex and yacc tools | Mats Wichmann | 2019-04-13 | 3 | -19/+29 |
| | * | [#3336] do not add not-found tool paths | Mats Wichmann | 2019-04-13 | 3 | -12/+18 |
| |/ |/| | |||||
* | | Merge pull request #3343 from mwichmann/sconsign-default | William Deegan | 2019-04-06 | 3 | -59/+88 |
|\ \ | |||||
| * | | Give sconsign a default filename. | Mats Wichmann | 2019-04-05 | 3 | -59/+88 |
| |/ | |||||
* | | Merge pull request #3344 from mwichmann/more-pkg-tests | William Deegan | 2019-04-06 | 9 | -12/+12 |
|\ \ | |/ |/| | |||||
| * | Tweaks to packaging tests: avoid default tool list | Mats Wichmann | 2019-04-06 | 9 | -12/+12 |
|/ | |||||
* | Merge pull request #3331 from mwichmann/py38warns | William Deegan | 2019-04-01 | 17 | -115/+150 |
|\ | |||||
| * | [PR #3331] resync with PR #3330 | Mats Wichmann | 2019-03-30 | 1 | -2/+1 |
| * | Add changelog for PR #3331 | Mats Wichmann | 2019-03-30 | 1 | -0/+2 |
| * | [PY 3.8] tempoary fix: move imp import | Mats Wichmann | 2019-03-30 | 1 | -1/+2 |
| * | [PY 3.8] Fix more errors in #3331 | Mats Wichmann | 2019-03-30 | 1 | -17/+17 |
| * | [PY 3.8] fix some sider complaints in #3331 | Mats Wichmann | 2019-03-30 | 3 | -2/+2 |
| * | [PY 3.8] roll back scons-time to use os.popen | Mats Wichmann | 2019-03-30 | 1 | -4/+8 |
| * | [WIP] [PY 3.8] fix more warnings | Mats Wichmann | 2019-03-30 | 15 | -114/+143 |
|/ | |||||
* | Merge pull request #3330 from mwichmann/runtest-tweaks | William Deegan | 2019-03-29 | 6 | -217/+155 |
|\ | |||||
| * | [PR #333] close files to avoid scons-time races | Mats Wichmann | 2019-03-29 | 4 | -19/+29 |
| * | [PR #3330] try to eliminate race in scons-time | Mats Wichmann | 2019-03-29 | 2 | -24/+3 |
| * | [PR #3330] do not use shell in subproc calls | Mats Wichmann | 2019-03-29 | 1 | -14/+16 |