commit | 7589689774d232e0de6bf2d9eeccde66a8780b9f | [log] [tgz] |
---|---|---|
author | Evan Shrubsole <eshr@google.com> | Wed Nov 06 15:14:40 2024 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Nov 07 13:30:28 2024 |
tree | c74a8c94544be21d41c81ed080edf47b47a34778 | |
parent | e6f0c2fd23f6038048085dc4943accedd083f512 [diff] |
Replace cricket::LeastCommonMultiple and cricket::GreatestCommonDivisor with std::lcm and std::gcd. The std::lcm and std::gcd functions are part of the C++ standard library. The existing functions are marked as deprecated rather than deleted in the case of possible third party uses. #rtc_cleanup Bug: webrtc:377205743 Change-Id: I174e663f152d750c984a35dc7136bc18dc01bc8e Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/367440 Reviewed-by: Tomas Gunnarsson <tommi@webrtc.org> Auto-Submit: Evan Shrubsole <eshr@google.com> Reviewed-by: Rasmus Brandt <brandtr@webrtc.org> Commit-Queue: Tomas Gunnarsson <tommi@webrtc.org> Cr-Commit-Position: refs/heads/main@{#43368}
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.