summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | Remove 'from __future__ import print_function' no longer needed as we're drop...William Deegan2020-02-1734-72/+5
| | * | | | Updated error message per sugguestion by mwichmannWilliam Deegan2020-02-161-1/+1
| | * | | | Fix Issue #2904 - add useful error message when more than one Configure() con...William Deegan2020-02-161-1/+2
| | |/ / /
| * | | | fix CHANGES.txtWilliam Deegan2020-02-191-59/+67
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Drop Python2 support from Main.py site_dir codeMats Wichmann2020-02-111-34/+18
| | * | | Update Script/Main.py so it uses importlibMats Wichmann2020-02-111-59/+83
* | | | | Isolate CConditionalScanner from CScannerIvan Kravets2020-02-131-35/+107
* | | | | Merge branch 'master' into c-conditional-scannerIvan Kravets2020-02-1290-870/+1628
|\ \ \ \ \ | |/ / / /
| * | | | Merge pull request #3546 from mwichmann/warn-cacheWilliam Deegan2020-02-121-11/+12
| |\ \ \ \
| | * | | | Add a warning if msvc config cache may be outdated.Mats Wichmann2020-02-111-11/+12
| | |/ / /
| * | | | Fix issue #3550 - Substfile() can fail/crash when using windows paths as \'s ...William Deegan2020-02-111-2/+1
| * | | | Move testfile.py to testfile/ and have it use file_fixture() for SConstructsWilliam Deegan2020-02-111-0/+1
| |/ / /
| * | | Merge pull request #3538 from mwichmann/express2017William Deegan2020-02-053-79/+189
| |\ \ \
| | * | | [PR #3538] vswhere lookup: add choco pathMats Wichmann2020-02-031-9/+8
| | * | | [PR #3538] fix wshwere invoke errorMats Wichmann2020-02-021-1/+1
| | * | | [PR #3538] roll back use of a too-new Py3 featureMats Wichmann2020-02-011-1/+4
| | * | | [PR #3538] unbreak msvc tests on non-WindowsMats Wichmann2020-02-012-41/+48
| | * | | [PR #3538] detect msvc case where target arch is setMats Wichmann2020-02-011-14/+29
| | * | | [PR #3538] detect vswhere even if not in C:Mats Wichmann2020-01-311-18/+20
| | * | | [PR #3538] change way native->native foundMats Wichmann2020-01-311-22/+43
| | * | | Add support for VS2017 ExpressMats Wichmann2020-01-312-27/+90
| * | | | [ci skip] Fix typoWilliam Deegan2020-02-051-1/+1
| * | | | Merge branch 'issue-3469' of github.com:bdbaddog/scons into issue-3469William Deegan2020-01-3060-476/+1069
| |\ \ \ \
| | * \ \ \ Merge branch 'master' into issue-3469William Deegan2020-01-3060-476/+1069
| | |\ \ \ \ | | | |/ / /
| | | * | | Fix regex from recent changeMats Wichmann2020-01-291-2/+2
| | | * | | Merge pull request #3524 from mwichmann/doc-comstr-shcomstrWilliam Deegan2020-01-2310-66/+125
| | | |\ \ \
| | | | * | | [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-144-15/+60
| | | * | | | Merge pull request #3525 from mwichmann/more-doc1William Deegan2020-01-237-97/+134
| | | |\ \ \ \
| | | | * | | | Tweak docs a bit [ci skip]Mats Wichmann2020-01-147-97/+134
| | | | |/ / /
| | | * | | | [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-1614-38/+35
| | | |\ \ \ \
| | | | * | | | [PR #3528] preserve order on two changesMats Wichmann2020-01-161-2/+6
| | | | * | | | Stop converting to list where not neededMats Wichmann2020-01-1614-38/+31
| | | | |/ / /
| | | * | | | Change ValueWithMemo() to take into account any name passed when memoizing Va...William Deegan2020-01-162-3/+22
| | | * | | | Merge pull request #3479 from grossag/topic/grossag/valuenameWilliam Deegan2020-01-165-6/+39
| | | |\ \ \ \ | | | | |/ / / | | | |/| | |
| | | | * | | [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-153-5/+13
| | | | * | | Update and improve testsAdam Gross2020-01-101-1/+2
| | | | * | | Merge branch 'master' into topic/grossag/valuenameAdam Gross2020-01-10167-1165/+1065
| | | | |\ \ \ | | | | | | |/ | | | | | |/|
| | | | * | | Add a functional testAdam Gross2019-12-022-3/+2
| | | | * | | Avoid a flake8 warning where "contents" is unusedAdam Gross2019-11-251-0/+1
| | | | * | | Add support for Value objects being implicit dependenciesAdam Gross2019-11-252-0/+14
| | | * | | | Merge pull request #3465 from grossag/topic/grossag/pythonscannerWilliam Deegan2020-01-135-0/+527
| | | |\ \ \ \
| | | | * | | | [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-1019-271/+273
| | | | |\ \ \ \ | | | | | | |/ / | | | | | |/| |