commit | a17ddcdecf5a1c62c3e271008fde91805179cfdb | [log] [tgz] |
---|---|---|
author | Kári Tristan Helgason <kthelgason@webrtc.org> | Thu Sep 28 17:28:52 2017 |
committer | Commit Bot <commit-bot@chromium.org> | Fri Sep 29 14:01:07 2017 |
tree | 5649195e29603afb94def93dc81c4ffbfb43a8e5 | |
parent | 310273459dcdaeb0596031286c94113bafaaa88c [diff] |
Add new class to handle releasing CFTypeRefs. The new class wraps any CoreFoundation Type ref and automatically releases it when it goes out of scope. Conceptually similar to std::unique_ptr. Bug: webrtc:7825 Change-Id: Ie49572b9215fcb5b92b2c0c3e3d52b0b3cf01752 Reviewed-on: https://webrtc-review.googlesource.com/3380 Commit-Queue: Kári Helgason <kthelgason@webrtc.org> Reviewed-by: Magnus Jedvert <magjed@webrtc.org> Cr-Commit-Position: refs/heads/master@{#20045}
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.