Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(188)

Issue 1786043004: Implemented more general version of ForwardDiff/RevereseDiff. (Closed)

Created:
4 years, 9 months ago by philipel
Modified:
4 years, 9 months ago
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com
Base URL:
https://chromium.googlesource.com/external/webrtc.git@master
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

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= Committed: https://crrev.com/4c83c05b48d5f84520cdece992ac3fa5634a3c44 Cr-Commit-Position: refs/heads/master@{#11982}

Patch Set 1 #

Total comments: 4

Patch Set 2 : Feedback fixes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+100 lines, -53 lines) Patch
M webrtc/base/mod_ops.h View 1 6 chunks +28 lines, -11 lines 0 comments Download
M webrtc/base/mod_ops_unittest.cc View 5 chunks +72 lines, -42 lines 0 comments Download

Messages

Total messages: 20 (8 generated)
philipel
4 years, 9 months ago (2016-03-11 14:35:07 UTC) #2
torbjorng (webrtc)
Looks good, but please consider my comments. https://codereview.webrtc.org/1786043004/diff/1/webrtc/base/mod_ops.h File webrtc/base/mod_ops.h (right): https://codereview.webrtc.org/1786043004/diff/1/webrtc/base/mod_ops.h#newcode62 webrtc/base/mod_ops.h:62: template <typename ...
4 years, 9 months ago (2016-03-11 14:54:22 UTC) #3
philipel
https://codereview.webrtc.org/1786043004/diff/1/webrtc/base/mod_ops.h File webrtc/base/mod_ops.h (right): https://codereview.webrtc.org/1786043004/diff/1/webrtc/base/mod_ops.h#newcode62 webrtc/base/mod_ops.h:62: template <typename T, T M> On 2016/03/11 14:54:22, torbjorng ...
4 years, 9 months ago (2016-03-11 16:04:38 UTC) #4
torbjorng (webrtc)
lgtm
4 years, 9 months ago (2016-03-13 19:21:09 UTC) #5
terelius
lgtm
4 years, 9 months ago (2016-03-13 22:59:15 UTC) #6
philipel
Need owners approval for base/, mflodman@, ptal.
4 years, 9 months ago (2016-03-14 09:47:08 UTC) #10
mflodman
lgtm
4 years, 9 months ago (2016-03-14 10:23:01 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1786043004/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1786043004/20001
4 years, 9 months ago (2016-03-14 10:28:59 UTC) #13
commit-bot: I haz the power
Try jobs failed on following builders: android_rel on tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/android_rel/builds/11707)
4 years, 9 months ago (2016-03-14 12:03:51 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1786043004/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1786043004/20001
4 years, 9 months ago (2016-03-14 14:12:56 UTC) #17
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 9 months ago (2016-03-14 15:43:38 UTC) #18
commit-bot: I haz the power
4 years, 9 months ago (2016-03-14 15:43:49 UTC) #20
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/4c83c05b48d5f84520cdece992ac3fa5634a3c44
Cr-Commit-Position: refs/heads/master@{#11982}

Powered by Google App Engine
This is Rietveld 408576698