Jason Sandlin
f9245f6a71
Adding xbox_live_context access for C++ Xbox Live Creators so they can call privacy, profile, and title storage service APIs ( #161 )
2017-05-19 17:04:42 -07:00
Aditya Toney
01f246c279
Fixing doc bug ( #159 )
2017-05-19 16:48:15 -07:00
Jason Sandlin
a5258e65f8
Removing unused macro ( #160 )
2017-05-19 16:32:34 -07:00
Cameron Goodwin
ac7b47ec7a
Updated build from source instructions ( #158 )
2017-05-19 15:59:25 -07:00
Jason Sandlin
ec236692bd
Updating VSO build version to 1705 ( #155 )
2017-05-15 14:15:40 -07:00
Jason Sandlin
f3374ef2d5
Fixing nuget targets file for XDK VS2017 ( #154 )
2017-05-12 15:47:46 -07:00
Jason Sandlin
11ce972ae2
Fixing bug in VSO nuget script ( #153 )
2017-05-12 12:34:27 -07:00
Jason Sandlin
4abd6880a4
Moving PDBs next DLL for UWP WinRT nuget packages ( #152 )
2017-05-11 19:59:49 -07:00
Jason Sandlin
c3502673a6
Updating to cpprestsdk submodule to latest in v2.9.0-mods branch ( #151 )
2017-05-11 15:50:04 -07:00
Jason Sandlin
ccb25980da
Adding PDBs to UWP Cpp nuget packages ( #150 )
2017-05-11 15:46:03 -07:00
Jason Sandlin
26c4299a7e
Adding missing team_summary.cpp in 141.UWP ( #148 )
2017-05-09 15:18:01 -07:00
Kevin Asgari
2afacd80cc
Added pragma for invalid xml doc targets, and added /doc option to uwp winrt build ( #149 )
2017-05-09 15:17:00 -07:00
Jason Sandlin
012d5bd05e
Generating 141.UWP build.cpp and removing stale build.cpp files ( #147 )
2017-05-09 14:40:14 -07:00
Kevin Asgari
6d739feb2e
Doc comment fix ( #146 )
...
* Fix badly formed XML doc comments
* Clean up xml doc comments
* adding submodule
2017-05-09 14:07:23 -07:00
Matt VanderKolk
86c85c8983
Pointing cpprestsdk submodule to commit 739ff5910c80948e520282e174a17c9f8d47f28f. ( #145 )
2017-05-08 19:57:59 -07:00
Matt VanderKolk
b07c3558f1
Converting code to be multiplatform compatible. ( #144 )
2017-05-05 02:34:04 -07:00
Kevin Asgari
76496a2af6
Fix badly formed XML doc comments ( #143 )
2017-05-04 14:51:16 -07:00
Jason Sandlin
807b9fbebc
Fixing some project properties ( #137 )
2017-05-02 17:41:09 -07:00
Jason Sandlin
6be1537d49
Updating to use latest C++/WinRT headers ( #141 )
2017-04-28 16:39:48 -07:00
Aditya Toney
562597bc9d
Developer Ask: Enable locking a session. ( #138 )
...
* Developer Ask: Enable locking a session.
2017-04-28 12:05:47 -07:00
Jason Sandlin
4501f68f98
Fixing UWP WinRT nugetpackage for C++ apps ( #139 )
2017-04-27 13:43:35 -07:00
Aditya Toney
f3a27adbe5
Adding customProperties to acitivity handles ( #136 )
2017-04-26 13:40:33 -07:00
Jason Sandlin
a09a034e9f
Removing non-appcontainer binaries from build. These are used in desktop tests but cause trouble if titles ship with them in UWP ( #135 )
2017-04-25 14:01:17 -07:00
Jason Sandlin
bc3f41d882
Adding custom properties for search handles ( #133 )
2017-04-24 14:18:42 -07:00
Kevin Asgari
4e7d0ddd70
Replaced smart quotes with regular quotes. ( #131 )
2017-04-20 14:55:56 -07:00
MSFT-Heba
c903fa6c67
Fixing the Universal Platform Title Storage Tests ( #132 )
2017-04-19 16:39:43 -07:00
Clayton Vaught
390f22fb1f
Fix "bad json" being returned instead of valid HTTP Error Code ( #130 )
...
* Fix "bad json" being returned instead of correct http error code
The wrong override of extract_json_field was being called, this resulted
in an thrown error instead of returning a correct error code.
2017-04-19 16:37:03 -07:00
Jason Sandlin
95f4e749d0
Splitting UWP WinRT symbols into seperate packages ( #128 )
2017-04-12 15:14:43 -07:00
Jason Sandlin
d8f2f9d12d
Fixing bug in VS2017 UWP filename for casablanca lib ( #127 )
2017-04-11 21:22:58 -07:00
Aditya Toney
9f4df22b96
Adding RTA subs for Tournaments ( #126 )
...
* Adding RTA subs for Tournament
* Adding WinRT APIs & cpp/h files to other projects
* Updating test app with Tournament subscribe scenarios
2017-04-03 10:03:08 -07:00
Cameron Goodwin
2b6f179669
Bug fix for bug 11460075 ( #125 )
2017-03-31 14:59:55 -07:00
Aditya Toney
fd5e47ef51
Adding RTA subscriptions for Teams ( #124 )
2017-03-31 12:32:04 -07:00
Jason Sandlin
040402df3b
Fixing title storage URI path for universal storage ( #123 )
2017-03-30 21:03:04 -07:00
Jason Sandlin
20c0630089
Adding VS2017 support in nuget packages ( #122 )
2017-03-29 19:01:16 -07:00
Jason Sandlin
37ab02ec7e
Updating version to 1704 ( #121 )
2017-03-29 18:51:21 -07:00
Aditya Toney
c58129dc0b
Fixing bugs from Tournament validation ( #120 )
2017-03-29 18:39:51 -07:00
Jason Sandlin
21d057fc31
Adding XboxLiveCreatorsTitle bool in xboxservcies.config ( #117 )
2017-03-29 13:36:35 -07:00
Paul Liu
660e75ce07
Revert the generic cpp error to HRESULT mapping to E_FAIL. Fix minor te unittest build break. ( #118 )
2017-03-29 13:34:05 -07:00
Aditya Toney
571b1f6031
Adding Multiplayer test app; moving Social test app into separate folders. ( #116 )
2017-03-28 22:12:34 -07:00
Paul Liu
1dc77fd2f1
Return orignal signin error code to caller. ( #115 )
2017-03-28 15:57:27 -07:00
Aditya Toney
f4f21d9611
Fixing IDL build issues: Adding getters & setters to TournamentRequest & TeamRequest classes. ( #114 )
2017-03-28 14:37:56 -07:00
Aditya Toney
7ddcdf3457
Enable updated MPSD Xbox Live compute allocation method ( #110 )
...
* Enable updated MPSD Xbox Live compute allocation method
2017-03-27 11:59:31 -07:00
Paul Liu
87f497baa7
Add more error handling for various sign in corner cases. ( #112 )
2017-03-24 18:07:55 -07:00
Paul Liu
5d7719adcb
Spopmua ( #111 )
...
Add MUA support API for c++ layer.
2017-03-24 14:26:45 -07:00
Aditya Toney
dd3a673dec
Minor Team API changes ( #106 )
...
* Making Team API changes
* Adding continuation URI & fixing GetNextAsync API to support nextLinkUrl
2017-03-23 13:01:48 -07:00
Jason Sandlin
ddb70d9800
Fixing exception when config is missing due to relock of mutex ( #108 )
...
* Fixing exception when config is missing due to relock of mutex
* Fixing tabs
2017-03-22 12:41:13 -07:00
Jason Sandlin
08aae0a4de
Updating vcxprojs with missing files ( #107 )
2017-03-21 13:24:36 -07:00
Aditya Toney
9ca7a69d29
Adding Team APIs (Cpp & WinRT)
...
* Adding Team APIs
* Adding Team API files to all XSAPI projects.
2017-03-17 22:56:15 -07:00
Jason Sandlin
4269a7aba3
Adding links to source readme ( #105 )
2017-03-17 19:01:47 -07:00
Jason Sandlin
29f782f364
Updating readme ( #104 )
2017-03-17 18:53:32 -07:00