Thanks to visit codestin.com
Credit goes to webrtc.googlesource.com

  1. b2ea936 Modernize deprecated headers in api/, pc/ and rtc_base/ by Philipp Hancke · 4 months ago
  2. ee5ab34 Use webrtc name specifier instead of rtc/cricket in api by Evan Shrubsole · 7 months ago
  3. fe5bdd7 Move ArrayView, Buffer and related to webrtc namespace by Evan Shrubsole · 9 months ago
  4. 6d58a43 Comment unused variables in implemented functions 3\n by Dor Hen · 1 year, 1 month ago
  5. aefed55 [iwyu][1\n] Applying to api/[a-s]* by Dor Hen · 1 year, 5 months ago
  6. e2c5485 rtc::ArrayView reverse iterators by Alessio Bazzica · 5 years ago
  7. 909f3a5 Rename several more tests that use EXPECT_DEATH to *DeathTest. by Tommi · 5 years ago
  8. ff61f3a Fix + test copying of fixed-sized ArrayView rvalues by Karl Wiberg · 6 years ago
  9. c62e4c5 Test copying of variable-sized ArrayView rvalues by Karl Wiberg · 6 years ago
  10. a4d8737 Format almost everything. by Jonas Olsson · 6 years ago
  11. e155dd0 Adding reinterpret to ArrayView to allow data manipulation. by Amit Hilbuch · 7 years ago
  12. 30abc36 ArrayView: Also accept const references when doing implicit conversions by Karl Wiberg · 7 years ago
  13. 28a325b ArrayView, adding ctor for fixed-size views of const(expr) std::array. by Alessio Bazzica · 8 years ago
  14. 858c4d7 ArrayView, adding ctor for fixed-size views of std::array. by Alessio Bazzica · 8 years ago
  15. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 8 years ago
  16. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 8 years ago[Renamed from webrtc/api/array_view_unittest.cc]
  17. 529662a Move array_view.h to webrtc/api/ by kwiberg · 8 years ago[Renamed (99%) from webrtc/rtc_base/array_view_unittest.cc]
  18. e96c45b Reland "Update includes for webrtc/{base => rtc_base} rename (3/3)" by kjellander · 8 years ago
  19. 0072511 Revert "Update includes for webrtc/{base => rtc_base} rename (3/3)" by Henrik Kjellander · 8 years ago
  20. f1c5ebf Update includes for webrtc/{base => rtc_base} rename (3/3) by kjellander · 8 years ago
  21. c036276 Reland "Move webrtc/{base => rtc_base}" (https://codereview.webrtc.org/2877023002) by Henrik Kjellander · 8 years ago[Renamed from webrtc/base/array_view_unittest.cc]
  22. ec78f1c Revert "Move webrtc/{base => rtc_base}" (https://codereview.webrtc.org/2877023002) by Henrik Kjellander · 8 years ago[Renamed from webrtc/rtc_base/array_view_unittest.cc]
  23. 6776518 Move webrtc/{base => rtc_base} by Henrik Kjellander · 8 years ago[Renamed from webrtc/base/array_view_unittest.cc]
  24. bfc7f02 ArrayView: Support compile-time constant sizes by kwiberg · 9 years ago
  25. a28780e Introduce ArrayView::subview function to return portion of the original view by danilchap · 9 years ago
  26. d313403 rtc::Buffer: Let SetData and AppendData accept anything with .data() and .size() by kwiberg · 9 years ago
  27. bd43172 Restrict the 1-argument ArrayView constructor to types with .size() and .data() by kwiberg · 9 years ago
  28. 288886b Pass audio to AudioEncoder::Encode() in an ArrayView by kwiberg · 10 years ago
  29. e2a83ee Introduce rtc::ArrayView<T>, which keeps track of an array that it doesn't own by Karl Wiberg · 10 years ago