1. c46742b rtc::Optional: Tell sanitizers that unset values aren't OK to access by kwiberg · 9 years ago
  2. dac4d77 Added an empty member to the union of rtc::Optional, so that it is always initializable. by ossu · 9 years ago
  3. 344b432 rtc::Optional<T>: Don't secretly contain a default-constructed T when empty by kwiberg · 9 years ago
  4. b670f85 Replace scoped_ptr with unique_ptr everywhere by kwiberg · 9 years ago
  5. 877c6a2 We no longer use compilers that can't =default move construction and assignment by kwiberg · 9 years ago
  6. 4e35174 Replace manual casting to rvalue reference with calls to std::move by kwiberg · 9 years ago
  7. ca8da3c Rename Maybe to Optional by Karl Wiberg · 9 years ago