1. 941a07c Remove all remaining non-test uses of std::stringstream. by Jonas Olsson · 6 years ago
  2. d000b0a Move RTC_CHECK_OP error message construction out of header file. by Jonas Olsson · 6 years ago
  3. f8e5c11 Refactor checks to use a copy of the new logging backend. by Jonas Olsson · 6 years ago
  4. 500e75b Remove typedefs.h from webrtc/ root (part 1) by Fredrik Solenberg · 6 years ago
  5. e40468b Move some numeric utility code from rtc_base/ to rtc_base/numerics/ by Karl Wiberg · 7 years ago
  6. 8ed8e56 Adding RTC_ prefixed LOG macros. by Mirko Bonadei · 7 years ago
  7. 7120742 Adding NOLINT for typedefs.h and common_types.h by Mirko Bonadei · 7 years ago
  8. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 7 years ago
  9. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 7 years ago[Renamed from webrtc/rtc_base/checks.h]
  10. bdf3072 Revert of Remove typedefs.h from webrtc/ root (part 1) (patchset #3 id:40001 of https://codereview.webrtc.org/3007253002/ ) by kjellander · 7 years ago
  11. a895836 Remove typedefs.h from webrtc/ root (part 1) by solenberg · 7 years ago
  12. e96c45b Reland "Update includes for webrtc/{base => rtc_base} rename (3/3)" by kjellander · 7 years ago
  13. 0072511 Revert "Update includes for webrtc/{base => rtc_base} rename (3/3)" by Henrik Kjellander · 7 years ago
  14. f1c5ebf Update includes for webrtc/{base => rtc_base} rename (3/3) by kjellander · 7 years ago
  15. c036276 Reland "Move webrtc/{base => rtc_base}" (https://codereview.webrtc.org/2877023002) by Henrik Kjellander · 7 years ago[Renamed (98%) from webrtc/base/checks.h]
  16. ec78f1c Revert "Move webrtc/{base => rtc_base}" (https://codereview.webrtc.org/2877023002) by Henrik Kjellander · 7 years ago
  17. 6776518 Move webrtc/{base => rtc_base} by Henrik Kjellander · 7 years ago
  18. 93ecc5d Rename safe_cmp::{Eq,Ne,Lt,Le,Ge,Gt} to Safe{Eq,Ne,Lt,Le,Ge,Gt} by kwiberg · 7 years ago
  19. 37f5ecf Replace NULL with nullptr or null in webrtc/base/. by deadbeef · 8 years ago
  20. 352444f RTC_[D]CHECK_op: Remove superfluous casts by kwiberg · 8 years ago
  21. 8a44e1d Let RTC_[D]CHECK_op accept arguments of different signedness by kwiberg · 8 years ago
  22. 32bcaf6 Improve RTC_DCHECK_op so that it won't trigger useless compiler warnings by kwiberg · 8 years ago
  23. 5377bc7 Test RTC_DCHECK_IS_ON instead of checking DCHECK_ALWAYS_ON everywhere by kwiberg · 8 years ago
  24. 8f90106 Revert of Test RTC_DCHECK_IS_ON instead of checking DCHECK_ALWAYS_ON everywhere (patchset #2 id:20001 of https://codereview.webrtc.org/2384693002/ ) by guidou · 8 years ago
  25. ab0b929 Test RTC_DCHECK_IS_ON instead of checking DCHECK_ALWAYS_ON everywhere by kwiberg · 8 years ago
  26. 2e48646 RTC_CHECK and RTC_DCHECK macros for C by kwiberg · 8 years ago
  27. 63fb95a Fixed time moving backwards in the AudioCodingModule. by ossu · 8 years ago
  28. e2a83ee Introduce rtc::ArrayView<T>, which keeps track of an array that it doesn't own by Karl Wiberg · 9 years ago
  29. 97395b6 Remove dependency on Chromium's base/logging.h in diagnostic_logging.h. by henrikg · 9 years ago
  30. 91d6ede Add RTC_ prefix to (D)CHECKs and related macros. by henrikg · 9 years ago
  31. 487afc7 Always define RTC_NOTREACHED, not just in non-chromium builds by magjed@webrtc.org · 10 years ago
  32. 9cd7c26 Rename NOTREACHED to RTC_NOTREACHED to avoid name conflict with Chromium by magjed@webrtc.org · 10 years ago
  33. c8895aa Unify underlying frame buffer in I420VideoFrame and WebRtcVideoFrame by magjed@webrtc.org · 10 years ago
  34. b6fab2b Introduce rtc::CheckedDivExact by henrik.lundin@webrtc.org · 10 years ago
  35. 55d42c3 DCHECK: Reference condition parameter in release builds by kwiberg@webrtc.org · 10 years ago
  36. 3cd26b6 Revert r7858 ("DCHECK: Reference condition parameter in release builds") by kwiberg@webrtc.org · 10 years ago
  37. 3148060 DCHECK: Reference condition parameter in release builds by kwiberg@webrtc.org · 10 years ago
  38. 9c6dc46 CHECK/DCHECK: Explicitly state whether the condition can have side effects by kwiberg@webrtc.org · 10 years ago
  39. 18617cf Fix ThreadChecker unittests when DCHECK_ALWAYS_ON is defined by henrik.lundin@webrtc.org · 10 years ago
  40. 0229cba Remove ambiguous call to MakeCheckOpString. by andresp@webrtc.org · 10 years ago
  41. 34a6764 Remove the checks.h dependence on logging.h in a standalone build. by andrew@webrtc.org · 10 years ago
  42. b0dc3d7 Precompile out our standalone CHECK macros in a Chromium build. by andrew@webrtc.org · 10 years ago
  43. a5b7869 Add CHECK and friends from Chromium. by andrew@webrtc.org · 10 years ago
  44. 0fa6366 Define convenient FATAL_ERROR() and FATAL_ERROR_IF() macros by kwiberg@webrtc.org · 10 years ago
  45. ffa8dca Eliminate unnecessary #include by kwiberg@webrtc.org · 10 years ago
  46. c50bf7c Added namespace rtc to some base classes and functions. It was causing linker error in the FYI bots: http://chromegw.corp.google.com/i/internal.chromium.webrtc.fyi/builders/Android%20Builder%20%28dbg%29/builds/1808/steps/compile/logs/stdio but also, not doing it pollutes the global namespace. by henrike@webrtc.org · 10 years ago
  47. f048872 Adds a modified copy of talk/base to webrtc/base. It is the first step in by henrike@webrtc.org · 10 years ago
  48. e9a604a Revert 6107 "Adds a modified copy of talk/base to webrtc/base. I..." by perkj@webrtc.org · 10 years ago
  49. 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