aboutsummaryrefslogtreecommitdiff
path: root/webrtc/system_wrappers
AgeCommit message (Expand)Author
2015-03-17Fix FYI build - add a missing include to event_tracer.h in system_wrappers.tommi@webrtc.org
2015-03-17Revert 8753 "Use atomic operations for setting/reading the trace..."tommi@webrtc.org
2015-03-17Move trace_event and associated files to webrtc/base.tommi@webrtc.org
2015-03-17Use atomic operations for setting/reading the trace filter.tommi@webrtc.org
2015-03-17Modify EventPosix to prevent spurious wakeups.pbos@webrtc.org
2015-03-16Change ThreadPosix to use an auto-reset event instead of manual reset now tha...tommi@webrtc.org
2015-03-13Remove thread id from ThreadWrapper::Start().pbos@webrtc.org
2015-03-09Hide assembly symbols.andrew@webrtc.org
2015-03-04Roll chromium_revision e144d30..6fdb142 (318658:318841) + remove OVERRIDE macrokjellander@webrtc.org
2015-03-03Remove webrtc/system_wrappers/interface/scoped_ptr.hkwiberg@webrtc.org
2015-02-28Test to try to track down the alignment problem on Mac 10.9.tommi@webrtc.org
2015-02-27Remove TraceImpl logging thread.pbos@webrtc.org
2015-02-26Use base/scoped_ptr.h; system_wrappers/interface/scoped_ptr.h is going awaykwiberg@webrtc.org
2015-02-26Fix style violations in common_types.h and config.hkwiberg@webrtc.org
2015-02-19Copy SetThreadName from webrtc/base/thread.cc into thread_win.cctommi@webrtc.org
2015-02-16GN: Changes for vp9, opus and direct tracekjellander@webrtc.org
2015-02-16Set webrtc_rtp category to be disabled by default.sprang@webrtc.org
2015-02-13Remove EventWrapper::Reset().pbos@webrtc.org
2015-02-11Fix false positive DHECK in event_posix.ccsprang@webrtc.org
2015-02-11Switch to QueueUserAPC for shutting down the thread (no event needed).tommi@webrtc.org
2015-02-10Fix bug in EventPosix where we'd miss a set event.tommi@webrtc.org
2015-02-09Add CHECK to EventWrapper to see if there's a subtle bug there or not.tommi@webrtc.org
2015-02-09Modify default field trial implementation to allowglaznev@webrtc.org
2015-02-09Revert 8273 "Temporarily change ThreadPosix to CHECK (crash) if ..."tommi@webrtc.org
2015-02-09Use a manual reset event in PosixThread.tommi@webrtc.org
2015-02-09Restructure GYP for vp9, opus and direct tracekjellander@webrtc.org
2015-02-07Revert 8260 "Base RWLockWrapper on rtc::SharedExclusiveLock."tommi@webrtc.org
2015-02-06Temporarily change ThreadPosix to CHECK (crash) if we ever spend more than 30...tommi@webrtc.org
2015-02-06Base RWLockWrapper on rtc::SharedExclusiveLock.pbos@webrtc.org
2015-02-05Disable CondVarTest.InitFunctionsWork.tommi@webrtc.org
2015-02-04Remove SetNotAlive method from the thread class.tommi@webrtc.org
2015-02-04system_wrappers: Disabled flaky test CondVarTest.PassBatonMultipleTimesbjornv@webrtc.org
2015-02-03Rewrite ThreadPosix.tommi@webrtc.org
2015-01-30Rewrite ThreadWindows.tommi@webrtc.org
2015-01-30Remove unused method, SetAffinity, from the ThreadWrapper class.tommi@webrtc.org
2015-01-23Change a GYP reference to cpufeatures.gypifdegans@chromium.org
2015-01-21Simplify and guard access to WindowsRealTimeClock.pbos@webrtc.org
2015-01-15Clean unnecessary workaround for chromium import.andresp@webrtc.org
2015-01-14Remove COMPILE_ASSERT and use static_assert everywherekwiberg@webrtc.org
2015-01-14Move system_wrappers.gyp files to the proper directory.andresp@webrtc.org
2015-01-13Unify the two copies of template_util.hkwiberg@webrtc.org
2015-01-13Unify the two copies of compile_assert.hkwiberg@webrtc.org
2015-01-05Hack clock_unittest fix for parallel execution.andrew@webrtc.org
2014-12-19Unify the two copies of move.hkwiberg@webrtc.org
2014-12-09Add video send bitrates to histogram stats:asapersson@webrtc.org
2014-11-28Add framerate for complete received frames to histogram stats:asapersson@webrtc.org
2014-11-20Use size_t more consistently for packet/payload lengths.pkasting@chromium.org
2014-11-13Update isolate files for Android APK tests.kjellander@webrtc.org
2014-11-05Remove uses of build date/time.pbos@webrtc.org
2014-11-03Add stats for video:asapersson@webrtc.org