commit | a4c2106120e693d7e928454dfb1d26954d972e12 | [log] [tgz] |
---|---|---|
author | aleloi <aleloi@webrtc.org> | Thu Sep 08 08:25:46 2016 |
committer | Commit bot <commit-bot@chromium.org> | Thu Sep 08 08:25:50 2016 |
tree | b367ed1b951ee33fd0f8edd3c3f0b2c44657f350 | |
parent | 250fd97a6745022b406dd5d8fc3cf3805fd0eabc [diff] |
This CL contains the following small changes: 1. Use of const in all variable declarations where it is possible 2. Variable names and function arguments changed from CamelCase to match code style 3. A few stale comments removed. 4. Chromium clang plugin check added (now possible thanks to kwiberg@'s work on common.h) 5. Disallow constructor macros added. NOTRY=true Review-Url: https://codereview.webrtc.org/2294263002 Cr-Commit-Position: refs/heads/master@{#14120}
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.