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