commit | 65c392265fec842b90455f21b7c98e44481f1eda | [log] [tgz] |
---|---|---|
author | Karl Wiberg <kwiberg@webrtc.org> | Wed Nov 22 11:25:14 2017 |
committer | Commit Bot <commit-bot@chromium.org> | Wed Nov 22 12:39:39 2017 |
tree | ae134d870bb5bfe42d6c256c04878fe9b7aa86c1 | |
parent | 619685782677769d90233d4bf1f74e96f72efeb7 [diff] |
Move some more numeric utility code from rtc_base/ to rtc_base/numerics/ Specifically, I'm moving histogram_percentile_counter.h mathutils.h mod_ops.h moving_max_counter.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: I78a999984a27ef935be2d7c3136475d5f209adda Reviewed-on: https://webrtc-review.googlesource.com/20870 Commit-Queue: Karl Wiberg <kwiberg@webrtc.org> Reviewed-by: Danil Chapovalov <danilchap@webrtc.org> Cr-Commit-Position: refs/heads/master@{#20832}
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.