cpp_client_telemetry/lib
Max Golovanov e76cafccf5 Fix gcc-linux build . Also with today's C++11 macro magic - we can't use std::make_unique on arrays since it's a C++14 feature not available in gcc-5.4.0 on Ubuntu LTS 16.04. Had to remove auto outbuffer = std::make_unique<char[]>(outbufferSize); in AriaDecoderV3 and replace it by buff = new char[] and delete[] buff 2019-07-09 16:32:45 -07:00
..
api List of changes: 2019-07-02 12:15:04 -07:00
backoff Make member declarations consistent. 2019-04-15 12:43:21 -07:00
bond Revert to old namespace to reduce the amount of diff. Add two scripts to automagically rename the namespace (it'd be run after code review is done). 2019-03-29 13:10:13 -07:00
bwcontrol Revert to old namespace to reduce the amount of diff. Add two scripts to automagically rename the namespace (it'd be run after code review is done). 2019-03-29 13:10:13 -07:00
callbacks Merge remote-tracking branch 'origin/onesdk' into makoscum-clean-up-debug-event-source 2019-04-03 10:31:56 -07:00
compression Revert to old namespace to reduce the amount of diff. Add two scripts to automagically rename the namespace (it'd be run after code review is done). 2019-03-29 13:10:13 -07:00
config 1DS C++ SDK v3.2.176.1 2019-06-25 12:31:43 -07:00
decoder Fix gcc-linux build . Also with today's C++11 macro magic - we can't use std::make_unique on arrays since it's a C++14 feature not available in gcc-5.4.0 on Ubuntu LTS 16.04. Had to remove auto outbuffer = std::make_unique<char[]>(outbufferSize); in AriaDecoderV3 and replace it by buff = new char[] and delete[] buff 2019-07-09 16:32:45 -07:00
decorators Addressing code review comments and suggestions 2019-04-01 13:34:51 -07:00
filter Don't need to call Reset() on d'tor, since member object destruction will take care of cleaning up the map (and thus the unique_ptr<T>'s within) 2019-04-11 14:51:42 -07:00
http Add HAVE_MAT_DEFAULT_HTTP_CLIENT guards to all default implementations of IHttpClient. 2019-06-25 10:46:34 -07:00
include Fix gcc-linux build . Also with today's C++11 macro magic - we can't use std::make_unique on arrays since it's a C++14 feature not available in gcc-5.4.0 on Ubuntu LTS 16.04. Had to remove auto outbuffer = std::make_unique<char[]>(outbufferSize); in AriaDecoderV3 and replace it by buff = new char[] and delete[] buff 2019-07-09 16:32:45 -07:00
linux moved Linux sdk code to one sdk branch 2018-02-06 19:33:43 -08:00
modules Housekeeping (no code change): move UTC example to private git submodule location 2019-06-24 14:49:59 -07:00
offline Fix gcc build break using incomplete type SqliteDB 2019-04-29 16:13:04 -07:00
packager Revert to old namespace to reduce the amount of diff. Add two scripts to automagically rename the namespace (it'd be run after code review is done). 2019-03-29 13:10:13 -07:00
pal Merged PR 1073018: Convert WindowsEnvironmentInfo.cpp/.h into a header-only .hpp 2019-06-13 17:42:07 +00:00
shared Merged PR 1067108: Fixes a handful of OACR errors 2019-06-03 20:13:08 +00:00
stats Revert to old namespace to reduce the amount of diff. Add two scripts to automagically rename the namespace (it'd be run after code review is done). 2019-03-29 13:10:13 -07:00
system List of changes: 2019-07-02 12:15:04 -07:00
tpm Revert to old namespace to reduce the amount of diff. Add two scripts to automagically rename the namespace (it'd be run after code review is done). 2019-03-29 13:10:13 -07:00
tracing/api Add ETW-based tracing API from Aria v1 SDK. Keep it disabled for now, don't reroute default log facility to that yet. 2019-02-26 12:19:10 -08:00
utils Merged PR 1038601: MS Edge (Chromium) started building with libc++ instead of msvcrt on Win32. 2019-05-11 02:44:16 +00:00
CMakeLists.txt Merged PR 1095610: minor cmakelists.txt fix 2019-06-27 04:23:34 +00:00