aboutsummaryrefslogtreecommitdiff
path: root/system_wrappers
AgeCommit message (Expand)Author
2022-12-27Merge commit 'upstream-main' into masterJorge E. Moreira
2022-12-02Rename test helper for registering field trial keysEmil Lundmark
2022-10-20Verify field trials looked up through field_trial::FindFullNameEmil Lundmark
2022-07-28Delete nisse@webrtc.org from OWNERS filesNiels Möller
2022-06-28Delete rtc_base/atomic_ops.hNiels Möller
2022-06-09Delete variant of rtc::split that copies the output fieldsNiels Möller
2022-05-17Adopt absl::string_view in system_wrappers/Ali Tofigh
2022-05-13Cleanup WebRTC-SystemIndependentNtpTimeKillSwitchDanil Chapovalov
2022-05-05Fixes to support building in -std=c++20 mode.Peter Kasting
2022-04-29Check for BMI2 support before enabling AVX2 code pathsGustaf Ullberg
2022-04-25Remove dependency on rtc_base_approved from most targetsFlorent Castelli
2022-04-19Move random out of rtc_base_approvedFlorent Castelli
2022-04-06Remove //rtc_base:timeutils from public depsFlorent Castelli
2022-04-05Remove //rtc_base:safe_conversions from public depsFlorent Castelli
2022-04-05Remove //rtc_base:macromagic from public depsFlorent Castelli
2022-04-05Remove //rtc_base:logging from public depsFlorent Castelli
2022-04-04Remove //rtc_base:atomicops from public depsFlorent Castelli
2022-03-22Switch to absl::string_view in field_trial::FindFullName()Ali Tofigh
2022-03-17Cleanup RtpToNtpEstimatorDanil Chapovalov
2022-03-14Only FindFullName should be injectable at link-time.Mirko Bonadei
2022-01-20Remove RTC_DISALLOW_COPY_AND_ASSIGN more.Byoungchan Lee
2022-01-03Stricter sysconf(_SC_NPROCESSORS_ONLN) output check.Mirko Bonadei
2021-11-15Prepare to rename RTC_NOTREACHED to RTC_DCHECK_NOTREACHEDArtem Titov
2021-11-02Removed timezone usage in UnixRealTimeClock::CurrentTimeVal when calling gett...John Elliott
2021-10-31Fix -Wunused-but-set-variable.Mirko Bonadei
2021-08-12Use GTEST_SKIP() instead of early return.Mirko Bonadei
2021-08-10APM: add HW-only denormal disablerAlessio Bazzica
2021-08-10Use backticks not vertical bars to denote variables in commentsArtem Titov
2021-07-27Use backticks not vertical bars to denote variables in comments for /system_w...Artem Titov
2021-07-09Replace assert() with RTC_DCHECK().Mirko Bonadei
2021-05-21Make Clock::ConvertTimestampToNtpTime pure virtualPaul Hallak
2021-05-21Add the ability to convert a timestamp to NTP time.Paul Hallak
2021-05-20Have only two pure virtual methods for webrtc::Clock,Paul Hallak
2021-04-08Consolidate the different NTP clocks into one.Paul Hallak
2021-04-08Remove `Clock::NtpToMs`.Paul Hallak
2021-02-23Don't use SystemTimeNanos() for current wallclock time on WINUWPJohannes Kron
2021-02-01Remove from chromium build targets that are not compatible with it.Andrey Logvin
2021-01-29Add absl_deps field for rtc_test and rtc_executableAndrey Logvin
2020-11-04Delete use of RWLockWrapper from SimulatedClockNiels Möller
2020-10-03Reland "Activating AVX2 support by default"Per Åhgren
2020-10-01Revert "Reland "Activating AVX2 support by default""Andrey Logvin
2020-10-01Reland "Activating AVX2 support by default"Per Åhgren
2020-09-30Revert "Activating AVX2 support by default"Per Åhgren
2020-09-30Revert "Deactivating AVX2 support by default"Per Åhgren
2020-09-29Deactivating AVX2 support by defaultPer Åhgren
2020-09-26Move win32 files to a new "win32" target to avoid cyclic dependencies.Tommi
2020-09-25Reland "Activating AVX2 support by default"Per Åhgren
2020-09-25Revert "Activating AVX2 support by default"Per Åhgren
2020-09-25Activating AVX2 support by defaultPer Åhgren
2020-09-10Expand is_linux to is_linux || is_chromeos.Hidehiko Abe