summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump lxml from 4.6.2 to 4.6.3dependabot/pip/lxml-4.6.3dependabot[bot]2021-03-311-1/+1
* Merge pull request #3916 from mwichmann/issue2399William Deegan2021-03-283-64/+101
|\
| * Merge branch 'master' into issue2399William Deegan2021-03-289-19/+28
| |\ | |/ |/|
* | Merge pull request #3914 from mwichmann/use-real-CLVarWilliam Deegan2021-03-282-12/+5
|\ \
| * \ Merge branch 'master' into use-real-CLVarWilliam Deegan2021-03-288-7/+23
| |\ \ | |/ / |/| |
* | | Merge pull request #3913 from mwichmann/issue2018William Deegan2021-03-283-4/+12
|\ \ \
| * \ \ Merge branch 'master' into issue2018William Deegan2021-03-286-3/+11
| |\ \ \ | |/ / / |/| | |
* | | | Merge pull request #3915 from mwichmann/depr-py35William Deegan2021-03-286-3/+11
|\ \ \ \
| * | | | Deprecate Python 3.5.Mats Wichmann2021-03-286-3/+11
|/ / / /
| * | | Stop stripping INSTALLSTRMats Wichmann2021-03-283-4/+12
|/ / /
| * | Drop the local CLVar class from EnvironmentTestsMats Wichmann2021-03-282-12/+5
|/ /
| * Add a __iadd__ method to CLVar to support inplace addsMats Wichmann2021-03-283-64/+101
|/
* Merge pull request #3912 from mwichmann/drop-cvarsWilliam Deegan2021-03-277-89/+33
|\
| * Drop accidentally committed packaging/NOTES fileMats Wichmann2021-03-261-19/+0
| * fix sider complaints: formatting in mslink:generate()Mats Wichmann2021-03-261-24/+25
| * Fix errors removing old WIN32 construction varsMats Wichmann2021-03-264-12/+26
| * Remove old deprecated construction variablesMats Wichmann2021-03-266-58/+6
|/
* Merge pull request #3902 from DeeeeLAN/relpathWilliam Deegan2021-03-2511-7/+134
|\
| * address sider issuesWilliam Deegan2021-03-251-5/+5
| * Simplify test and fix to work on all platformsWilliam Deegan2021-03-252-22/+43
| * [ci skip] Update RELEASE.txt and CHANGES.txtWilliam Deegan2021-03-252-2/+6
| * Fix test to no longer need factory or scanner specified. Flesh out the fixtur...William Deegan2021-03-195-21/+22
| * reorg tests a bit and move new relpath test's SConstruct to a fixture. Also f...William Deegan2021-03-183-21/+25
| * remove extra spacesDillan Mills2021-03-171-2/+2
| * update changes.txtDillan Mills2021-03-171-0/+2
| * Add support for TARGET.relpath propertyDillan Mills2021-03-175-8/+103
* | Merge pull request #3910 from mwichmann/site-dirWilliam Deegan2021-03-2512-55/+89
|\ \
| * \ Merge branch 'master' into site-dirWilliam Deegan2021-03-253-8/+27
| |\ \ | |/ / |/| |
* | | Merge pull request #3909 from mwichmann/issue2986William Deegan2021-03-253-8/+27
|\ \ \
| * | | Skip empty cmdline args as targetsMats Wichmann2021-03-253-8/+27
| | * | Commit missed CHANGES.txt snip [ci skip]Mats Wichmann2021-03-251-0/+2
| | * | Change site-dir arg handlingMats Wichmann2021-03-2511-55/+87
| |/ / |/| |
* | | [ci skip] update CHANGES.txt and add entry to RELEASE.txtWilliam Deegan2021-03-232-1/+6
* | | Merge pull request #3907 from djh82/bugfix/implicit_command_dependencies_fals...William Deegan2021-03-233-2/+42
|\ \ \ | |/ / |/| |
| * | fix: allows IMPLICIT_COMMAND_DEPENDENCIES to have false-like values supplieddjh2021-03-233-2/+42
|/ /
* | 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-174-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-142-5/+10
| * | | | Add unit test for SCons.Tool.linkCommon.SharedLibrary.shlib_symlink_emitter()William Deegan2021-03-141-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
| | |/ / | |/| |