commit | 88e1848fd55e9e665e4bbc59eba6024693f93333 | [log] [tgz] |
---|---|---|
author | Jonas Olsson <jonasolsson@webrtc.org> | Mon Sep 03 10:15:08 2018 +0200 |
committer | Commit Bot <commit-bot@chromium.org> | Mon Sep 03 08:48:42 2018 +0000 |
tree | c3a83b9c1df2c4f8eaadf6a7b6c7cdc94659b3e2 | |
parent | 3611afc1c1188a075e824e01c0eb6544378c107f [diff] |
Add a StringBuilder class. String builder is similar to SimpleStringBuilder, but the difference is that StringBuilder is built around a std::string instance and supports dynamic resizing. Change-Id: I874d22e69e639ff9ef3d5929366f4ba71c545787 Bug: webrtc:8982 Reviewed-on: https://webrtc-review.googlesource.com/58980 Commit-Queue: Jonas Olsson <jonasolsson@webrtc.org> Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24526}
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.