-
Notifications
You must be signed in to change notification settings - Fork 86
Changes to be able to build to webassembly with emscripten. #201
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
Changes from all commits
Commits
Show all changes
78 commits
Select commit
Hold shift + click to select a range
c3e3c2b
Changes to enable libcoro to be built with emscripten
370a19f
Suppressed githooks on readme.md which were messing it up
bd99a36
Removed the TL::expected dependency from submodules
2311875
Suppressed githooks on readme.md which were messing it up
4356be8
Using standard flag to see if std::jthreads are supported
a111e0a
Suppressed githooks on readme.md which were messing it up
2683bd8
Submodule stupidity
0019395
Burned tl::exepected as a dependency
0215fa3
undoing automated readme updates
7310d67
Removed jthreads as not supported by emsdk, tweaks to cmake and readme
be9d0df
Added a github CI pass for web assembly.
6a8adf6
Yaml syntax fix
6bcaab9
Yaml syntax fix
8debcdf
Yaml syntax fix
7eb39c1
Yaml syntax fix
69089f4
CI debugging
bf35100
CI debugging
4a828bb
CI debugging
76a2054
CI debugging
0d400d3
CI debugging
bf0197a
CI debugging
a3a6c29
CI debugging
81e97fd
CI debugging
8b61072
CI debugging
a00760e
CI debugging
52d9728
CI debugging
a2cd9f0
CI for wasm
a8bc980
Readme fixup
c9f7c45
Tweaks to fix deadlock with clang
683a6e7
changing memory order on atomic acquistion
8a047c9
memory order tweak
20e8fee
memory order tweak to thread pool size
b6557c4
Bypassing ctest and calling libcoro_test directly, outputing XML to s…
6f84eb9
CI tweak to check on the deadlocking test
7bc9fdd
CI tweak
1cdc528
Moved xml reporter setting into cmake, using ctest again in CI
21d41a3
Changes to enable libcoro to be built with emscripten
97abf71
Suppressed githooks on readme.md which were messing it up
329c8e8
Removed the TL::expected dependency from submodules
59d8b3e
Suppressed githooks on readme.md which were messing it up
05e6d09
Using standard flag to see if std::jthreads are supported
4b80c4f
Suppressed githooks on readme.md which were messing it up
5267ef7
Submodule stupidity
4a2603f
Burned tl::exepected as a dependency
e8057f1
undoing automated readme updates
a300169
Removed jthreads as not supported by emsdk, tweaks to cmake and readme
e22b100
Added a github CI pass for web assembly.
03d5e61
Yaml syntax fix
ecfc6a4
Yaml syntax fix
082a863
Yaml syntax fix
b29b8bd
Yaml syntax fix
ebd68e7
CI debugging
c30adfa
CI debugging
8394f0f
CI debugging
f1cefbb
CI debugging
a8d64c8
CI debugging
093719e
CI debugging
557730d
CI debugging
8fb078c
CI debugging
2872858
CI debugging
fb4083d
CI debugging
322453b
CI debugging
cc6731b
CI for wasm
eed86c1
Readme fixup
5512dde
changing memory order on atomic acquistion
a93ffdb
memory order tweak
daee82b
memory order tweak to thread pool size
fa2e8e3
Bypassing ctest and calling libcoro_test directly, outputing XML to s…
e6a27d2
CI tweak to check on the deadlocking test
744b911
CI tweak
ec7de3b
Moved xml reporter setting into cmake, using ctest again in CI
b1d1a9e
Merge fixes
e5beba3
Unit test defaulting to default reporter
cbbe8b0
Tweaks
0f2e6a5
Reverting out memory_order::seq_cst as josh fix the problem and they …
b1c02f5
Fixed readme weirdness (again)
aa48ccc
Fixed readme weirdness (again (again))
faea978
Fixed typo
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,3 @@ | ||
[submodule "vendor/c-ares/c-ares"] | ||
path = vendor/c-ares/c-ares | ||
url = https://github.com/c-ares/c-ares.git | ||
[submodule "vendor/tartanllama/expected"] | ||
path = vendor/tartanllama/expected | ||
url = https://github.com/jstranik/expected.git | ||
path = vendor/c-ares/c-ares | ||
url = https://github.com/c-ares/c-ares.git |
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.