commit | 4c83c05b48d5f84520cdece992ac3fa5634a3c44 | [log] [tgz] |
---|---|---|
author | philipel <philipel@webrtc.org> | Mon Mar 14 08:43:35 2016 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Mon Mar 14 15:43:40 2016 +0000 |
tree | 97278aabe471d3ac15deb89c2d80b342b4be33df | |
parent | 7a4116aa54907c687d629661ccce8d6b9e9ef8d9 [diff] |
Implemented more general version of ForwardDiff/RevereseDiff. In this CL: - Added more general version of ForwardDiff/RevereseDiff. - Replaced macro for testing if type T is of unsiged int with std::is_unsigned<T> instead. - Changed from EXPECT_XXX to ASSERT_XXX in the unittests since a lot of the test contains loops that would otherwise just spam the terminal. BUG= Review URL: https://codereview.webrtc.org/1786043004 Cr-Commit-Position: refs/heads/master@{#11982}
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.