aboutsummaryrefslogtreecommitdiff
path: root/webrtc/system_wrappers
AgeCommit message (Expand)Author
2015-11-25WIP: Changes after merge commit 'cb3f9bd'Chih-Hung Hsieh
2015-10-28system_wrappers: rename interface -> includeHenrik Kjellander
2015-10-23clean up field_trial_default target, to be used by remoting_perftests.guoweis
2015-10-21Add stats for average QP per frame for VP8 (for received video streams):asapersson
2015-10-21Remove system_wrappers/interface/trace_event.htommi
2015-10-20Testing that waiting for a condition variable waits.hta
2015-10-12RefCountInterface: Make AddRef() and Release() constMagnus Jedvert
2015-09-17Add RTC_ prefix to (D)CHECKs and related macros.henrikg
2015-09-16Add RTC_ prefix to contructormagic macros.henrikg
2015-09-07Disable base/logging.h stderr logs by default for webrtc/ tests.andrew
2015-08-24Update a ton of audio code to use size_t more correctly and in general reducePeter Kasting
2015-08-20Move SystemInfo to rtc_base_approved and delete unused code.tommi
2015-07-28When we trace to file, add eol of each trace message.Brave Yao
2015-07-22Implement store as an explicit atomic operation.pbos
2015-07-02Fix some clang warnings with -Wmissing-braces in WebRTC.dcheng
2015-06-20Restore rows() and cols() in aligned_array.hHenrik Kjellander
2015-06-11Reformat existing code. There should be no functional effects.Peter Kasting
2015-06-04Use one scoped_refptr.Peter Boström
2015-06-02Document the time unit in EventWrapper.Wan-Teh Chang
2015-05-29Update a comment that mentions the nonexistent Reset() method.Wan-Teh Chang
2015-05-25PRESUBMIT: Improve PyLint check and add GN format check.Henrik Kjellander
2015-05-18Move SetCurrentThreadName to platform_thread.* in rtc_base_approved,Tommi
2015-04-30Move rtc::AtomicOps to webrtc/base/atomicops.h.Peter Boström
2015-04-28Set correct .type directive for asm functions.Wei Zhong
2015-04-22Remove webrtc/base/move.h, and make types move-only manuallyKarl Wiberg
2015-04-09Remove android_webview_build conditions.Richard Coles
2015-04-08Revert "Revert "Split EventWrapper in twain.""Peter Boström
2015-04-01Remove henrike@ from OWNERSHenrik Kjellander
2015-04-01Revert "Split EventWrapper in twain."Minyue
2015-03-23Allow setting thread priorities in Chromium on all but linux platforms.tommi@webrtc.org
2015-03-23Split EventWrapper in twain.tommi@webrtc.org
2015-03-23Temporarily disable SetPriority when building with Chromium.tommi@webrtc.org
2015-03-22Re-land 8810 "- Add a SetPriority method to ThreadWr..."tommi@webrtc.org
2015-03-22Revert 8810 "- Add a SetPriority method to ThreadWrapper"tommi@webrtc.org
2015-03-20- Add a SetPriority method to ThreadWrappertommi@webrtc.org
2015-03-19Use scoped_ptr for ThreadWrapper::CreateThread.tommi@webrtc.org
2015-03-19Remove ThreadObj #define and kThreadMaxNameLength from thread_wrapper.tommi@webrtc.org
2015-03-19Use atomic operations for setting/reading the trace filter.tommi@webrtc.org
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