-
Notifications
You must be signed in to change notification settings - Fork 3
win32: Enable dotnet on windows #472
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
Open
joaoantoniocardoso
wants to merge
27
commits into
devs/expertise/native-windows
Choose a base branch
from
devs/joaoantoniocardoso/dotnet
base: devs/expertise/native-windows
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
05cdcd0
win32: fix unistd includes for mono binding
joaoantoniocardoso ea5b37f
win32: fix unistd includes for cxx binding
joaoantoniocardoso 5b436d3
win32: Enable dotnet with mono binding
joaoantoniocardoso cc8b864
win32: skip .sh execution on windows
joaoantoniocardoso 3f21d27
win32: Don't pass empty -e parameter
joaoantoniocardoso 649ebd5
win32: Fixes in klass_def to build on windows
joaoantoniocardoso f6e4627
win32: Force eldbus exclusion from the build
joaoantoniocardoso 0bf6e03
win32: fix wrong types being used for .cs generation
joaoantoniocardoso 3f3f8f6
win32: Fix separators; Use PATH instead of LD_LIBRARY_PATH
joaoantoniocardoso 63b2795
win32:^Compile the right source for the target OS
joaoantoniocardoso d4eb2cb
win32: class partial -> class partial
joaoantoniocardoso 6c3a8f1
win32: fix library name (e.g. lib.dll to lib-1.dll)
joaoantoniocardoso b4b05ee
win32: Implement UnloadLibrary() as FreeLibrary() wrapper
joaoantoniocardoso fa2b6d2
win32: Use platform-dependent method LoadFunctionPointer instead of d…
joaoantoniocardoso 60606cd
win32: add debug logs to GetProcAddress
joaoantoniocardoso 11521e8
win32: fix package name passed to dllimport parameter of eolian_mono_gen
joaoantoniocardoso 1bc88de
[PHAB] efl-mono: Correctly load dynamic libs for OSX
db7370d
eo_mono: add a method to get last error from dll import
joaoantoniocardoso b71a0ab
win32: fix wrong dll name and unecessary lib load
joaoantoniocardoso d93d4c6
win32: fix wrong dll name
joaoantoniocardoso 5d37059
win32: efl_unref is from Eo, not from CustomExports
joaoantoniocardoso 30195fe
eo_mono: use efl.Libs.Eo instead of hard-coded string
joaoantoniocardoso c7f288d
[WIP] Increase timeout time to help debug
joaoantoniocardoso 17bd0c8
[TEST_ONLY] set --prefix
joaoantoniocardoso fe27033
efl-mono: Use single-threading apartment model in test
joaoantoniocardoso 69fed8b
[WIP] Disabling all tests to identify the root of the crash problem
joaoantoniocardoso ea760d7
win32: fix elementary modules not loading when running in tree
joaoantoniocardoso 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
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
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why not an
ifndef?