summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into issue-3469William Deegan2020-01-30136-888/+1585
|\
| * Merge pull request #3541 from mwichmann/pyscannerWilliam Deegan2020-01-292-3/+3
| |\
| | * Requested update to CHANGES.txtMats Wichmann2020-01-291-1/+1
| | * Fix regex from recent changeMats Wichmann2020-01-292-3/+3
| |/
| * Merge pull request #3539 from mwichmann/test-py-pathWilliam Deegan2020-01-281-1/+1
| |\
| | * Restore test syntax after earlier change dropped it.Mats Wichmann2020-01-281-1/+1
| |/
| * [skip appveyor] update .travis.yml to try to fix warning buildWilliam Deegan2020-01-271-6/+0
| * [skip appveyor] update .travis.yml to try to fix broken buildWilliam Deegan2020-01-271-7/+6
| * Merge pull request #3524 from mwichmann/doc-comstr-shcomstrWilliam Deegan2020-01-2312-67/+141
| |\
| | * [PR #3524] add _why_ you should follow xref [ci skip]Mats Wichmann2020-01-1510-76/+88
| | * [PR #3524] add two more xrefs in D vars [ci skip]Mats Wichmann2020-01-141-0/+2
| | * docs: refer *COM* and SH*COM* to each other [ci skip]Mats Wichmann2020-01-146-16/+76
| * | Merge pull request #3525 from mwichmann/more-doc1William Deegan2020-01-238-120/+163
| |\ \
| | * | Tweak docs a bit [ci skip]Mats Wichmann2020-01-148-120/+163
| | |/
| * | Merge pull request #3531 from mwichmann/flakesWilliam Deegan2020-01-2314-41/+41
| |\ \
| | * | [PR #3531] fix TestFailed usage another wayMats Wichmann2020-01-231-3/+3
| | * | Fix some pyflakes warningsMats Wichmann2020-01-2314-41/+41
| |/ /
| * | Merge pull request #3528 from mwichmann/less-list-convWilliam Deegan2020-01-1616-39/+37
| |\ \
| | * | [PR #3528] preserve order on two changesMats Wichmann2020-01-161-2/+6
| | * | Stop converting to list where not neededMats Wichmann2020-01-1616-39/+33
| * | | Merge pull request #3527 from bdbaddog/py_value_updatesWilliam Deegan2020-01-163-7/+29
| |\ \ \
| | * | | updated CHANGES.txtWilliam Deegan2020-01-161-3/+7
| | * | | Change ValueWithMemo() to take into account any name passed when memoizing Va...William Deegan2020-01-163-5/+23
| |/ / /
| * | | Merge pull request #3479 from grossag/topic/grossag/valuenameWilliam Deegan2020-01-169-6/+126
| |\ \ \ | | |/ / | |/| |
| | * | [ci skip] Update Environment.xml based on the change to env.Value()Adam Gross2020-01-151-1/+5
| | * | Plumb through name in ValueWithMemoAdam Gross2020-01-153-1/+6
| | * | Add name parameter as requested in PRAdam Gross2020-01-154-8/+18
| | * | Update and improve testsAdam Gross2020-01-106-23/+39
| | * | Merge branch 'master' into topic/grossag/valuenameAdam Gross2020-01-10320-2591/+3250
| | |\ \
| | * | | Add a functional testAdam Gross2019-12-025-3/+69
| | * | | Avoid a flake8 warning where "contents" is unusedAdam Gross2019-11-251-0/+1
| | * | | Add support for Value objects being implicit dependenciesAdam Gross2019-11-253-0/+19
| * | | | Merge pull request #3526 from jelson/jelson/fix-dependency-in-docsWilliam Deegan2020-01-142-8/+9
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | Change 'Dependency' to 'Depends' in documentation, to match implementationJeremy Elson2020-01-142-8/+9
| |/ / /
| * | | [ci skip] add new python tool module to manifestWilliam Deegan2020-01-131-0/+1
| * | | Merge pull request #3465 from grossag/topic/grossag/pythonscannerWilliam Deegan2020-01-1339-0/+547
| |\ \ \
| | * | | [ci skip] Add documentation for the python toolAdam Gross2020-01-131-0/+36
| | * | | Add a Tool that hooks up the python scannerAdam Gross2020-01-102-0/+51
| | * | | Merge branch 'master' into topic/grossag/pythonscannerAdam Gross2020-01-1042-530/+487
| | |\ \ \ | | | | |/ | | | |/|
| | * | | Merge branch 'master' into topic/grossag/pythonscannerWilliam Deegan2019-12-29130-806/+540
| | |\ \ \
| | * \ \ \ Merge branch 'master' into topic/grossag/pythonscannerAdam Gross2019-12-192-358/+366
| | |\ \ \ \
| | * | | | | Add Python.py to the manifest fileAdam Gross2019-12-191-0/+1
| | * | | | | Fix over-80-characters issue and add formatting block at bottomAdam Gross2019-12-171-1/+8
| | * | | | | Merge branch 'master' into topic/grossag/pythonscannerAdam Gross2019-12-17194-995/+1938
| | |\ \ \ \ \
| | * | | | | | Separate out Python suffixes into another variableAdam Gross2019-12-171-1/+2
| | * | | | | | Merge branch 'master' into topic/grossag/pythonscannerWilliam Deegan2019-12-0127-104/+170
| | |\ \ \ \ \ \
| | * | | | | | | Add sconstest.skip files and improve test-framework.rst docs in that areaAdam Gross2019-10-258-0/+3
| | * | | | | | | Convert PythonTests to use directory fixtureAdam Gross2019-10-2425-79/+13
| | * | | | | | | Fix sider issue related to lambda usageAdam Gross2019-10-231-2/+2
| | * | | | | | | Improvements to patchAdam Gross2019-10-232-13/+96