Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Fix formatting | William Deegan | 2020-06-29 | 1 | -44/+54 | |
| | | | ||||||
| * | | Update logic to generate scons-api docs and include in the scons-docs ↵ | William Deegan | 2020-06-29 | 3 | -54/+28 | |
| | | | | | | | | | | | | tarball for distribution | |||||
| * | | cleanup | William Deegan | 2020-06-29 | 1 | -4/+3 | |
| | | | ||||||
| * | | Remove Announce.txt. All such content should now go into RELEASE.txt and/or ↵ | William Deegan | 2020-06-29 | 1 | -1348/+0 | |
| | | | | | | | | | | | | CHANGES.txt | |||||
| * | | [appveyor skip] formatting change travis ci | William Deegan | 2020-06-23 | 1 | -15/+15 | |
| | | | ||||||
| * | | [appveyor skip] add packages to build docs and add steps for API docs | William Deegan | 2020-06-23 | 1 | -1/+1 | |
| | | | ||||||
| * | | [appveyor skip] add packages to build docs and add steps for API docs | William Deegan | 2020-06-23 | 1 | -1/+5 | |
| | | | ||||||
| * | | [appveyor skip] fix ulink vs link xml syntax | William Deegan | 2020-06-23 | 1 | -4/+4 | |
| | | | ||||||
| * | | [appveyor skip] fix ulink vs link xml syntax | William Deegan | 2020-06-23 | 5 | -175/+180 | |
| | | | ||||||
| * | | Merge remote-tracking branch 'refs/remotes/upstream/master' into ↵ | William Deegan | 2020-06-23 | 112 | -2345/+2993 | |
| |\ \ | | | | | | | | | | | | | restore_scons_local | |||||
| * | | | [appveyor skip] more travis ci work | William Deegan | 2020-06-23 | 1 | -0/+1 | |
| | | | | ||||||
| * | | | [appveyor skip] more travis ci work | William Deegan | 2020-06-23 | 1 | -7/+7 | |
| | | | | ||||||
| * | | | [appveyor skip] more travis ci work | William Deegan | 2020-06-23 | 1 | -7/+10 | |
| | | | | ||||||
| * | | | a little clean up | William Deegan | 2020-06-23 | 1 | -3/+2 | |
| | | | | ||||||
| * | | | add some TODOs | William Deegan | 2020-06-23 | 1 | -0/+8 | |
| | | | | ||||||
| * | | | add job to do scons' own build | William Deegan | 2020-06-23 | 1 | -2/+11 | |
| | | | | ||||||
| * | | | add lxml | William Deegan | 2020-06-23 | 1 | -1/+2 | |
| | | | | ||||||
| * | | | Add scons-local-${VERSION}.tar.gz | William Deegan | 2020-06-23 | 1 | -7/+13 | |
| | | | | ||||||
| * | | | updates. build/dist/scons-local-${VERSION}.zip is now produced | William Deegan | 2020-06-23 | 8 | -28/+64 | |
| | | | | ||||||
| * | | | Merge branch 'master' of github.com:SCons/scons into restore_scons_local | William Deegan | 2020-06-17 | 330 | -742/+3152 | |
| |\ \ \ | ||||||
| * | | | | add copyright notice | William Deegan | 2020-06-17 | 1 | -0/+61 | |
| | | | | | ||||||
| * | | | | Fix setup.cfg to include SCons.* packages. was only includeing ↵ | William Deegan | 2020-06-08 | 2 | -1/+2 | |
| | | | | | | | | | | | | | | | | | | | | SCons.Tool.docbook | |||||
* | | | | | Merge pull request #3724 from mwichmann/uguide-cache | William Deegan | 2020-06-30 | 1 | -20/+38 | |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | Tweak userguide wording on cachedir | |||||
| * | | | | Tweak userguide wording on cachedir [ci skip] | Mats Wichmann | 2020-06-30 | 1 | -20/+38 | |
|/ / / / | | | | | | | | | | | | | Signed-off-by: Mats Wichmann <mats@linux.com> | |||||
* | | | | Merge pull request #3720 from jcbrill/test-configure | William Deegan | 2020-06-29 | 2 | -8/+70 | |
|\ \ \ \ | | | | | | | | | | | Reduce the number of "false negative" test failures for test/Interactive/configure.py | |||||
| * | | | | Reduce the number of "false negative" test failures for ↵ | Joseph Brill | 2020-06-29 | 2 | -8/+70 | |
|/ / / / | | | | | | | | | | | | | Interactive/configure.py due to unreliable ordering of statements in the actual stdout output. Replace the expected literal text with a series of regular expressions in a custom match function. Update CHANGES.txt as well. | |||||
* | | | | Merge pull request #3718 from jcbrill/msvc-tests | William Deegan | 2020-06-28 | 6 | -1/+7 | |
|\ \ \ \ | | | | | | | | | | | MSVS 2015+ generated project/solution tests fail for x86 targets | |||||
| * | | | | Add changes for MSVS 2015+ generated project/solution tests on x86. | Joseph Brill | 2020-06-27 | 1 | -0/+2 | |
| | | | | | ||||||
| * | | | | Add "#include <stdio.h>" to generated c code to prevent build failures on ↵ | Joseph Brill | 2020-06-27 | 4 | -0/+4 | |
| | | | | | | | | | | | | | | | | | | | | x86 for MSVS 2015+. | |||||
| * | | | | Swap the argument order for DummyVsWhere to match the signature of ↵ | Joseph Brill | 2020-06-27 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | find_vc_pdir_vswhere in vc.py. | |||||
* | | | | | Merge pull request #3716 from mwichmann/env-dict-emul | William Deegan | 2020-06-27 | 3 | -27/+64 | |
|\ \ \ \ \ | | | | | | | | | | | | | Add keys() and values() to environment | |||||
| * | | | | | Add keys() and values() to environment | Mats Wichmann | 2020-06-25 | 3 | -27/+64 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A construction environment provides a method items() which gives you back the k, v pairs from the internal _dict, helping an env behave like a dictionary. This adds the keys() and values() methods to SubstitutionEnvironment (which is the "real" consenv) and OverrideEnvironment to further emulate a dictionary. These methods don't need to convert to list here, the caller can do that itself if it doesn't want a Py3 view object. Add tests, and tweak the existing test a bit. Also in a couple of places in Environment.py, don't loop over a view into a dict that is being changed (del) - loop over the key view object from a copy instead. Signed-off-by: Mats Wichmann <mats@linux.com> | |||||
* | | | | | | Merge pull request #3708 from mwichmann/testing-doc | William Deegan | 2020-06-27 | 1 | -18/+40 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Some updates to testing doc. | |||||
| * | | | | | | A few more edits to testing doc | Mats Wichmann | 2020-06-25 | 1 | -9/+8 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Mats Wichmann <mats@linux.com> | |||||
| * | | | | | | Some updates to testing doc. [ci skip] | Mats Wichmann | 2020-06-22 | 1 | -18/+41 | |
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Maybe this shouldn't be in git after all? Signed-off-by: Mats Wichmann <mats@linux.com> | |||||
* | | | | | | Merge pull request #3713 from mwichmann/man-actions | William Deegan | 2020-06-27 | 1 | -83/+84 | |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | A bit of tweaking on Action Objects in manpage | |||||
| * | | | | | [PR #3713] tweak manpage per review comments | Mats Wichmann | 2020-06-25 | 1 | -4/+12 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Mats Wichmann <mats@linux.com> | |||||
| * | | | | | A bit of tweaking on Action Objects in manpage [ci skip] | Mats Wichmann | 2020-06-24 | 1 | -82/+75 | |
| |/ / / / | | | | | | | | | | | | | | | | Signed-off-by: Mats Wichmann <mats@linux.com> | |||||
* | | | | | Merge pull request #3714 from mwichmann/uguide-external-chap | William Deegan | 2020-06-25 | 5 | -82/+184 | |
|\ \ \ \ \ | | | | | | | | | | | | | Add a new chapter on external tools to User Guide [ci skip] | |||||
| * | | | | | Add a new chapter on external tools to User Guide [ci skip] | Mats Wichmann | 2020-06-24 | 5 | -82/+184 | |
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | Initial content is the compilation_db material Signed-off-by: Mats Wichmann <mats@linux.com> | |||||
* | | | | | Merge pull request #3715 from dirkbaechle/docbook-slides-namespace-fix | William Deegan | 2020-06-24 | 22 | -75/+240 | |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | Fix for failing Docbook slides tests. | |||||
| * | | | | Fix for failing Docbook slides tests. | Dirk Baechle | 2020-06-24 | 22 | -75/+240 | |
|/ / / / | ||||||
* | | | | Merge pull request #3710 from jcbrill/msvc-detection | William Deegan | 2020-06-23 | 1 | -12/+13 | |
|\ \ \ \ | |/ / / |/| | | | Minor update to CHANGES.txt author order | |||||
| * | | | move changes from end of list to proper location based on last name; add ↵ | Joseph Brill | 2020-06-23 | 1 | -12/+13 | |
|/ / / | | | | | | | | | | blank line between last change and previous release. [ci skip] | |||||
* | | | Merge pull request #3707 from mwichmann/textfile-doc | William Deegan | 2020-06-22 | 2 | -149/+154 | |
|\ \ \ | | | | | | | | | Tool doc updates: textfile, lib/object | |||||
| * | | | Tool doc updates: textfile, lib/object [ci skip] | Mats Wichmann | 2020-06-22 | 2 | -149/+154 | |
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Get more descriptive for Textfile/Substfile, which have a few more subtleties than the docs let on, e.g. input "strings" to textfile can also be nodes. Some formatting changes for the library and object builders in Tool/__init__.xml. Signed-off-by: Mats Wichmann <mats@linux.com> | |||||
* | | | Merge pull request #3706 from dirkbaechle/issue3580-generate-doc-lxml | William Deegan | 2020-06-21 | 59 | -1939/+2524 | |
|\ \ \ | | | | | | | | | Update of the documentation toolchain to work properly under Python3 | |||||
| * | | | Removed superfluous import of 'sys' in a testcase. | Dirk Baechle | 2020-06-21 | 1 | -1/+0 | |
| | | | | ||||||
| * | | | Fixed another bunch of 'bare except' errors. | Dirk Baechle | 2020-06-21 | 17 | -17/+17 | |
| | | | | ||||||
| * | | | Fixed Docbook Tool and updated its tests. | Dirk Baechle | 2020-06-21 | 47 | -168/+1113 | |
| | | | |