-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
win support #329
Merged
Merged
win support #329
Changes from 1 commit
Commits
Show all changes
44 commits
Select commit
Hold shift + click to select a range
be16bb5
build for win
haiyangwu e9ee7c3
code style
haiyangwu 27c1307
code style
haiyangwu f2b060e
scripts
haiyangwu 8de983a
replace duplex pipe with two pipe
haiyangwu 3e57e56
code style
haiyangwu 12b6a3c
add explicit key word
haiyangwu 283351a
move getopt to deps
haiyangwu 9cd71b3
Merge remote-tracking branch 'versatica/v3' into v3. Fix typo
haiyangwu a15863c
single quotes
haiyangwu b86a32f
pyc explicit path
haiyangwu 9a66008
delete unused dep
haiyangwu c20fb5b
log text & code style
haiyangwu 850761f
rename SocketRole to role
haiyangwu 6a1a927
log text & code style
haiyangwu af693c4
replace _MSC_VER with _WIN32 for better compatibility
haiyangwu d3f3a4c
add public keyword to separate method and var
haiyangwu cbc1b1d
Generate sln under worker directory for unifying test:woker logic
haiyangwu e489d3b
add "getopt" entry in worker/scripts/get-dep.sh
haiyangwu 793900d
code style
haiyangwu 3585288
add comment for skipping test case in win32
haiyangwu 14a38ba
move gulp-clang-format into devDep
haiyangwu cac00ed
unify name
haiyangwu 3dbf56d
change for lint
haiyangwu 4f10db0
use run-script-os instead of gulp
haiyangwu 174c1dd
use @dr.amaton/run-script-os instead of a git repo
haiyangwu 7b20534
win tasks
haiyangwu e70535c
remove useless tasks
haiyangwu a4bed7d
run mediasoup-worker-test
haiyangwu e566abe
add win-tasks.js to lint
haiyangwu cda5e7e
code style
haiyangwu 6885c44
code style and readability
haiyangwu b6775ab
code style
haiyangwu faa375f
code style
haiyangwu 6578c6b
remove duplicated LF
haiyangwu 6fbcc2a
wrap consumer socket and producer socket
haiyangwu d0a9005
gitignore
haiyangwu 36e2b4c
code style
haiyangwu bbdae70
add virtual destructor
haiyangwu 3dddc43
Merge remote-tracking branch 'versatica/devel' into v3
haiyangwu 7ac3a99
add defines for abseil
haiyangwu 461e7a5
include
haiyangwu 96a62bd
Merge remote-tracking branch 'versatica/devel' into v3
haiyangwu 62aeb29
dot at the end of the comment
haiyangwu 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 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 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
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.
NOTE:
worker/deps/abseil-cpp
has been removed in "devel" branch. It's now just inworker/deps/libwebrtc/deps/abseil-cpp
.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.
Ok... New commits in
devel
branch merged.