Skip to content

Commit ced19d0

Browse files
jdelaplaniyatim23
andauthored
Release 1 7 3 (#1473)
* recreate signaling client & lws_context whenever a significant error has occurred * Clang format * More verbose and debug logging for ice & turn * Clang formatting * travis be gone * add github-actions * more clang formatting * more clang formatting * address sanitizer * fix clang-format * fix client.c clang-format Co-authored-by: Niyati Maheshwari <niyatim23@gmail.com>
1 parent 2dff44f commit ced19d0

30 files changed

+668
-467
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: Bug report
33
about: Create a report to help us improve
44
title: "[BUG]"
5-
labels: bug
5+
labels: bug,needs-triage
66
assignees: ''
77

88
---

.github/ISSUE_TEMPLATE/questions-help.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: Questions/Help
33
about: Describe this issue template's purpose here.
44
title: "[QUESTION]"
5-
labels: question
5+
labels: question,needs-triage
66
assignees: ''
77

88
---

.github/build_windows.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
call "C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\VC\Auxiliary\Build\vcvars64.bat"
1+
call "C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\VC\Auxiliary\Build\vcvars64.bat" amd64
22
mkdir build
33
cd build
44
cmd.exe /c cmake -G "NMake Makefiles" ..

.github/github_deploy_key.enc

-3.31 KB
Binary file not shown.

0 commit comments

Comments
 (0)