1. 15b966d Enable the -Wundef warning for clang by kwiberg · 8 years ago
  2. 12cfa58 Remove all uses of the HAVE_CONFIG_H define. by Henrik Kjellander · 9 years ago
  3. dd1d405 Remove (u)int typedefs from basictypes.h. by Peter Boström · 9 years ago
  4. 519c79e Remove overridden basictypes.h. by henrikg · 9 years ago
  5. 4d16741 Define uint64 and int64 using long long. by kjellander · 10 years ago
  6. 0a66614 Make Config::default_value leak instead of having an exit-time destructor. by Andrew MacDonald · 10 years ago
  7. f35e2aa Use std::min and std::max instead of self-defined functions such as rtc::_min/_max. by andresp@webrtc.org · 10 years ago
  8. fa225ce Clean kForever from basictypes and move it to the interfaces that actually have it. by andresp@webrtc.org · 10 years ago
  9. f85a9af 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 · 11 years ago
  10. 5199d1d 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 · 11 years ago
  11. 47be73b Adds a modified copy of talk/base to webrtc/base. It is the first step in by henrike@webrtc.org · 11 years ago
  12. 50daa53 Revert 6107 "Adds a modified copy of talk/base to webrtc/base. I..." by perkj@webrtc.org · 11 years ago
  13. 04e6703 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 · 11 years ago