Chad Morrison
325aee4bf8
Switch to solution from the legacy SDK.
2019-11-04 11:17:02 -08:00
kindbe
557377cc85
Merge pull request #176 from microsoft/dabrow/httpclient-merge
...
Merging fix/http_client into master
2019-11-04 10:25:12 -08:00
Chad Morrison
9bd6d9884f
Catch exceptions thrown by GlobalizationPreferences::Languages
2019-11-01 15:51:22 -07:00
David Brown
11485647a3
Merge branch 'dabrow/httpclient-merge' of https://github.com/microsoft/cpp_client_telemetry into dabrow/httpclient-merge
2019-11-01 08:55:12 -07:00
David Brown
066d854af6
EOF newline
2019-11-01 08:54:56 -07:00
David Brown (XBOX)
295a3d2aab
Merge branch 'dabrow/httpclient-merge' of https://github.com/microsoft/cpp_client_telemetry into dabrow/httpclient-merge
2019-11-01 08:43:21 -07:00
David Brown (XBOX)
20b85820e4
Store a copy of the request id for WinRT instead of a ref, as the ref'ed string is destroyed by the time we try to use it.
2019-11-01 08:42:37 -07:00
David Brown
cff4b94ac5
Move response out of request for iOS
...
I'm not sure why this was ever a member of the request class
2019-11-01 08:39:36 -07:00
David Brown
efd7fe2cca
Update HttpClient_Curl
2019-10-29 14:27:22 -07:00
David Brown
0fceafe896
Merge branch 'fix/http_client' into dabrow/httpclient-merge
2019-10-28 14:39:16 -07:00
Max Golovanov
58c79a9f85
Merge pull request #174 from microsoft/maxgolov/update_submodules
...
Update lib/module submodule to latest
2019-10-25 17:47:51 -07:00
Max Golovanov
cf7d8cd514
Update submodules
2019-10-25 13:27:25 -07:00
Max Golovanov
52f7e900cb
Merge pull request #172 from microsoft/maxgolov-how-to-build
...
Update cpp-start-windows.md
2019-10-25 13:15:33 -07:00
Max Golovanov
048da94a5a
Update cpp-start-windows.md
2019-10-24 22:04:47 -07:00
Max Golovanov
ee06eb0e62
Update cpp-start-windows.md
2019-10-24 21:58:52 -07:00
Max Golovanov
8d16f9fe6d
Update cpp-start-windows.md
...
Clarify Windows build instructions
2019-10-24 21:55:13 -07:00
Max Golovanov
5e3140e7a4
Merge pull request #170 from microsoft/dabrow/ios-functests
...
Add functests to iOS CI validation
2019-10-24 21:30:07 -07:00
Max Golovanov
5cdcab8a69
Merge branch 'master' into dabrow/ios-functests
2019-10-24 19:56:43 -07:00
Max Golovanov
2981c8562b
Merge pull request #171 from microsoft/maxgolov/release_10-24-2019
...
Release v3.2.297
2019-10-24 17:54:55 -07:00
Max Golovanov
1a2f591373
Fix RTTI check in test
2019-10-24 15:51:36 -07:00
David Brown
a217f825cc
More xcode changes to try to get functests to work on CI loops
2019-10-24 13:55:14 -07:00
Max Golovanov
6ae783e300
Try to specify shell: it appears that GitHub actions switched default shell from cmd.exe to PowerShell without any prior notice :-/
2019-10-24 13:20:49 -07:00
David Brown
d122929a5d
Merge branch 'dabrow/ios-functests' of https://github.com/microsoft/cpp_client_telemetry into dabrow/ios-functests
2019-10-24 13:04:46 -07:00
David Brown
2f988440b8
Downgrade functests to earlier Xcode version
2019-10-24 13:04:40 -07:00
Max Golovanov
63bbd3e967
GitHub Action failure - attempt to fix #5..
2019-10-24 13:01:11 -07:00
Max Golovanov
00d2e0e6e4
Another try to fix the GitHub Action....
2019-10-24 12:55:29 -07:00
Max Golovanov
74d7092e0a
Another attempt to fix the failing GitHub Action
2019-10-24 12:51:40 -07:00
Max Golovanov
a6f61beb54
Second attempt to fix a GitHub Action build failure
2019-10-24 12:48:48 -07:00
Max Golovanov
2cde62c3eb
Some recent regression in GitHub actions (NOT our infra!!) is causing all of our Windows builds to fail.
...
It appears that the GitHub action is no longer switch dir to workspace root dir, so the script doesn't launch.
2019-10-24 12:43:35 -07:00
Max Golovanov
0f8d67cee9
Update v3.2 release version for a snapshot prior to upgrading VER_MINOR to 3.3
2019-10-24 11:47:32 -07:00
Max Golovanov
fc4c05edf7
Fix build break for no-RTTI flavor (e.g. Edge Installer and other small-sized executables)
2019-10-24 11:46:19 -07:00
Max Golovanov
e55e20bcb4
Windows resource files must be text with CRLF
2019-10-24 11:45:39 -07:00
Max Golovanov
cc225cec55
Remove BOM marker unintentionally added by commit id 26b93038b1
2019-10-24 11:43:34 -07:00
Max Golovanov
5b0550c17d
Merge branch 'master' into dabrow/ios-functests
2019-10-24 11:25:43 -07:00
David Brown
f07992955d
Merge branch 'master' into dabrow/ios-functests
2019-10-24 10:35:11 -07:00
David Brown
6797bac81d
Add functests to CI validation
2019-10-24 10:34:42 -07:00
Max Golovanov
60c05664d6
Merge pull request #169 from microsoft/maxgolov/clang-format-to-master
...
Add clang-format to automagically enforce coding style
2019-10-23 22:10:52 -07:00
Max Golovanov
458fe70fb6
Merge branch 'master' into maxgolov/clang-format-to-master
2019-10-23 19:47:48 -07:00
Matthew Koscumb
91c54cfd33
Fix signed-unsigned comparison breaks in tests ( #168 )
2019-10-23 19:43:01 -07:00
Max Golovanov
769dc1d92b
Adjust the style to be in alignment with what the rest of code is
2019-10-23 16:26:04 -07:00
Max Golovanov
04adef5011
Update using-clang-format.md
2019-10-23 15:33:04 -07:00
Max Golovanov
c418ed92d3
Update using-clang-format.md
2019-10-23 15:31:57 -07:00
Max Golovanov
f7edf3cef7
Update using-clang-format.md
...
Fix typo
2019-10-23 15:31:39 -07:00
Max Golovanov
66ae4885b8
Update using-clang-format.md
...
Fix minor typo: C++ mentioned twice
2019-10-23 15:29:09 -07:00
Max Golovanov
6694897783
Add clang-format for automagically enforcing coding style
2019-10-23 15:22:07 -07:00
Matthew Koscumb
dd8aba1d9a
Merge pull request #164 from microsoft/makoscum-fix-tests-expecting-rtti
...
Fix TaskDispatcherCAPI Test expecting RTTI behaviors
2019-10-22 13:34:59 -07:00
Max Golovanov
93b2fee1ac
Merge branch 'master' into makoscum-fix-tests-expecting-rtti
2019-10-22 11:42:19 -07:00
Reiley Yang
fc98f69c5a
Update CONTRIBUTING.md ( #166 )
2019-10-21 18:13:45 -07:00
Matthew Koscumb
6e38c50085
Merge branch 'master' into makoscum-fix-tests-expecting-rtti
2019-10-17 14:49:57 -07:00
Matt Koscumb
96146b1898
Rename __typename to TYPENAME for two reasons:
...
1. From the C++ Standard - 17.4.3.1.2 Global names [lib.global.names]:
"Each name that contains a double underscore (__) or begins with an underscore followed by an uppercase letter (2.11) is reserved to the implementation for any use."
2. From our Coding sytle.md:
"Macros use ALL_CAPITALS_AND_UNDERSCORES."
2019-10-17 13:53:31 -07:00