commit | 3672d6054366f2f085721b882d34cc3896e0676c | [log] [tgz] |
---|---|---|
author | Mirko Bonadei <mbonadei@webrtc.org> | Thu Apr 03 19:45:41 2025 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Apr 04 22:23:56 2025 |
tree | e5930685d3a19d725d0d7bb28cb049d959fab2b5 | |
parent | a1ebcbce7455a20a8b54eb1ed3ea7cb158f6a0d5 [diff] |
Migrate template alias nullability annotations to macros. absl::Nonnull -> absl_nonnull, absl::Nullable -> absl_nullable, and absl::NullabilityUnknown -> absl_nullability_unknown. The new macros are positioned as a qualifier on the affected type, similar to const, rather than as a templated type wrapping the affected type. Bug: webrtc:407433459 No-Iwyu: No regressions introduced by this CL Change-Id: Id6b1a58296d52c86db3ae44e90849affc904d335 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/384220 Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Commit-Queue: Harald Alvestrand <hta@webrtc.org> Auto-Submit: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Danil Chapovalov <danilchap@webrtc.org> Reviewed-by: Harald Alvestrand <hta@webrtc.org> Cr-Commit-Position: refs/heads/main@{#44301}
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.