Reiley Yang
3fcb47f28c
standardize the copyright info ( #925 )
2021-08-31 15:19:56 -07:00
Max Golovanov
715f6e2dba
Move to PlatformToolset variable ( #882 )
2021-05-27 16:41:16 -07:00
Max Golovanov
e77444c648
Fix Visual Studio 2019 build issues in samples ( #873 )
...
* Fix Visual Studio 2019 build issues
* Update SampleCppUWP.vcxproj
Remove explicit WindowsTargetPlatformVersion - let it be auto-detected.
Co-authored-by: Sid Dahiya <53239974+sid-dahiya@users.noreply.github.com>
2021-05-20 12:40:05 -07:00
Max Golovanov
f25b58e12f
Verified the flow on Linux for static and shared library. Use new Google Test for Ubuntu 20.04 (old one no longer compiles)
2020-09-22 01:16:29 -07:00
Max Golovanov
885c8d0ce4
Code clean-up for OSS release
2020-09-16 11:33:46 -07:00
Max Golovanov
3f6ae602f6
Update Main.cpp
...
Addressing code review comment
2020-08-20 23:23:22 -07:00
Max Golovanov
16463bfe9b
Don't populate ext.device.authSecId
2020-08-20 12:17:05 -07:00
Max Golovanov
0f608cdcab
Merge branch 'master' into maxgolov/time_millis_fix
2020-08-20 09:48:42 -07:00
Max Golovanov
8a964dda0f
Add milliseconds resolution to event timestamps
2020-08-19 22:46:35 -07:00
Max Golovanov
5e8ef78559
Update EventSender.cpp
...
Sample clean-up
2020-08-19 15:48:41 -07:00
Max Golovanov
ee2dd70363
OSS clean-up:
...
- rename ARIA SDK to MAT / 1DS
- add MIT license to public headers
2020-08-13 22:30:45 -07:00
Max Golovanov
01c8ae8102
Remove signing and TestApp.pfx file
2020-07-10 15:07:12 -07:00
Max Golovanov
85f6a0e636
Remove invalid copy command
2020-07-10 15:04:54 -07:00
Max Golovanov
ec5b76e390
Stay verbose on copy
2020-07-10 15:04:21 -07:00
Max Golovanov
817e21b5db
Clean-up EventSender to build with any compiler
2020-07-10 15:04:05 -07:00
Max Golovanov
3869f43e1f
Visual Studio 2010 support fix
2020-07-08 15:48:24 -07:00
Max Golovanov
9fae4dcf30
Allow for conditional compilation with CS3 or with CS4
2020-07-01 12:00:26 -07:00
Max Golovanov
3196158eb6
Merge branch 'master' into maxgolov/cs4_support
2020-06-09 23:00:38 -07:00
Sid Dahiya
d7a2be68be
- Update diagnostic level to flow through `DIAG_LEVEL_*` fields
...
- Add single API for setting PDL and DIAG_LEVEL
2020-05-27 15:06:16 -07:00
Sid Dahiya
8b46598c5b
Revert `DIAG_LEVEL_*` to `PDL_*` change.
2020-05-26 07:16:47 -07:00
Sid Dahiya
f673fabb6c
- Update `DIAG_LEVEL_*` to `PDL_*`.
...
- Update filtering logic to use `PDL` fields
- Use `constexpr uint8_t` instead of `#define`.
2020-05-25 18:48:19 -07:00
Sid Dahiya
7f46645742
Switch from creating new `PDL_*` values to reusing the existing `DIAG_LEVEL_*` values.
2020-05-20 23:38:05 -07:00
Sid Dahiya
cbc4c41784
- Update PDL type
...
- Switch C-Style cast to `static_cast`
- Revert Version.hpp
2020-05-19 13:03:35 -07:00
Sid Dahiya
d170788c8f
- Add `PDL` to C++ `CommonFields.h`
...
- Add `ODWPDT` and `ODWPDL` to Obj-C wrapper
2020-05-17 22:22:28 -07:00
Max Golovanov
69ff81454b
Update main.cpp
...
Add EOL
2020-04-16 00:05:29 -07:00
Max Golovanov
7602122f69
Update main.cpp
...
Undo non-essential change
2020-04-16 00:04:47 -07:00
Max Golovanov
f2cc2193ea
Update demo.c
...
Remove empty line
2020-04-15 23:59:05 -07:00
Max Golovanov
ffe85105b3
Merge branch 'master' into maxgolov/cs4_support
2020-03-30 11:19:32 -07:00
Max Golovanov
6b0cd463f7
vs2010 (c89) example is broken due to API changes related to custom task dispatcher
2020-03-11 17:41:50 -07:00
Max Golovanov
30df814677
Merge branch 'master' into maxgolov/cs4_support
2020-03-10 00:35:07 -07:00
Max Golovanov
41b1fc0e3b
Addressing code review concerns about a few possible race conditions
2020-03-09 13:50:38 -07:00
Max Golovanov
915b4aa954
Merge branch 'master' into maxgolov/cs4_support
2020-01-31 18:56:39 -08:00
Max Golovanov
4e5a3322bc
Merge branch 'master' into maxgolov/cs4_support
2020-01-11 02:45:46 -08:00
Max Golovanov
1c336a35b4
Add build configuration to enable building C++ UWP sample on ARM64 platform.
...
This is needed as a reference example for Win 10 Games onboarding.
No changes to SDK code, just a sample update to exercise ARM64 SDK.
2020-01-10 15:17:47 -08:00
Max Golovanov
6159417f18
Clean-up UWP-UTC sample to showcase how to send critical coredata events
2020-01-08 17:06:01 -08:00
Max Golovanov
85b867482e
- update SampleCppUWP to use UTC only - this is what all UWP inbox apps should use on Win 10 by default.
...
- add scripts for creating test sign cert for the sample app
2020-01-08 16:03:40 -08:00
Max Golovanov
7846c120e3
Mod sample to force-send never-store events before flush
2020-01-03 10:14:26 -08:00
Max Golovanov
7c2934e371
Move tag check to OfflineStorageHandler
2020-01-03 10:09:29 -08:00
Max Golovanov
ea448fb93a
Update main.cpp
...
EventPersistence_DoNotStoreOnDisk
2020-01-02 16:14:20 -08:00
Max Golovanov
aeffcba591
Update main.cpp
...
Simple example of how to trigger an event with do-not-store tag.
2019-12-26 11:53:29 -08:00
Max Golovanov
37052e68f6
fix and a small test
2019-12-18 21:42:29 -08:00
Max Golovanov
efa77f131d
Sample implementation of do not store tag
2019-12-18 20:47:13 -08:00
Max Golovanov
bc70082050
Merge branch 'master' into maxgolov/cs4_support
2019-12-06 16:25:26 -08:00
Max Golovanov
4b8450f48a
- Addressing code review comments
...
- Merge branch 'master' of https://github.com/Microsoft/cpp_client_telemetry into maxgolov/wininet_cert_pinning
2019-12-05 13:57:33 -08:00
Max Golovanov
99ce08eb3a
Implementation of MS-Root check for WinInet HTTP client
2019-12-04 15:38:56 -08:00
Max Golovanov
082560de2f
Merge branch 'master' into maxgolov/cs4_support
2019-10-16 21:06:58 -07:00
Max Golovanov
45e28592cc
Merge branch 'master' into maxgolov/cs4_support
2019-10-16 20:34:34 -07:00
Max Golovanov
25f9675b8d
Merge branch 'master' into maxgolov/pii_tags
2019-10-16 17:58:48 -07:00
Max Golovanov
0e0b2275f6
Fix for Pii tags + sample app / event sender tool.
...
Ran event sender tool to confirm that
- record.flags in Direct upload (used 1DS Fiddler inspector to inspect)
matches
- ext.utc.eventFlags in UTC mode (used TRTT/DDV to inspect)
2019-10-16 17:40:31 -07:00
Jan Smrcina
2afb5a4295
Fix EventSender tool, update modules commit id
2019-10-16 16:47:49 -07:00