-
Notifications
You must be signed in to change notification settings - Fork 755
Build single Python.Runtime.dll for all platforms #1365
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
lostmsu
merged 21 commits into
pythonnet:master
from
losttech:features/VersionIndependent
Jan 28, 2021
Merged
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
909ed1f
dropped net40 target from modern projects
lostmsu 47e926e
use .NET Standard 2.0 platform detection features
lostmsu 21683b3
drop NativeCodePage alltogether
lostmsu 972c41d
WIP: use C# 9 function pointers for PInvoke
lostmsu 51e5184
allow setting PythonDLL
lostmsu 2498d47
always explicitly specify the way strings are marshaled
lostmsu 70fc803
CI: figure out DLL name from environment
lostmsu 28a5dab
use Roslyn preview in CI
lostmsu c75229a
fixed Linux and Mac DLL loaders breaking dll path
lostmsu a0a1dc1
correctly detect DLL on *nix when running from Python
lostmsu 1b88783
Windows library loader: add support for hModule == 0
lostmsu 2c1aaef
fix dll loading in tests
lostmsu 39e41d0
mentiond PythonDLL in changelog
lostmsu 17040fe
set PYDLL in AppVeyor
lostmsu b7410b6
revert automatically added 'm' suffix for *nix default dll name
lostmsu 275cae9
specify full DLL name instead of PYVER in GH Actions
lostmsu b4cb37e
use Microsoft.Net.Compilers.Toolset instead of Microsoft.Net.Compilers
lostmsu f68e581
in CI MacOS python DLL has 'm' suffix
lostmsu cda604a
only set PYTHONNET_PYDLL for test runs from .NET
lostmsu 3982892
workaround for pytest/clr module not preloading python C API library
lostmsu a6cbe20
addressed a few code comments
lostmsu File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
WIP: use C# 9 function pointers for PInvoke
- Loading branch information
commit 972c41d018c78f08d2531c8e3ae640f3038e79d0
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.