summaryrefslogtreecommitdiffstats
path: root/SCons/Tool
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #3899 from mwichmann/shlib-tweaksWilliam Deegan2021-03-182-19/+109
|\
| * Fix test to work on windows where the default SHLIBPREFIX is empty stringWilliam Deegan2021-03-161-1/+1
| * Add unit test for SCons.Tool.linkCommon.SharedLibrary.shlib_symlink_emitter()William Deegan2021-03-151-0/+75
| * Handle library (or any files) named just they're *PREFIX for their type. Don'...William Deegan2021-03-141-4/+6
| * Don't chop some shlib names in _get_shlib_stemMats Wichmann2021-03-121-18/+31
* | 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
* | PR #3898: address review commentsMats Wichmann2021-03-111-2/+0
* | Drop dictionary has_key references: Py2-ism.Mats Wichmann2021-03-113-6/+3
|/
* Fix Isssue #3035 by disabling versioned library symlinksWilliam Deegan2021-03-092-1/+6
* Tweaks to Packaging docs [skip appveyor] [skip travis]Mats Wichmann2021-02-211-9/+27
* Initial support in tests for Python 3.10Mats Wichmann2021-01-221-4/+4
* Merge pull request #3862 from djh82/feature/zipbuilder_override_timestampWilliam Deegan2021-01-182-12/+52
|\
| * feat: Adds ZIP_OVERRIDE_TIMESTAMPDavid H2021-01-182-12/+52
* | [ci skip]Updated generated docs, Updated docsWilliam Deegan2021-01-152-9/+21
* | updating readme on implmentationWilliam Deegan2021-01-151-30/+16
* | add logic to test D SHLIBVERSION and SOVERSIONWilliam Deegan2021-01-151-1/+1
* | merge current upstreamWilliam Deegan2021-01-159-45/+49
|\ \
| * | fix copyright text, remove SHDLIBVERSION entirely. Never worked before, and d...William Deegan2021-01-159-45/+49
* | | Merge remote-tracking branch 'upstream/master' into reimplement_soname_soversionWilliam Deegan2021-01-157-36/+63
|\ \ \ | |/ / |/| / | |/
| * Merge pull request #3849 from mwichmann/compdb-notesWilliam Deegan2021-01-091-24/+51
| |\
| | * Adjust CompilationDatase documentation [skip appveyor]Mats Wichmann2020-12-231-24/+51
| * | Update manpage section of Fortran suffixes [ci skip]Mats Wichmann2021-01-066-12/+12
| |/
* | Fix link to not overwrite already set SHLIBPREFIX. This prevents mingw from h...William Deegan2020-12-282-5/+7
* | Fix test\win32\mingw.py. Note still need to track down why _LIBDIRFLAGS is ev...William Deegan2020-12-285-43/+43
* | Fix mingw to reset _SHLIBSUFFIX toWilliam Deegan2020-12-271-0/+3
* | Address some comments from the PR regarding formatting, and license text blockWilliam Deegan2020-12-272-8/+7
* | Allow callers of createSharedLibBuilder() and createLoadableModuleBuilder() t...William Deegan2020-12-272-6/+14
* | Fix typo in gdc. Swap out subst logic with python function to calculate .LDMO...William Deegan2020-12-213-16/+24
* | Merge branch 'reimplement_soname_soversion' of github.com:bdbaddog/scons into...William Deegan2020-12-218-98/+100
|\ \
| * | Update copyrights, remove obsoleted env vars from docs for D compilersWilliam Deegan2020-12-218-98/+100
* | | Fix versioned shared library naming so numbering is after SHLIBSUFFIX. Handle...William Deegan2020-12-212-51/+77
|/ /
* | temporarily comment out D shared lib supportWilliam Deegan2020-12-211-4/+6
* | Address sider issuesWilliam Deegan2020-12-212-8/+8
* | initial checkin of versioned shared library rewriteWilliam Deegan2020-12-2111-911/+454
* | Merge remote-tracking branch 'upstream/master' into reimplement_soname_soversionWilliam Deegan2020-12-2028-71/+99
|\ \ | |/
| * Keep one msvs debug msg, test expects isMats Wichmann2020-12-121-2/+2
| * Quiet some msvs debug outputMats Wichmann2020-12-122-9/+27
| * Fix a lingering typo in msvc debug output [travis skip]Mats Wichmann2020-12-111-3/+6
| * Merge branch 'wix-win' of git://github.com/mwichmann/scons into mwichmann-wix...William Deegan2020-11-241-2/+1
| |\
| | * Move wix tool into windows tool sectionMats Wichmann2020-11-221-2/+1
| * | Change variable from COMPILATIONDB_USE_PATH_FILTER to COMPILATIONDB_PATH_FILTERWilliam Deegan2020-11-242-6/+8
| |\ \
| | * | Add COMPILATIONDB_USE_PATH_FILTER for filtering compilation database.James Benton2020-11-232-2/+21
| * | | Merge branch 'compilation_db_use_filter' of git://github.com/bentonj-vmw/scon...William Deegan2020-11-212-4/+23
| |\ \ \ | | |_|/ | |/| |
| | * | Add COMPILATIONDB_USE_PATH_FILTER for filtering compilation database.James Benton2020-10-272-4/+23
| | |/
| * | [PR #3827] fix: don't iterate over object being modifiedMats Wichmann2020-11-181-1/+1
| * | Kill a couple of "for foo in range(len(bar))"Mats Wichmann2020-11-171-10/+15
| * | Remove some "star imports"Mats Wichmann2020-11-162-2/+2
| |/
| * Drop some more Py2 compat thingsMats Wichmann2020-10-133-6/+4
| * Run autoflake on codeMats Wichmann2020-09-2118-26/+5