Skip to content

Commit 4678f30

Browse files
youennfphiln
authored andcommitted
Update boringssl to M115
https://bugs.webkit.org/show_bug.cgi?id=257954 rdar://110642341 Reviewed by Eric Carlson. Move from C99 to C11 as this is required for boringssl now. Update the project files to compile what is necessary. * Source/ThirdParty/libwebrtc/Configurations/Base.xcconfig: Added. * Source/ThirdParty/libwebrtc/Source/third_party/boringssl: Resynced. * Source/ThirdParty/libwebrtc/libwebrtc.xcodeproj/project.pbxproj: Added. Canonical link: https://commits.webkit.org/265072@main
1 parent f82ec6d commit 4678f30

6,374 files changed

Lines changed: 1171986 additions & 352331 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Source/ThirdParty/libwebrtc/Configurations/Base.xcconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ CLANG_WARN_STRICT_PROTOTYPES = YES;
5353
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
5454
DEBUG_INFORMATION_FORMAT = dwarf-with-dsym;
5555
ENABLE_BITCODE = NO;
56-
GCC_C_LANGUAGE_STANDARD = gnu99;
56+
GCC_C_LANGUAGE_STANDARD = gnu11;
5757
GCC_DEBUGGING_SYMBOLS = default;
5858
GCC_ENABLE_CPP_EXCEPTIONS = NO;
5959
GCC_ENABLE_CPP_RTTI = NO;
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Please do not send pull requests to the BoringSSL repository.
2+
3+
We do, however, take contributions gladly.
4+
5+
See https://boringssl.googlesource.com/boringssl/+/master/CONTRIBUTING.md
6+
7+
Thanks!
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
build/
2+
build32/
3+
build64/
4+
ssl/test/runner/runner
5+
*.pyc
6+
*.swp
7+
*.swo
8+
doc/*.html
9+
doc/doc.css
10+
rust/Cargo.lock
11+
rust/bssl-crypto/Cargo.lock
12+
rust/target
13+
14+
util/bot/android_ndk
15+
util/bot/android_sdk/public
16+
util/bot/cmake
17+
util/bot/golang
18+
util/bot/libFuzzer
19+
util/bot/libcxx
20+
util/bot/libcxxabi
21+
util/bot/llvm-build
22+
util/bot/nasm-win32.exe
23+
util/bot/ninja
24+
util/bot/perl-win32
25+
util/bot/sde-linux64
26+
util/bot/sde-linux64.tar.xz
27+
util/bot/sde-win32
28+
util/bot/sde-win32.tar.xz
29+
util/bot/win_toolchain.json
30+
target/

0 commit comments

Comments
 (0)