summaryrefslogtreecommitdiffstats
path: root/SCons/Tool/linkCommon
Commit message (Expand)AuthorAgeFilesLines
* "Modernize" to Python 3.6 via toolMats Wichmann2023-08-041-1/+1
* Followon to PR #4348: more bool fixesMats Wichmann2023-06-161-1/+1
* Add some cheap return and parameter annotationsMats Wichmann2023-05-014-10/+10
* Tweak gfortran tool to respect tool settingMats Wichmann2023-01-181-5/+8
* Address PR feedbackWilliam Deegan2021-06-211-2/+2
* Fix Issue #3933 debug output removed from SharedLibrary when SHLIBVERSION is ...William Deegan2021-05-031-1/+5
* 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
* Fix Isssue #3035 by disabling versioned library symlinksWilliam Deegan2021-03-091-1/+1
* updating readme on implmentationWilliam Deegan2021-01-151-30/+16
* add logic to test D SHLIBVERSION and SOVERSIONWilliam Deegan2021-01-151-1/+1
* fix copyright text, remove SHDLIBVERSION entirely. Never worked before, and d...William Deegan2021-01-152-0/+46
* Fix link to not overwrite already set SHLIBPREFIX. This prevents mingw from h...William Deegan2020-12-281-1/+2
* Fix test\win32\mingw.py. Note still need to track down why _LIBDIRFLAGS is ev...William Deegan2020-12-281-7/+3
* Fix typo in gdc. Swap out subst logic with python function to calculate .LDMO...William Deegan2020-12-211-2/+13
* Fix versioned shared library naming so numbering is after SHLIBSUFFIX. Handle...William Deegan2020-12-212-51/+77
* Address sider issuesWilliam Deegan2020-12-211-7/+7
* initial checkin of versioned shared library rewriteWilliam Deegan2020-12-213-614/+258
* Merge remote-tracking branch 'upstream/master' into reimplement_soname_soversionWilliam Deegan2020-12-201-1/+0
|\
| * Run autoflake on codeMats Wichmann2020-09-211-1/+0
* | Updated WIP linkCommon READMEWilliam Deegan2020-11-091-1/+44
* | incremental checkin. Updates to README for other developers to reviewWilliam Deegan2020-10-072-7/+14
* | Fix local importsWilliam Deegan2020-08-311-2/+2
* | refactor cleanup. circular import issues resolved by moving isolated imports ...William Deegan2020-08-312-4/+61
* | refactor common link logic from link.py -> linkCommonWilliam Deegan2020-08-311-1/+268
|/
* Refactor shared library/module versioning logic to SCons/Tool/linkCommon/William Deegan2020-08-251-0/+503