commit | 13f9c62ec85cb8d9c1bbe6abee2e8678fb7c4e52 | [log] [tgz] |
---|---|---|
author | Mirko Bonadei <mbonadei@webrtc.org> | Fri Apr 29 14:38:32 2022 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Apr 29 16:00:53 2022 |
tree | e9477cfb800ea5f5a963e9e56eb94881d029ed9b | |
parent | d3890781be3ecf718ab0d059ac30bb7b4ff298ac [diff] |
Fix comparator bugs which are not compliant to strict weak ordering. See a full explanation of the problem on this blog [1] post about changing std::sort in LLVM and relative issues uncovered. The CompareNetwork function was violating the 4th rule of "strict weak ordering" (Transitivity of incomparability: x == y and y == z imply x == z, where x == y means x < y and y < x are both false). [1] - https://danlark.org/2022/04/20/changing-stdsort-at-googles-scale-and-beyond/ Bug: None Change-Id: I7e893f0a30da31403766284823f75c45c4db91c3 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/251681 Reviewed-by: Tomas Gunnarsson <tommi@webrtc.org> Reviewed-by: Niels Moller <nisse@webrtc.org> Reviewed-by: Harald Alvestrand <hta@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#36711}
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.