summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | Fix formattingWilliam Deegan2020-06-291-44/+54
| * | Update logic to generate scons-api docs and include in the scons-docs tarball...William Deegan2020-06-293-54/+28
| * | cleanupWilliam Deegan2020-06-291-4/+3
| * | Remove Announce.txt. All such content should now go into RELEASE.txt and/or C...William Deegan2020-06-291-1348/+0
| * | [appveyor skip] formatting change travis ciWilliam Deegan2020-06-231-15/+15
| * | [appveyor skip] add packages to build docs and add steps for API docsWilliam Deegan2020-06-231-1/+1
| * | [appveyor skip] add packages to build docs and add steps for API docsWilliam Deegan2020-06-231-1/+5
| * | [appveyor skip] fix ulink vs link xml syntaxWilliam Deegan2020-06-231-4/+4
| * | [appveyor skip] fix ulink vs link xml syntaxWilliam Deegan2020-06-235-175/+180
| * | Merge remote-tracking branch 'refs/remotes/upstream/master' into restore_scon...William Deegan2020-06-23112-2345/+2993
| |\ \
| * | | [appveyor skip] more travis ci workWilliam Deegan2020-06-231-0/+1
| * | | [appveyor skip] more travis ci workWilliam Deegan2020-06-231-7/+7
| * | | [appveyor skip] more travis ci workWilliam Deegan2020-06-231-7/+10
| * | | a little clean upWilliam Deegan2020-06-231-3/+2
| * | | add some TODOsWilliam Deegan2020-06-231-0/+8
| * | | add job to do scons' own buildWilliam Deegan2020-06-231-2/+11
| * | | add lxmlWilliam Deegan2020-06-231-1/+2
| * | | Add scons-local-${VERSION}.tar.gzWilliam Deegan2020-06-231-7/+13
| * | | updates. build/dist/scons-local-${VERSION}.zip is now producedWilliam Deegan2020-06-238-28/+64
| * | | Merge branch 'master' of github.com:SCons/scons into restore_scons_localWilliam Deegan2020-06-17330-742/+3152
| |\ \ \
| * | | | add copyright noticeWilliam Deegan2020-06-171-0/+61
| * | | | Fix setup.cfg to include SCons.* packages. was only includeing SCons.Tool.doc...William Deegan2020-06-082-1/+2
* | | | | Merge pull request #3724 from mwichmann/uguide-cacheWilliam Deegan2020-06-301-20/+38
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Tweak userguide wording on cachedir [ci skip]Mats Wichmann2020-06-301-20/+38
|/ / / /
* | | | Merge pull request #3720 from jcbrill/test-configureWilliam Deegan2020-06-292-8/+70
|\ \ \ \
| * | | | Reduce the number of "false negative" test failures for Interactive/configure...Joseph Brill2020-06-292-8/+70
|/ / / /
* | | | Merge pull request #3718 from jcbrill/msvc-testsWilliam Deegan2020-06-286-1/+7
|\ \ \ \
| * | | | Add changes for MSVS 2015+ generated project/solution tests on x86.Joseph Brill2020-06-271-0/+2
| * | | | Add "#include <stdio.h>" to generated c code to prevent build failures on x86...Joseph Brill2020-06-274-0/+4
| * | | | Swap the argument order for DummyVsWhere to match the signature of find_vc_pd...Joseph Brill2020-06-271-1/+1
* | | | | Merge pull request #3716 from mwichmann/env-dict-emulWilliam Deegan2020-06-273-27/+64
|\ \ \ \ \
| * | | | | Add keys() and values() to environmentMats Wichmann2020-06-253-27/+64
* | | | | | Merge pull request #3708 from mwichmann/testing-docWilliam Deegan2020-06-271-18/+40
|\ \ \ \ \ \
| * | | | | | A few more edits to testing docMats Wichmann2020-06-251-9/+8
| * | | | | | Some updates to testing doc. [ci skip]Mats Wichmann2020-06-221-18/+41
| |/ / / / /
* | | | | | Merge pull request #3713 from mwichmann/man-actionsWilliam Deegan2020-06-271-83/+84
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | [PR #3713] tweak manpage per review commentsMats Wichmann2020-06-251-4/+12
| * | | | | A bit of tweaking on Action Objects in manpage [ci skip]Mats Wichmann2020-06-241-82/+75
| |/ / / /
* | | | | Merge pull request #3714 from mwichmann/uguide-external-chapWilliam Deegan2020-06-255-82/+184
|\ \ \ \ \
| * | | | | Add a new chapter on external tools to User Guide [ci skip]Mats Wichmann2020-06-245-82/+184
| |/ / / /
* | | | | Merge pull request #3715 from dirkbaechle/docbook-slides-namespace-fixWilliam Deegan2020-06-2422-75/+240
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Fix for failing Docbook slides tests.Dirk Baechle2020-06-2422-75/+240
|/ / / /
* | | | Merge pull request #3710 from jcbrill/msvc-detectionWilliam Deegan2020-06-231-12/+13
|\ \ \ \ | |/ / / |/| | |
| * | | move changes from end of list to proper location based on last name; add blan...Joseph Brill2020-06-231-12/+13
|/ / /
* | | Merge pull request #3707 from mwichmann/textfile-docWilliam Deegan2020-06-222-149/+154
|\ \ \
| * | | Tool doc updates: textfile, lib/object [ci skip]Mats Wichmann2020-06-222-149/+154
|/ / /
* | | Merge pull request #3706 from dirkbaechle/issue3580-generate-doc-lxmlWilliam Deegan2020-06-2159-1939/+2524
|\ \ \
| * | | Removed superfluous import of 'sys' in a testcase.Dirk Baechle2020-06-211-1/+0
| * | | Fixed another bunch of 'bare except' errors.Dirk Baechle2020-06-2117-17/+17
| * | | Fixed Docbook Tool and updated its tests.Dirk Baechle2020-06-2147-168/+1113