commit | 1ff10c878bb23825a4be175ca85321ac5d1c3e62 | [log] [tgz] |
---|---|---|
author | Philipp Hancke <phancke@meta.com> | Mon Aug 18 22:25:30 2025 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Sat Aug 30 05:52:49 2025 |
tree | fa5eb16200ec35eaa3d2097a0e6c1c7f5b253b99 | |
parent | 1efbd0cd0ec8f3cf3ddd13d95f876ddf15a1671e [diff] |
constexpr-ify some tests using variants of git grep "^const char k" | grep test.cc | awk -F ':' '{print $1}' | sort | uniq | xargs sed -i 's/^const char /constexpr char /g' and then repeating the same with each of uint8_t, uint32_t, uint16_t, size_t, int8_t, int16_t, int32_t, int64_t, double, uint64_t, unsigned int, float Bug: webrtc:429563452 Change-Id: I55e6876fceeaa467eeaa7f877b6067b6299991dc Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/404261 Reviewed-by: Danil Chapovalov <danilchap@webrtc.org> Commit-Queue: Harald Alvestrand <hta@webrtc.org> Reviewed-by: Harald Alvestrand <hta@webrtc.org> Cr-Commit-Position: refs/heads/main@{#45497}
WebRTC is a free, open software project that provides browsers and mobile applications with Real-Time Communications (RTC) capabilities via simple APIs. The WebRTC components have been optimized to best serve this purpose.
Our mission: To enable rich, high-quality RTC applications to be developed for the browser, mobile platforms, and IoT devices, and allow them all to communicate via a common set of protocols.
The WebRTC initiative is a project supported by Google, Mozilla and Opera, amongst others.
See here for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.