summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4 from bdbaddog/shlib-tweaksMats Wichmann2021-03-142-5/+7
|\
| * Handle library (or any files) named just they're *PREFIX for their type. Don'...William Deegan2021-03-142-5/+7
|/
* Don't chop some shlib names in _get_shlib_stemMats Wichmann2021-03-121-18/+31
* Merge pull request #3896 from bdbaddog/issue_3035_mingw_shlibversionWilliam Deegan2021-03-094-2/+17
|\
| * Fix Isssue #3035 by disabling versioned library symlinksWilliam Deegan2021-03-094-2/+17
|/
* Merge pull request #3709 from grossag/topic/grossag/newhashesWilliam Deegan2021-03-0724-122/+437
|\
| * Fix closing <para> should be </para>. Also reformatted the --hash-format xml ...William Deegan2021-03-071-8/+12
| * Merge branch 'master' into topic/grossag/newhashesWilliam Deegan2021-03-07135-2882/+3546
| |\ | |/ |/|
* | Merge pull request #3895 from bdbaddog/allow_subst_callables_to_handle_defaul...William Deegan2021-03-024-9/+81
|\ \
| * | Add to CHANGES.txt and RELEASE.txt info on the changes for this PRWilliam Deegan2021-02-272-2/+10
| * | Add tests for callable with extra default arg, same but using partial to set ...William Deegan2021-02-271-1/+55
| * | switch to using set comprehension in subst callable arg checking logic, inste...William Deegan2021-02-271-5/+4
| * | update subst callable checking to include the expected args in the list to co...William Deegan2021-02-271-6/+17
|/ /
* | Merge pull request #3886 from mwichmann/append-docsWilliam Deegan2021-02-262-115/+238
|\ \
| * | resolve a couple outstanding comments from PRWilliam Deegan2021-02-261-3/+6
| * | Merge branch 'master' into append-docsWilliam Deegan2021-02-2619-386/+512
| |\ \ | |/ / |/| |
* | | Merge pull request #3888 from mwichmann/builder-doc-fiddleWilliam Deegan2021-02-263-132/+208
|\ \ \
| * | | a few updates. Soften wording advising aginst adding library inclusion direct...William Deegan2021-02-261-2/+2
| * | | [PR #3888] builder doc changes per review comments [skip appveyor]Mats Wichmann2021-02-212-33/+61
| * | | Move LIBS warning from Builders to LIBS definition [skip appveor] [skip travis]Mats Wichmann2021-02-183-102/+128
| * | | Tweak builder-methods manpage section [skip appveor] [skip travis]Mats Wichmann2021-02-171-17/+39
* | | | Merge pull request #3877 from mwichmann/emitter-addWilliam Deegan2021-02-2618-258/+308
|\ \ \ \
| * | | | update example to simplify map_filename and relocate emitter to after that va...William Deegan2021-02-267-16/+17
| * | | | [PR #3877] further tweak DefaultEnvironment examples [skip appveyor] [skip t...Mats Wichmann2021-02-173-21/+18
| * | | | If calling DefaultEnviornment, do not call it env [skip appveyor] [skip travis]Mats Wichmann2021-02-163-23/+22
| * | | | [PR #3877] fix some broken examples from initial commit [ci skip]Mats Wichmann2021-02-167-26/+13
| * | | | Merge branch 'master' into emitter-addWilliam Deegan2021-02-1615-53/+88
| |\ \ \ \ | | |/ / /
| * | | | Adding-emitter example for User Guide [ci skip]Mats Wichmann2021-01-317-210/+276
| | | * | Further minor tweak on CPPDEFINES usage [skip appveyor] [skip travis]Mats Wichmann2021-02-261-6/+7
| | | * | [PR #3886] push a missed commit to Append docs [ci skip]Mats Wichmann2021-02-261-5/+14
| | | * | Update documentation for env.Append family [ci skip]Mats Wichmann2021-02-262-119/+229
| |_|/ / |/| | |
* | | | Merge pull request #3893 from mwichmann/doc-packagingWilliam Deegan2021-02-221-9/+27
|\ \ \ \
| * | | | Tweaks to Packaging docs [skip appveyor] [skip travis]Mats Wichmann2021-02-211-9/+27
|/ / / /
* | | | Merge pull request #3892 from mwichmann/env-ProgramWilliam Deegan2021-02-192-2/+3
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix env = Program usage in docs [skip appveyor] [skip travis]Mats Wichmann2021-02-192-2/+3
|/ / /
* | | Force Sphinx < 3.5.0. Once 3.5.1 is released the bug we're hitting should be ...William Deegan2021-02-161-2/+3
* | | Merge pull request #3884 from mwichmann/time-sconsignWilliam Deegan2021-02-1513-46/+73
|\ \ \
| * | | A few more tweaks to debug-timing codeMats Wichmann2021-02-113-23/+34
| * | | [PR #3884] fix some timinng errors from initial submitMats Wichmann2021-02-093-9/+9
| * | | Add timing of sconsign write if --debugMats Wichmann2021-02-0811-27/+43
| |/ /
* | | Merge pull request #3885 from dmoody256/cachedir_use_uuidWilliam Deegan2021-02-122-5/+12
|\ \ \ | |/ / |/| |
| * | Update to be compat with py 3.5 (no f-strings)William Deegan2021-02-121-1/+1
| * | Update CacheDir to use uuid for tmpfile unique name generation.Daniel Moody2021-02-112-5/+12
|/ /
* | Merge pull request #3875 from bdbaddog/fix_py3_10_lxml_issueWilliam Deegan2021-01-242-0/+15
|\ \
| * | [ci skip] fix typoWilliam Deegan2021-01-241-1/+1
| * | [appveyor skip] fix hanging pip uninstallWilliam Deegan2021-01-241-1/+3
| * | Add logic to force rebuild of lxml and cython from git versions for python 3.10William Deegan2021-01-242-0/+13
|/ /
* | Merge pull request #3874 from mwichmann/pyescapesWilliam Deegan2021-01-238-18/+37
|\ \
| * | Add a run on Py 3.10-dev [skip appveyor]Mats Wichmann2021-01-222-8/+12
| * | Initial support in tests for Python 3.10Mats Wichmann2021-01-227-12/+27
|/ /