webrtc/rtc_base
Jonas Oreland 63dced9f45 Add class for ExponentialMovingAverage
Bug: webrtc:11120
Change-Id: I210671e00276546e9d63b148385263cb1256e2b0
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/160307
Reviewed-by: Harald Alvestrand <hta@webrtc.org>
Reviewed-by: Niels Moller <nisse@webrtc.org>
Commit-Queue: Jonas Oreland <jonaso@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#29901}
2019-11-25 13:17:59 +00:00
..
experiments Add field trial for rampup in quality based on available bandwidth. 2019-11-11 10:13:28 +00:00
java/src/org/webrtc
memory Use source_sets in component builds and static_library in release builds. 2019-10-17 21:17:18 +00:00
network Use source_sets in component builds and static_library in release builds. 2019-10-17 21:17:18 +00:00
numerics Add class for ExponentialMovingAverage 2019-11-25 13:17:59 +00:00
strings Format almost everything. 2019-07-08 13:45:15 +00:00
synchronization Use source_sets in component builds and static_library in release builds. 2019-10-17 21:17:18 +00:00
system Add RTC_EXPORT_TEMPLATE_{DECLARE,DEFINE} macros. 2019-10-31 11:12:52 +00:00
task_utils Use source_sets in component builds and static_library in release builds. 2019-10-17 21:17:18 +00:00
third_party Use source_sets in component builds and static_library in release builds. 2019-10-17 21:17:18 +00:00
time Use source_sets in component builds and static_library in release builds. 2019-10-17 21:17:18 +00:00
units Use source_sets in component builds and static_library in release builds. 2019-10-17 21:17:18 +00:00
win Format almost everything. 2019-07-08 13:45:15 +00:00
arraysize.h
async_invoker_inl.h
async_invoker.cc
async_invoker.h
async_packet_socket.cc Format almost everything. 2019-07-08 13:45:15 +00:00
async_packet_socket.h Add missing RTC_EXPORT for the component build. 2019-10-15 09:07:44 +00:00
async_resolver_interface.cc
async_resolver_interface.h Add missing RTC_EXPORT for the component build. 2019-10-15 09:07:44 +00:00
async_socket.cc Format almost everything. 2019-07-08 13:45:15 +00:00
async_socket.h
async_tcp_socket_unittest.cc Format almost everything. 2019-07-08 13:45:15 +00:00
async_tcp_socket.cc Format almost everything. 2019-07-08 13:45:15 +00:00
async_tcp_socket.h Format almost everything. 2019-07-08 13:45:15 +00:00
async_udp_socket_unittest.cc Format almost everything. 2019-07-08 13:45:15 +00:00
async_udp_socket.cc Format almost everything. 2019-07-08 13:45:15 +00:00
async_udp_socket.h Format almost everything. 2019-07-08 13:45:15 +00:00
atomic_ops_unittest.cc
atomic_ops.h
base64_unittest.cc Format almost everything. 2019-07-08 13:45:15 +00:00
bind_unittest.cc Format almost everything. 2019-07-08 13:45:15 +00:00
bind.h
bit_buffer_unittest.cc Add functions to read from/write to bitstream values with known max value 2019-07-03 13:30:01 +00:00
bit_buffer.cc Add functions to read from/write to bitstream values with known max value 2019-07-03 13:30:01 +00:00
bit_buffer.h Add functions to read from/write to bitstream values with known max value 2019-07-03 13:30:01 +00:00
buffer_queue_unittest.cc
buffer_queue.cc Format almost everything. 2019-07-08 13:45:15 +00:00
buffer_queue.h Format almost everything. 2019-07-08 13:45:15 +00:00
buffer_unittest.cc
buffer.h Format almost everything. 2019-07-08 13:45:15 +00:00
BUILD.gn Add class for ExponentialMovingAverage 2019-11-25 13:17:59 +00:00
byte_buffer_unittest.cc In rtc::ByteBuffer drop support for ORDER_HOST as unused 2019-11-15 11:48:42 +00:00
byte_buffer.cc In rtc::ByteBuffer drop support for ORDER_HOST as unused 2019-11-15 11:48:42 +00:00
byte_buffer.h In rtc::ByteBuffer drop support for ORDER_HOST as unused 2019-11-15 11:48:42 +00:00
byte_order_unittest.cc Format almost everything. 2019-07-08 13:45:15 +00:00
byte_order.h Reworking byte order utility functions for Windows platforms. 2019-03-31 11:55:09 +00:00
callback_unittest.cc
callback.h
callback.h.pump
checks.cc Calling DebugBreak() on Windows during fatal checks instead of relying on abort(). 2019-08-06 09:19:00 +00:00
checks.h Add missing RTC_EXPORT for the component build. 2019-10-15 09:07:44 +00:00
compile_assert_c.h
constructor_magic.h
copy_on_write_buffer_unittest.cc Add Slice method to CopyOnWriteBuffer and use it in FEC code. 2019-09-26 09:48:07 +00:00
copy_on_write_buffer.cc Add Slice method to CopyOnWriteBuffer and use it in FEC code. 2019-09-26 09:48:07 +00:00
copy_on_write_buffer.h Add missing RTC_EXPORT for the component build. 2019-10-15 09:07:44 +00:00
cpu_time_unittest.cc Delete deprecated PlatformThread looping 2019-05-03 08:35:42 +00:00
cpu_time.cc
cpu_time.h
crc32_unittest.cc
crc32.cc Thread safe crc32 table initialization 2019-05-15 23:54:07 +00:00
crc32.h
critical_section_unittest.cc Clarify expectation on GlobalLock 2019-10-11 13:11:11 +00:00
critical_section.cc Clarify expectation on GlobalLock 2019-10-11 13:11:11 +00:00
critical_section.h Adding missing RTC_EXPORT for component build. 2019-10-18 09:17:56 +00:00
crypt_string.cc Delete unused class InsecureCryptStringImpl 2019-05-10 07:07:19 +00:00
crypt_string.h Delete unused class InsecureCryptStringImpl 2019-05-10 07:07:19 +00:00
data_rate_limiter_unittest.cc
data_rate_limiter.cc
data_rate_limiter.h Add missing RTC_EXPORT for the component build. 2019-10-15 09:07:44 +00:00
deprecation.h
DEPS Delete rtc_base/gunit_prod.h 2019-08-09 08:44:30 +00:00
dscp.h
event_tracer_unittest.cc [tsan] Guard TestStatictics against concurrent access. 2019-09-06 09:00:51 +00:00
event_tracer.cc Format almost everything. 2019-07-08 13:45:15 +00:00
event_tracer.h
event_unittest.cc
event.cc NullSocketServer::Wait: Don't warn if we have to wait a long time for messages 2019-04-11 16:35:18 +00:00
event.h NullSocketServer::Wait: Don't warn if we have to wait a long time for messages 2019-04-11 16:35:18 +00:00
fake_clock_unittest.cc Format almost everything. 2019-07-08 13:45:15 +00:00
fake_clock.cc Make MessageQueue processing an optional feature of FakeClock 2019-04-17 14:10:16 +00:00
fake_clock.h Removes TimeMicros interface from ThreadProcessingFakeClock. 2019-04-17 15:37:48 +00:00
fake_mdns_responder.h Make rtc_base/fake_mdns_responder.h self contained. 2019-03-02 10:18:01 +00:00
fake_network.h Format almost everything. 2019-07-08 13:45:15 +00:00
fake_ssl_identity.cc Use std::make_unique instead of absl::make_unique. 2019-09-17 15:47:29 +00:00
fake_ssl_identity.h
file_rotating_stream_unittest.cc Format almost everything. 2019-07-08 13:45:15 +00:00
file_rotating_stream.cc Format almost everything. 2019-07-08 13:45:15 +00:00
file_rotating_stream.h Format almost everything. 2019-07-08 13:45:15 +00:00
firewall_socket_server.cc Format almost everything. 2019-07-08 13:45:15 +00:00
firewall_socket_server.h
format_macros.h Delete shim of PRId64 et al. on Windows 2019-08-08 08:29:18 +00:00
gtest_prod_util.h
gunit.cc
gunit.h
helpers_unittest.cc Format almost everything. 2019-07-08 13:45:15 +00:00
helpers.cc Format almost everything. 2019-07-08 13:45:15 +00:00
helpers.h Add missing RTC_EXPORT for the component build. 2019-10-15 09:07:44 +00:00
http_common.cc Format almost everything. 2019-07-08 13:45:15 +00:00
http_common.h
ifaddrs_android.cc Format almost everything. 2019-07-08 13:45:15 +00:00
ifaddrs_android.h
ifaddrs_converter.cc Format almost everything. 2019-07-08 13:45:15 +00:00
ifaddrs_converter.h
ignore_wundef.h
ip_address_unittest.cc Extending UsagePattern and private IP addresses. 2019-04-24 20:57:20 +00:00
ip_address.cc Extending UsagePattern and private IP addresses. 2019-04-24 20:57:20 +00:00
ip_address.h Add missing RTC_EXPORT for the component build. 2019-10-15 09:07:44 +00:00
keep_ref_until_done.h
location.cc
location.h Add missing RTC_EXPORT for the component build. 2019-10-15 09:07:44 +00:00
log_sinks.cc Format almost everything. 2019-07-08 13:45:15 +00:00
log_sinks.h Format almost everything. 2019-07-08 13:45:15 +00:00
logging_unittest.cc Format almost everything. 2019-07-08 13:45:15 +00:00
logging.cc Revert lock for logging to CriticalSection 2019-11-21 12:09:25 +00:00
logging.h Store logging streams in a manually linked list instead of std::list 2019-10-21 09:02:52 +00:00
mac_ifaddrs_converter.cc Format almost everything. 2019-07-08 13:45:15 +00:00
mdns_responder_interface.h
memory_stream.cc Fix MemoryLogWriter so that it always writes the full data. 2019-10-25 12:07:32 +00:00
memory_stream.h Fix MemoryLogWriter so that it always writes the full data. 2019-10-25 12:07:32 +00:00
memory_usage_unittest.cc
memory_usage.cc Format almost everything. 2019-07-08 13:45:15 +00:00
memory_usage.h
message_buffer_reader.h
message_digest_unittest.cc
message_digest.cc Format almost everything. 2019-07-08 13:45:15 +00:00
message_digest.h Format almost everything. 2019-07-08 13:45:15 +00:00
message_handler.cc Format almost everything. 2019-07-08 13:45:15 +00:00
message_handler.h Add missing RTC_EXPORT for the component build. 2019-10-15 09:07:44 +00:00
message_queue_unittest.cc Prepare for deletion of the NO_MAIN_THREAD_WRAPPING preprocessor define 2019-06-13 13:51:17 +00:00
message_queue.cc Format almost everything. 2019-07-08 13:45:15 +00:00
message_queue.h Add missing RTC_EXPORT for the component build. 2019-10-15 09:07:44 +00:00
nat_server.cc Format almost everything. 2019-07-08 13:45:15 +00:00
nat_server.h
nat_socket_factory.cc
nat_socket_factory.h Format almost everything. 2019-07-08 13:45:15 +00:00
nat_types.cc
nat_types.h
nat_unittest.cc Use std::make_unique instead of absl::make_unique. 2019-09-17 15:47:29 +00:00
net_helper.cc
net_helper.h
net_helpers.cc Format almost everything. 2019-07-08 13:45:15 +00:00
net_helpers.h Add missing RTC_EXPORT for the component build. 2019-10-15 09:07:44 +00:00
network_constants.h
network_monitor.cc
network_monitor.h
network_route.h
network_unittest.cc Treat wlan as a WiFi adapter name on all platforms. 2019-09-25 22:41:00 +00:00
network.cc Treat wlan as a WiFi adapter name on all platforms. 2019-09-25 22:41:00 +00:00
network.h Add missing RTC_EXPORT for the component build. 2019-10-15 09:07:44 +00:00
null_socket_server_unittest.cc Format almost everything. 2019-07-08 13:45:15 +00:00
null_socket_server.cc Format almost everything. 2019-07-08 13:45:15 +00:00
null_socket_server.h
one_time_event_unittest.cc
one_time_event.h
openssl_adapter_unittest.cc Format almost everything. 2019-07-08 13:45:15 +00:00
openssl_adapter.cc Use std::make_unique instead of absl::make_unique. 2019-09-17 15:47:29 +00:00
openssl_adapter.h Format almost everything. 2019-07-08 13:45:15 +00:00
openssl_certificate.cc Use std::make_unique instead of absl::make_unique. 2019-09-17 15:47:29 +00:00
openssl_certificate.h Format almost everything. 2019-07-08 13:45:15 +00:00
openssl_digest.cc
openssl_digest.h Format almost everything. 2019-07-08 13:45:15 +00:00
openssl_identity.cc Use std::make_unique instead of absl::make_unique. 2019-09-17 15:47:29 +00:00
openssl_identity.h
openssl_session_cache_unittest.cc Format almost everything. 2019-07-08 13:45:15 +00:00
openssl_session_cache.cc Format almost everything. 2019-07-08 13:45:15 +00:00
openssl_session_cache.h Format almost everything. 2019-07-08 13:45:15 +00:00
openssl_stream_adapter.cc Implement crypto stats on DTLS transport 2019-10-28 11:30:23 +00:00
openssl_stream_adapter.h Implement crypto stats on DTLS transport 2019-10-28 11:30:23 +00:00
openssl_utility_unittest.cc
openssl_utility.cc Format almost everything. 2019-07-08 13:45:15 +00:00
openssl_utility.h Format almost everything. 2019-07-08 13:45:15 +00:00
openssl.h
operations_chain_unittest.cc [PeerConnection] Implement asynchronous version of AddIceCandidate(). 2019-11-06 12:16:00 +00:00
operations_chain.cc Implement an OperationsChain, to be used by PeerConnection in follow-up. 2019-10-23 09:33:16 +00:00
operations_chain.h [PeerConnection] Implement asynchronous version of AddIceCandidate(). 2019-11-06 12:16:00 +00:00
OWNERS Remove pthatcher@webrtc.org from OWNERS 2019-06-05 19:47:20 +00:00
physical_socket_server_unittest.cc Format almost everything. 2019-07-08 13:45:15 +00:00
physical_socket_server.cc Preventively fix missing braces warnings. 2019-11-20 19:38:55 +00:00
physical_socket_server.h Add missing RTC_EXPORT for the component build. 2019-10-15 09:07:44 +00:00
platform_thread_types.cc Fix number of arguments being passed when setting the thread name on Windows. 2019-11-08 08:43:27 +00:00
platform_thread_types.h Switch back to native mutexes on macOS 2019-03-04 12:42:10 +00:00
platform_thread_unittest.cc Delete deprecated PlatformThread looping 2019-05-03 08:35:42 +00:00
platform_thread.cc Format almost everything. 2019-07-08 13:45:15 +00:00
platform_thread.h Delete windows-specific stop flag in PlatformThread 2019-05-06 07:34:09 +00:00
protobuf_utils.h
proxy_info.cc
proxy_info.h Format almost everything. 2019-07-08 13:45:15 +00:00
proxy_server.cc Use std::make_unique instead of absl::make_unique. 2019-09-17 15:47:29 +00:00
proxy_server.h Move FifoBuffer to its own file and build target 2019-03-28 13:33:30 +00:00
proxy_unittest.cc Format almost everything. 2019-07-08 13:45:15 +00:00
race_checker.cc
race_checker.h
random_unittest.cc Format almost everything. 2019-07-08 13:45:15 +00:00
random.cc
random.h Format almost everything. 2019-07-08 13:45:15 +00:00
rate_limiter_unittest.cc Format almost everything. 2019-07-08 13:45:15 +00:00
rate_limiter.cc
rate_limiter.h
rate_statistics_unittest.cc Format almost everything. 2019-07-08 13:45:15 +00:00
rate_statistics.cc Use std::make_unique instead of absl::make_unique. 2019-09-17 15:47:29 +00:00
rate_statistics.h Adding missing RTC_EXPORT for component build. 2019-10-18 09:17:56 +00:00
rate_tracker_unittest.cc
rate_tracker.cc
rate_tracker.h
ref_count.h
ref_counted_object_unittest.cc Format almost everything. 2019-07-08 13:45:15 +00:00
ref_counted_object.h
ref_counter.h
rolling_accumulator_unittest.cc Format almost everything. 2019-07-08 13:45:15 +00:00
rolling_accumulator.h Format almost everything. 2019-07-08 13:45:15 +00:00
rtc_certificate_generator_unittest.cc Fully qualify googletest symbols. 2019-04-09 17:18:20 +00:00
rtc_certificate_generator.cc Format almost everything. 2019-07-08 13:45:15 +00:00
rtc_certificate_generator.h Add missing RTC_EXPORT for the component build. 2019-10-15 09:07:44 +00:00
rtc_certificate_unittest.cc Format almost everything. 2019-07-08 13:45:15 +00:00
rtc_certificate.cc Format almost everything. 2019-07-08 13:45:15 +00:00
rtc_certificate.h Add missing RTC_EXPORT for the component build. 2019-10-15 09:07:44 +00:00
sanitizer_unittest.cc
sanitizer.h
server_socket_adapters.cc Format almost everything. 2019-07-08 13:45:15 +00:00
server_socket_adapters.h
signal_thread_unittest.cc Use std::make_unique instead of absl::make_unique. 2019-09-17 15:47:29 +00:00
signal_thread.cc Use std::make_unique instead of absl::make_unique. 2019-09-17 15:47:29 +00:00
signal_thread.h
sigslot_repeater.h
sigslot_tester_unittest.cc
sigslot_tester.h
sigslot_unittest.cc Fully qualify googletest symbols. 2019-04-09 17:18:20 +00:00
sigslottester.h.pump
socket_adapters.cc
socket_adapters.h
socket_address_pair.cc
socket_address_pair.h
socket_address_unittest.cc
socket_address.cc Format almost everything. 2019-07-08 13:45:15 +00:00
socket_address.h Add missing RTC_EXPORT for the component build. 2019-10-15 09:07:44 +00:00
socket_factory.h
socket_server.h Format almost everything. 2019-07-08 13:45:15 +00:00
socket_stream.cc
socket_stream.h
socket_unittest.cc Format almost everything. 2019-07-08 13:45:15 +00:00
socket_unittest.h Fully qualify googletest symbols. 2019-04-09 17:18:20 +00:00
socket.cc Format almost everything. 2019-07-08 13:45:15 +00:00
socket.h
ssl_adapter_unittest.cc Use std::make_unique instead of absl::make_unique. 2019-09-17 15:47:29 +00:00
ssl_adapter.cc
ssl_adapter.h Add missing RTC_EXPORT for the component build. 2019-10-15 09:07:44 +00:00
ssl_certificate.cc Use std::make_unique instead of absl::make_unique. 2019-09-17 15:47:29 +00:00
ssl_certificate.h Add missing RTC_EXPORT for the component build. 2019-10-15 09:07:44 +00:00
ssl_fingerprint.cc Use std::make_unique instead of absl::make_unique. 2019-09-17 15:47:29 +00:00
ssl_fingerprint.h Add missing RTC_EXPORT for the component build. 2019-10-15 09:07:44 +00:00
ssl_identity_unittest.cc Fully qualify googletest symbols. 2019-04-09 17:18:20 +00:00
ssl_identity.cc
ssl_identity.h Add missing RTC_EXPORT for the component build. 2019-10-15 09:07:44 +00:00
ssl_roots.h
ssl_stream_adapter_unittest.cc Fully qualify googletest symbols. 2019-04-09 17:18:20 +00:00
ssl_stream_adapter.cc
ssl_stream_adapter.h Implement crypto stats on DTLS transport 2019-10-28 11:30:23 +00:00
stream.cc Format almost everything. 2019-07-08 13:45:15 +00:00
stream.h Add missing RTC_EXPORT for the component build. 2019-10-15 09:07:44 +00:00
string_encode_unittest.cc Format almost everything. 2019-07-08 13:45:15 +00:00
string_encode.cc Fix HexEncodeTest.TestZeroLengthNoDelimiter with enable_iterator_debugging=true 2019-08-29 14:16:23 +00:00
string_encode.h Format almost everything. 2019-07-08 13:45:15 +00:00
string_to_number_unittest.cc Format almost everything. 2019-07-08 13:45:15 +00:00
string_to_number.cc Format almost everything. 2019-07-08 13:45:15 +00:00
string_to_number.h
string_utils_unittest.cc Skip empty strings in ToUtf(8|16). 2019-07-30 19:35:37 +00:00
string_utils.cc
string_utils.h Skip empty strings in ToUtf(8|16). 2019-07-30 19:35:37 +00:00
stringize_macros_unittest.cc
stringize_macros.h
swap_queue_unittest.cc
swap_queue.h Reland "Introduce ability to test echo in PC level test framework" 2019-08-20 12:18:28 +00:00
task_queue_for_test.cc Avoid using GlobalTaskQueueFactory for TaskQueueForTest 2019-03-19 18:11:52 +00:00
task_queue_for_test.h Replace SingleThreadedTaskQueueForTesting::SendTask usage with ::webrtc::SendTask 2019-10-21 08:45:02 +00:00
task_queue_gcd.cc Use std::make_unique instead of absl::make_unique. 2019-09-17 15:47:29 +00:00
task_queue_gcd.h
task_queue_libevent.cc Use std::make_unique instead of absl::make_unique. 2019-09-17 15:47:29 +00:00
task_queue_libevent.h
task_queue_stdlib.cc Use std::make_unique instead of absl::make_unique. 2019-09-17 15:47:29 +00:00
task_queue_stdlib.h
task_queue_unittest.cc Use TaskQueueForTest instead or TaskQueue in unittests 2019-03-26 14:42:49 +00:00
task_queue_win.cc Use std::make_unique instead of absl::make_unique. 2019-09-17 15:47:29 +00:00
task_queue_win.h
task_queue.cc Reland "Remove TaskQueue constructor that uses GlobalTaskQueueFactory" 2019-04-10 10:27:07 +00:00
task_queue.h Use std::make_unique instead of absl::make_unique. 2019-09-17 15:47:29 +00:00
template_util.h
test_base64.h
test_certificate_verifier.h
test_client_unittest.cc Use std::make_unique instead of absl::make_unique. 2019-09-17 15:47:29 +00:00
test_client.cc Use std::make_unique instead of absl::make_unique. 2019-09-17 15:47:29 +00:00
test_client.h Format almost everything. 2019-07-08 13:45:15 +00:00
test_echo_server.cc
test_echo_server.h Format almost everything. 2019-07-08 13:45:15 +00:00
test_utils.cc
test_utils.h
thread_annotations_unittest.cc Format almost everything. 2019-07-08 13:45:15 +00:00
thread_annotations.h
thread_checker_unittest.cc Format almost everything. 2019-07-08 13:45:15 +00:00
thread_checker.h Deprecating ThreadChecker specific interface. 2019-04-08 16:58:07 +00:00
thread_unittest.cc Make rtc::Thread a TaskQueue 2019-11-25 11:38:27 +00:00
thread.cc Make rtc::Thread a TaskQueue 2019-11-25 11:38:27 +00:00
thread.h Make rtc::Thread a TaskQueue 2019-11-25 11:38:27 +00:00
time_utils_unittest.cc Make MessageQueue processing an optional feature of FakeClock 2019-04-17 14:10:16 +00:00
time_utils.cc Format almost everything. 2019-07-08 13:45:15 +00:00
time_utils.h Add missing RTC_EXPORT for the component build. 2019-10-15 09:07:44 +00:00
timestamp_aligner_unittest.cc Format almost everything. 2019-07-08 13:45:15 +00:00
timestamp_aligner.cc Format almost everything. 2019-07-08 13:45:15 +00:00
timestamp_aligner.h Add missing RTC_EXPORT for the component build. 2019-10-15 09:07:44 +00:00
trace_event.h
type_traits.h
unique_id_generator_unittest.cc Format almost everything. 2019-07-08 13:45:15 +00:00
unique_id_generator.cc
unique_id_generator.h
virtual_socket_server.cc Make MessageQueue processing an optional feature of FakeClock 2019-04-17 14:10:16 +00:00
virtual_socket_server.h Make MessageQueue processing an optional feature of FakeClock 2019-04-17 14:10:16 +00:00
virtual_socket_unittest.cc Use std::make_unique instead of absl::make_unique. 2019-09-17 15:47:29 +00:00
weak_ptr_unittest.cc Merge SendTask implementation for SingleThreadedTaskQueueForTesting and TaskQueueForTest 2019-10-15 09:17:36 +00:00
weak_ptr.cc Replacing SequencedTaskChecker with SequenceChecker. 2019-04-09 12:28:04 +00:00
weak_ptr.h Format almost everything. 2019-07-08 13:45:15 +00:00
win32_socket_init.h
win32_socket_server_unittest.cc Format almost everything. 2019-07-08 13:45:15 +00:00
win32_socket_server.cc Format almost everything. 2019-07-08 13:45:15 +00:00
win32_socket_server.h Do not assume /DUNICODE and /D_UNICODE. 2019-03-27 14:18:41 +00:00
win32_unittest.cc Format almost everything. 2019-07-08 13:45:15 +00:00
win32_window_unittest.cc Format almost everything. 2019-07-08 13:45:15 +00:00
win32_window.cc Support case where win32socketserver's window class is not unregistered properly. 2019-10-22 16:15:56 +00:00
win32_window.h
win32.cc Format almost everything. 2019-07-08 13:45:15 +00:00
win32.h Delete no longer used windows helpers 2019-05-22 10:32:25 +00:00
zero_memory_unittest.cc
zero_memory.cc
zero_memory.h Format almost everything. 2019-07-08 13:45:15 +00:00