commit | de1c81b2d2196be611674aa6019b9db3a9329042 | [log] [tgz] |
---|---|---|
author | hbos <hbos@webrtc.org> | Tue Mar 08 12:46:00 2016 |
committer | Commit bot <commit-bot@chromium.org> | Tue Mar 08 12:46:07 2016 |
tree | 64c2f690135b78b9b0ce588025cc24bfb0a1a584 | |
parent | 622d8950f594574bf9721496b99fc9a30d8a54bf [diff] |
Safe numeric library added: base/numerics (copied from Chromium) This copies the contents (unittest excluded) of base/numerics in chromium to base/numerics in webrtc. Files added: - safe_conversions.h - safe_conversions_impl.h - safe_math.h - safe_math_impl.h A really old version of safe_conversions[_impl].h previously existed in base/, this has been deleted and sources using it have been updated to include the new base/numerics/safe_converions.h. This CL also adds a DEPS file to webrtc/base. NOPRESUBMIT=True BUG=webrtc:5548, webrtc:5623 Review URL: https://codereview.webrtc.org/1753293002 Cr-Commit-Position: refs/heads/master@{#11907}
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. This page is maintained by the Google Chrome team.
See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.