1. e403212 Added nullopt and implicit construction to rtc::Optional by Oskar Sundbom · 7 years ago
  2. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 7 years ago
  3. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 7 years ago[Renamed from webrtc/api/optional_unittest.cc]
  4. 84f6a3f Move optional.h to webrtc/api/ by kwiberg · 7 years ago[Renamed (98%) from webrtc/rtc_base/optional_unittest.cc]
  5. e96c45b Reland "Update includes for webrtc/{base => rtc_base} rename (3/3)" by kjellander · 7 years ago
  6. 0072511 Revert "Update includes for webrtc/{base => rtc_base} rename (3/3)" by Henrik Kjellander · 7 years ago
  7. f1c5ebf Update includes for webrtc/{base => rtc_base} rename (3/3) by kjellander · 7 years ago
  8. c036276 Reland "Move webrtc/{base => rtc_base}" (https://codereview.webrtc.org/2877023002) by Henrik Kjellander · 7 years ago[Renamed from webrtc/base/optional_unittest.cc]
  9. ec78f1c Revert "Move webrtc/{base => rtc_base}" (https://codereview.webrtc.org/2877023002) by Henrik Kjellander · 7 years ago[Renamed from webrtc/rtc_base/optional_unittest.cc]
  10. 6776518 Move webrtc/{base => rtc_base} by Henrik Kjellander · 7 years ago[Renamed from webrtc/base/optional_unittest.cc]
  11. f79dbad Add has_value() and value() methods to rtc::Optional. by terelius · 7 years ago
  12. e5c27a5 Add a PrintTo function for rtc::Optional to aid with testing. by ossu · 7 years ago
  13. 81baed3 Add ability to return moved value from FunctorMessageHandler, Optional. by deadbeef · 7 years ago
  14. e037060 Add to rtc::Optional equality/unequality comparisions with object by danilchap · 8 years ago
  15. 9e83c97 Add rtc::Optional::emplace by danilchap · 8 years ago
  16. c4fd23c Add rtc::Optional::reset by danilchap · 8 years ago
  17. d040480 rtc::Optional<T>: Don't secretly contain a default-constructed T when empty by kwiberg · 8 years ago
  18. 555604a Replace scoped_ptr with unique_ptr in webrtc/base/ by jbauch · 8 years ago
  19. 1d50ee4 Stop using some scoped_ptr features that unique_ptr doesn't have by kwiberg · 8 years ago
  20. b213795 Fix confusing naming of static class variables by kwiberg · 8 years ago
  21. cea7c2f Replace manual casting to rvalue reference with calls to std::move by kwiberg · 9 years ago
  22. be57983 Rename Maybe to Optional by Karl Wiberg · 9 years ago[Renamed (82%) from webrtc/base/maybe_unittest.cc]
  23. 102c6a6 Replace rtc::cricket::Settable with rtc::Maybe by kwiberg · 9 years ago
  24. 6e58720 Introduce rtc::Maybe<T>, which either contains a T or not. by Karl Wiberg · 9 years ago