summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Skip empty cmdline args as targetsMats Wichmann2021-03-253-8/+27
* Merge pull request #3903 from bdbaddog/fix_copyright_textWilliam Deegan2021-03-185-20/+15
|\
| * Fix some tests copyright textWilliam Deegan2021-03-185-20/+15
|/
* Merge pull request #3900 from WholesomeIsland/patch-1William Deegan2021-03-181-1/+1
|\
| * Update scons.batWholesomeIsland2021-03-161-1/+1
* | Merge pull request #3899 from mwichmann/shlib-tweaksWilliam Deegan2021-03-184-27/+133
|\ \
| * \ Merge remote-tracking branch 'mwichmann/shlib-tweaks' into shlib-tweaksWilliam Deegan2021-03-170-0/+0
| |\ \
| | * \ Merge pull request #6 from bdbaddog/shlib-tweaksMats Wichmann2021-03-161-1/+1
| | |\ \
| | * \ \ Merge pull request #5 from bdbaddog/shlib-tweaksMats Wichmann2021-03-153-6/+97
| | |\ \ \
| | * \ \ \ Merge pull request #4 from bdbaddog/shlib-tweaksMats Wichmann2021-03-142-5/+7
| | |\ \ \ \
| * | | | | | [travisci skip] [appveyor skip] Fix sider complaintsWilliam Deegan2021-03-171-2/+2
| | |_|_|/ / | |/| | | |
| * | | | | Fix test to work on windows where the default SHLIBPREFIX is empty stringWilliam Deegan2021-03-161-1/+1
| | |_|/ / | |/| | |
| * | | | remove logic to handle (for example) library name where the library name matc...William Deegan2021-03-152-5/+10
| * | | | Add unit test for SCons.Tool.linkCommon.SharedLibrary.shlib_symlink_emitter()William Deegan2021-03-151-0/+75
| * | | | need to always get the file name if pre or suf is defined when calling adjust...William Deegan2021-03-141-7/+9
| * | | | Added unittest for changes to SCons.Util.adjustixes() to handle when filename...William Deegan2021-03-142-1/+10
| | |/ / | |/| |
| * | | 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 #3901 from mwichmann/msvc-docWilliam Deegan2021-03-181-5/+5
|\ \ \ | |_|/ |/| |
| * | Typo fix [skip appveyor] [skip travis]Mats Wichmann2021-03-171-1/+1
| * | Add some markup in msvc doc [skip appveyor] [skip travis]Mats Wichmann2021-03-171-5/+5
|/ /
* | Merge pull request #3898 from mwichmann/drop-has-keyWilliam Deegan2021-03-1417-74/+34
|\ \
| * | Update RELEASE.txt to indicate modified classes [skip travis] [track appveyor]Mats Wichmann2021-03-121-2/+3
| * | PR #3898 fix syntax - missing :Mats Wichmann2021-03-112-1/+3
| * | PR #3898: address review commentsMats Wichmann2021-03-113-7/+5
| * | SConsOptions: don't modify original optionsMats Wichmann2021-03-111-1/+1
| * | Drop dictionary has_key references: Py2-ism.Mats Wichmann2021-03-1116-71/+30
| |/
* | Update LICENSEWilliam Deegan2021-03-121-1/+1
|/
* 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