-
Notifications
You must be signed in to change notification settings - Fork 4
Linux fixes #190
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
Merged
Linux fixes #190
Changes from 4 commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
66229b0
Fixing Linux builds
Dandielo c4a4202
Fixing issues on Windows after changes for linux.#
Dandielo 9c32394
Fixing build issues on HSC tools.
Dandielo 6413b3b
Quick implementation of linux platform layer.
Dandielo 006ca52
Removed hardcoded 'EMSDK_PYTHON' env variable.
Dandielo f51dfa4
Fixed Android and Webassembly builds.
Dandielo 5307d70
Continued work on Vulkan with Wayland.
Dandielo 580e602
Finished implementing Linux support (tested on WSL)
Dandielo 68d5bc6
Cleared 'Settings' method since the .Environment is now set from IBT …
Dandielo b328f08
Limit the 'Vulkan-Shader-Compiler' Rule to Windows and Linux targets.
Dandielo 0500042
Fixed deadlock on graph objects. (I knew it was coming)
Dandielo 997ee02
Enable Linux validation.
Dandielo 5cec158
Allow manual dispatching the validation workflow
Dandielo 6a2a454
Cleanup to trigger the workflow.
Dandielo 1e03598
Also install libc++ library for selected clang version
Dandielo 48c37f9
Setup conan default profile
Dandielo 40fc9fe
Use 'pwsh' as shell instead of 'powershell'
Dandielo 3771bbc
Fix compilation error if SDL2 package was not build with support for …
Dandielo ee7259a
Updated 'rapidjson' package to a patched version.
Dandielo 41e9bfb
Updated 3rdParty license information.
Dandielo 74496ca
Implemeted naming threads on Linux targets.
Dandielo 2b19e54
Updated license headers in all recently changed files.
Dandielo 1dd156d
Fix creation and modification year in license headers.
Dandielo 18c044e
Updated license headers in .bff scripts.
Dandielo 20d4637
Implemented Storage platform API for linux.
Dandielo 49fcf44
Impelemnted missing parts of the Threads palatform API for Linux
Dandielo 85171d0
Implemented 'ice::current_thread::sleep' function.
Dandielo 04ca2f1
Implemeted AIO file writing (more like writing on different threads, …
Dandielo 80aa51e
Update code validation workflow.
Dandielo 99be52c
Fixing build issues after latest Linux changes.
Dandielo 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -61,7 +61,7 @@ extern "C" | |
|
|
||
| } // extern "C" | ||
|
|
||
| #elif ISP_ANDROID | ||
| #elif ISP_ANDROID || ISP_LINUX | ||
|
|
||
| extern "C" | ||
| { | ||
|
|
||
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.
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.