commit | e40468ba3dda1cb3382b11fca068565d3490deff | [log] [tgz] |
---|---|---|
author | Karl Wiberg <kwiberg@webrtc.org> | Wed Nov 22 10:42:26 2017 +0100 |
committer | Commit Bot <commit-bot@chromium.org> | Wed Nov 22 11:21:47 2017 +0000 |
tree | 0fb5d5f734e7a96be80e93fd24e76d7b50276e10 | |
parent | 9deda4828d2ed9dc30bfb506ff8d64c56fbad7e8 [diff] |
Move some numeric utility code from rtc_base/ to rtc_base/numerics/ Specifically, I'm moving safe_compare.h safe_conversions.h safe_minmax.h They shouldn't be part of the API, and moving them to an appropriate subdirectory of rtc_base/ is a good way to keep track of that. BUG=webrtc:8445 Change-Id: I458531aeb30bcf4291c4bec3bf22a2fffbf054ff Reviewed-on: https://webrtc-review.googlesource.com/20860 Commit-Queue: Karl Wiberg <kwiberg@webrtc.org> Reviewed-by: Danil Chapovalov <danilchap@webrtc.org> Cr-Commit-Position: refs/heads/master@{#20829}
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 http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.