1. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 7 years ago
  2. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 7 years ago[Renamed from webrtc/rtc_base/basictypes.h]
  3. c036276 Reland "Move webrtc/{base => rtc_base}" (https://codereview.webrtc.org/2877023002) by Henrik Kjellander · 7 years ago[Renamed (94%) from webrtc/base/basictypes.h]
  4. ec78f1c Revert "Move webrtc/{base => rtc_base}" (https://codereview.webrtc.org/2877023002) by Henrik Kjellander · 7 years ago
  5. 6776518 Move webrtc/{base => rtc_base} by Henrik Kjellander · 7 years ago
  6. 77eab70 Enable the -Wundef warning for clang by kwiberg · 8 years ago
  7. b252856 Remove all uses of the HAVE_CONFIG_H define. by Henrik Kjellander · 8 years ago
  8. 70a5e0e Remove (u)int typedefs from basictypes.h. by Peter Boström · 9 years ago
  9. 71df77b Remove overridden basictypes.h. by henrikg · 9 years ago
  10. 979e0b3 Define uint64 and int64 using long long. by kjellander · 9 years ago
  11. 469c2c0 Make Config::default_value leak instead of having an exit-time destructor. by Andrew MacDonald · 9 years ago
  12. ff689be Use std::min and std::max instead of self-defined functions such as rtc::_min/_max. by andresp@webrtc.org · 9 years ago
  13. 53d9012 Clean kForever from basictypes and move it to the interfaces that actually have it. by andresp@webrtc.org · 9 years ago
  14. a148704 Rename webrtc/base's IS_ALIGNED macro to RTC_IS_ALIGNED to avoid conflict between webrtc/base/basictypes.h and third_party/.../vpx_codec.h. by henrike@webrtc.org · 10 years ago
  15. 14abcc7 libvpx's UNUSED macro conflicts with webrtc/base's. Added missing include of assert.h. Globally defined function "Unused" in talk/base and its copy (webrtc/base) is causing a conflict. by henrike@webrtc.org · 10 years ago
  16. f048872 Adds a modified copy of talk/base to webrtc/base. It is the first step in by henrike@webrtc.org · 10 years ago
  17. e9a604a Revert 6107 "Adds a modified copy of talk/base to webrtc/base. I..." by perkj@webrtc.org · 10 years ago
  18. 2c7d1b3 Adds a modified copy of talk/base to webrtc/base. It is the first step in migrating talk/base to webrtc/base. by henrike@webrtc.org · 10 years ago