summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Tool
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into topic/grossag/msvsWilliam Deegan2019-07-193-40/+63
|\
| * msvs host-target fix + vs19 supportMats Wichmann2019-07-153-40/+63
* | [ci skip] MSVS doc fix and output of rerunning doc generationAdam Gross2019-07-191-2/+2
* | [ci skip] Updated CHANGES.txt and msvs.xml documentationAdam Gross2019-07-191-3/+35
* | Integrate requested changes to msvsTests.pyAdam Gross2019-07-191-5/+10
* | Fix msvs testsAdam Gross2019-07-181-2/+20
* | Fix issues raised in code reviewAdam Gross2019-07-172-34/+72
* | Upgrade and improve Visual Studio solution/project generation codeAdam Gross2019-07-172-56/+174
|/
* Fix sider warningWilliam Deegan2019-06-201-1/+1
* Allow MSVCUnsupportedTargetArch and MSVCUnsupportedHostArch exceptions to pro...William Deegan2019-06-202-1/+4
* Switch back to None with proper comparison using is instead of notWilliam Deegan2019-06-191-4/+4
* Switch from testing for directory value being false to -1 as "" evaluates to ...William Deegan2019-06-191-4/+9
* Fix conflictWilliam Deegan2019-06-181-5/+0
* Added tests to logic changes by mhqtronic PR #3375William Deegan2019-06-182-17/+205
* Fix a small error in docbook toolMats Wichmann2019-04-301-1/+1
* Fix misplaced file closingMats Wichmann2019-04-281-2/+7
* Merge pull request #3345 from mwichmann/py38warns4-testsWilliam Deegan2019-04-2815-159/+188
|\
| * [#PR 3345] clean up some sider complaintsMats Wichmann2019-04-271-1/+1
| * [PR #3345] fix more PY3.8 failsMats Wichmann2019-04-262-11/+18
| * [PR #3345] fix a few more Py3.8 problemsMats Wichmann2019-04-251-3/+10
| * [PR #3345] fix flake8 compliants on the PRMats Wichmann2019-04-251-1/+1
| * [PY 3.8] test fixes for file closings, rawstringsMats Wichmann2019-04-253-72/+79
| * [PY 3.8] file closes in tools and othersMats Wichmann2019-04-2511-73/+81
* | Merge pull request #3360 from mwichmann/isnotWilliam Deegan2019-04-2811-69/+69
|\ \
| * | Some more lint-derived cleanupsMats Wichmann2019-04-2711-69/+69
| |/
* | Merge pull request #3359 from bdbaddog/fortran_issue_3135William Deegan2019-04-272-1/+127
|\ \ | |/ |/|
| * Also ignore PURE and ELEMENTAL after MODULE in Scanner and Emitter.Peter Diener2019-04-261-1/+1
| * Fix Issue #3135 - Also add tests to check that emitter is properly processing...William Deegan2019-04-251-0/+125
| * Use raw strings in regexes.Peter Diener2019-03-061-1/+1
| * Fix issue #3135.Peter Diener2019-03-041-1/+2
* | [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-2316-129/+234
|\ \
| * \ 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-227-64/+42
| | |\ \ \ | | | |/ / | | |/| |
| | * | | Move the jdk-version-glob test to unit testsMats Wichmann2019-04-171-0/+50
| | * | | Fix problems with jdk detectionMats Wichmann2019-04-145-42/+55
| * | | | Merge remote-tracking branch 'origin/fix_3350_mslink_tempfile_join_char' into...William Deegan2019-04-223-4/+15
| |\ \ \ \
| | * | | | Updated mslink, mslib, msvc, platform docs, and added unit testWilliam Deegan2019-04-223-4/+15
| * | | | | Merge branch 'master' of github.com:SCons/scons into fix_3350_mslink_tempfile...William Deegan2019-04-226-55/+33
| |\ \ \ \ \ | | |/ / / / | |/| | / / | | | |/ / | | |/| |
| | * | | Fixup some code triggering pylint errors.Mats Wichmann2019-04-216-55/+33
| * | | | Issue #3350 - Add TEMPFILEARGJOINBYTE as a variable to be used to join each i...William Deegan2019-04-202-0/+12
| |/ / /
| * | | Issue #3350 - Refactor EnvironmentError to SConsEnvironmentError to avoid ove...William Deegan2019-04-184-9/+9
| |/ /
* | | [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
|/ /
* | [PY 3.8] fix some sider complaints in #3331Mats Wichmann2019-03-301-1/+0