Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | Remove 'from __future__ import print_function' no longer needed as we're drop... | William Deegan | 2020-02-17 | 34 | -72/+5 | |
| | * | | | | Updated error message per sugguestion by mwichmann | William Deegan | 2020-02-16 | 1 | -1/+1 | |
| | * | | | | Fix Issue #2904 - add useful error message when more than one Configure() con... | William Deegan | 2020-02-16 | 1 | -1/+2 | |
| | |/ / / | ||||||
| * | | | | fix CHANGES.txt | William Deegan | 2020-02-19 | 1 | -59/+67 | |
| |\ \ \ \ | | |/ / / | |/| | | | ||||||
| | * | | | Drop Python2 support from Main.py site_dir code | Mats Wichmann | 2020-02-11 | 1 | -34/+18 | |
| | * | | | Update Script/Main.py so it uses importlib | Mats Wichmann | 2020-02-11 | 1 | -59/+83 | |
* | | | | | Isolate CConditionalScanner from CScanner | Ivan Kravets | 2020-02-13 | 1 | -35/+107 | |
* | | | | | Merge branch 'master' into c-conditional-scanner | Ivan Kravets | 2020-02-12 | 90 | -870/+1628 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Merge pull request #3546 from mwichmann/warn-cache | William Deegan | 2020-02-12 | 1 | -11/+12 | |
| |\ \ \ \ | ||||||
| | * | | | | Add a warning if msvc config cache may be outdated. | Mats Wichmann | 2020-02-11 | 1 | -11/+12 | |
| | |/ / / | ||||||
| * | | | | Fix issue #3550 - Substfile() can fail/crash when using windows paths as \'s ... | William Deegan | 2020-02-11 | 1 | -2/+1 | |
| * | | | | Move testfile.py to testfile/ and have it use file_fixture() for SConstructs | William Deegan | 2020-02-11 | 1 | -0/+1 | |
| |/ / / | ||||||
| * | | | Merge pull request #3538 from mwichmann/express2017 | William Deegan | 2020-02-05 | 3 | -79/+189 | |
| |\ \ \ | ||||||
| | * | | | [PR #3538] vswhere lookup: add choco path | Mats Wichmann | 2020-02-03 | 1 | -9/+8 | |
| | * | | | [PR #3538] fix wshwere invoke error | Mats Wichmann | 2020-02-02 | 1 | -1/+1 | |
| | * | | | [PR #3538] roll back use of a too-new Py3 feature | Mats Wichmann | 2020-02-01 | 1 | -1/+4 | |
| | * | | | [PR #3538] unbreak msvc tests on non-Windows | Mats Wichmann | 2020-02-01 | 2 | -41/+48 | |
| | * | | | [PR #3538] detect msvc case where target arch is set | Mats Wichmann | 2020-02-01 | 1 | -14/+29 | |
| | * | | | [PR #3538] detect vswhere even if not in C: | Mats Wichmann | 2020-01-31 | 1 | -18/+20 | |
| | * | | | [PR #3538] change way native->native found | Mats Wichmann | 2020-01-31 | 1 | -22/+43 | |
| | * | | | Add support for VS2017 Express | Mats Wichmann | 2020-01-31 | 2 | -27/+90 | |
| * | | | | [ci skip] Fix typo | William Deegan | 2020-02-05 | 1 | -1/+1 | |
| * | | | | Merge branch 'issue-3469' of github.com:bdbaddog/scons into issue-3469 | William Deegan | 2020-01-30 | 60 | -476/+1069 | |
| |\ \ \ \ | ||||||
| | * \ \ \ | Merge branch 'master' into issue-3469 | William Deegan | 2020-01-30 | 60 | -476/+1069 | |
| | |\ \ \ \ | | | |/ / / | ||||||
| | | * | | | Fix regex from recent change | Mats Wichmann | 2020-01-29 | 1 | -2/+2 | |
| | | * | | | Merge pull request #3524 from mwichmann/doc-comstr-shcomstr | William Deegan | 2020-01-23 | 10 | -66/+125 | |
| | | |\ \ \ | ||||||
| | | | * | | | [PR #3524] add _why_ you should follow xref [ci skip] | Mats Wichmann | 2020-01-15 | 10 | -76/+88 | |
| | | | * | | | [PR #3524] add two more xrefs in D vars [ci skip] | Mats Wichmann | 2020-01-14 | 1 | -0/+2 | |
| | | | * | | | docs: refer *COM* and SH*COM* to each other [ci skip] | Mats Wichmann | 2020-01-14 | 4 | -15/+60 | |
| | | * | | | | Merge pull request #3525 from mwichmann/more-doc1 | William Deegan | 2020-01-23 | 7 | -97/+134 | |
| | | |\ \ \ \ | ||||||
| | | | * | | | | Tweak docs a bit [ci skip] | Mats Wichmann | 2020-01-14 | 7 | -97/+134 | |
| | | | |/ / / | ||||||
| | | * | | | | [PR #3531] fix TestFailed usage another way | Mats Wichmann | 2020-01-23 | 1 | -3/+3 | |
| | | * | | | | Fix some pyflakes warnings | Mats Wichmann | 2020-01-23 | 14 | -41/+41 | |
| | | * | | | | Merge pull request #3528 from mwichmann/less-list-conv | William Deegan | 2020-01-16 | 14 | -38/+35 | |
| | | |\ \ \ \ | ||||||
| | | | * | | | | [PR #3528] preserve order on two changes | Mats Wichmann | 2020-01-16 | 1 | -2/+6 | |
| | | | * | | | | Stop converting to list where not needed | Mats Wichmann | 2020-01-16 | 14 | -38/+31 | |
| | | | |/ / / | ||||||
| | | * | | | | Change ValueWithMemo() to take into account any name passed when memoizing Va... | William Deegan | 2020-01-16 | 2 | -3/+22 | |
| | | * | | | | Merge pull request #3479 from grossag/topic/grossag/valuename | William Deegan | 2020-01-16 | 5 | -6/+39 | |
| | | |\ \ \ \ | | | | |/ / / | | | |/| | | | ||||||
| | | | * | | | [ci skip] Update Environment.xml based on the change to env.Value() | Adam Gross | 2020-01-15 | 1 | -1/+5 | |
| | | | * | | | Plumb through name in ValueWithMemo | Adam Gross | 2020-01-15 | 3 | -1/+6 | |
| | | | * | | | Add name parameter as requested in PR | Adam Gross | 2020-01-15 | 3 | -5/+13 | |
| | | | * | | | Update and improve tests | Adam Gross | 2020-01-10 | 1 | -1/+2 | |
| | | | * | | | Merge branch 'master' into topic/grossag/valuename | Adam Gross | 2020-01-10 | 167 | -1165/+1065 | |
| | | | |\ \ \ | | | | | | |/ | | | | | |/| | ||||||
| | | | * | | | Add a functional test | Adam Gross | 2019-12-02 | 2 | -3/+2 | |
| | | | * | | | Avoid a flake8 warning where "contents" is unused | Adam Gross | 2019-11-25 | 1 | -0/+1 | |
| | | | * | | | Add support for Value objects being implicit dependencies | Adam Gross | 2019-11-25 | 2 | -0/+14 | |
| | | * | | | | Merge pull request #3465 from grossag/topic/grossag/pythonscanner | William Deegan | 2020-01-13 | 5 | -0/+527 | |
| | | |\ \ \ \ | ||||||
| | | | * | | | | [ci skip] Add documentation for the python tool | Adam Gross | 2020-01-13 | 1 | -0/+36 | |
| | | | * | | | | Add a Tool that hooks up the python scanner | Adam Gross | 2020-01-10 | 2 | -0/+51 | |
| | | | * | | | | Merge branch 'master' into topic/grossag/pythonscanner | Adam Gross | 2020-01-10 | 19 | -271/+273 | |
| | | | |\ \ \ \ | | | | | | |/ / | | | | | |/| | |