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

Issue 2667383006: ArrayView: Support compile-time constant sizes (Closed)

Created:
3 years, 10 months ago by kwiberg-webrtc
Modified:
3 years, 9 months ago
Reviewers:
ossu, peah-webrtc
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com
Target Ref:
refs/heads/master
Project:
webrtc
Visibility:
Public.

Description

ArrayView: Support compile-time constant sizes BUG=none Review-Url: https://codereview.webrtc.org/2667383006 Cr-Commit-Position: refs/heads/master@{#16981} Committed: https://chromium.googlesource.com/external/webrtc/+/bfc7f02d79e217575ae8cceb43d11f0d7d3e6606

Patch Set 1 #

Total comments: 9

Patch Set 2 : better .begin() and .end() tests for empty arrays #

Total comments: 2

Patch Set 3 : Add missing "c"s #

Unified diffs Side-by-side diffs Delta from patch set Stats (+322 lines, -67 lines) Patch
M webrtc/base/array_view.h View 3 chunks +157 lines, -57 lines 0 comments Download
M webrtc/base/array_view_unittest.cc View 1 2 9 chunks +165 lines, -10 lines 0 comments Download

Messages

Total messages: 38 (29 generated)
kwiberg-webrtc
I finally made this compile on Windows... PTAL. Using ptrdiff_t for the size and taking ...
3 years, 10 months ago (2017-02-24 02:48:08 UTC) #22
ossu
This is pretty cool. I've a few questions about the design, though. Some are probably ...
3 years, 9 months ago (2017-03-01 23:16:00 UTC) #23
kwiberg-webrtc
https://codereview.webrtc.org/2667383006/diff/80001/webrtc/base/array_view.h File webrtc/base/array_view.h (right): https://codereview.webrtc.org/2667383006/diff/80001/webrtc/base/array_view.h#newcode184 webrtc/base/array_view.h:184: static_assert(U::size() == Size, "Sizes must match exactly"); On 2017/03/01 ...
3 years, 9 months ago (2017-03-02 03:00:39 UTC) #24
kwiberg-webrtc
On 2017/03/01 23:16:00, ossu wrote: > This is pretty cool. I've a few questions about ...
3 years, 9 months ago (2017-03-02 03:07:59 UTC) #25
kwiberg-webrtc
New patch set uploaded with the .begin()/.end() changes.
3 years, 9 months ago (2017-03-02 14:35:59 UTC) #28
ossu
lgtm % the begin/cbegin. https://codereview.webrtc.org/2667383006/diff/80001/webrtc/base/array_view.h File webrtc/base/array_view.h (right): https://codereview.webrtc.org/2667383006/diff/80001/webrtc/base/array_view.h#newcode184 webrtc/base/array_view.h:184: static_assert(U::size() == Size, "Sizes must ...
3 years, 9 months ago (2017-03-02 17:54:07 UTC) #31
kwiberg-webrtc
https://codereview.webrtc.org/2667383006/diff/80001/webrtc/base/array_view.h File webrtc/base/array_view.h (right): https://codereview.webrtc.org/2667383006/diff/80001/webrtc/base/array_view.h#newcode184 webrtc/base/array_view.h:184: static_assert(U::size() == Size, "Sizes must match exactly"); On 2017/03/02 ...
3 years, 9 months ago (2017-03-02 19:22:41 UTC) #32
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.webrtc.org/2667383006/120001
3 years, 9 months ago (2017-03-02 19:22:50 UTC) #35
commit-bot: I haz the power
3 years, 9 months ago (2017-03-02 20:33:55 UTC) #38
Message was sent while issue was closed.
Committed patchset #3 (id:120001) as
https://chromium.googlesource.com/external/webrtc/+/bfc7f02d79e217575ae8cceb4...

Powered by Google App Engine
This is Rietveld 408576698