citra/src/web_service
hubslave 93fd55249b Fix build on platforms without std::string_view
json.hpp wants it, but it isn't always available. Rather than patch
json.hpp directly to remove the dependency, provide a json.h wrapper
header that subs in std::experimental::string_view using preprocessor
magic. All the consumers of json.hpp are in src/web_service, so the
wrapper header is placed there as well.
2018-03-02 18:15:45 +02:00
..
announce_room_json.cpp Fix build on platforms without std::string_view 2018-03-02 18:15:45 +02:00
announce_room_json.h fixup! fixup! Add a service to announce multiplayer rooms to web service; Add the abiltiy to receive a list of all announced rooms from web service 2017-12-14 12:36:37 +01:00
CMakeLists.txt Add a service to announce multiplayer rooms to web service; Add the abiltiy to receive a list of all announced rooms from web service 2017-12-14 12:36:37 +01:00
json.h Fix build on platforms without std::string_view 2018-03-02 18:15:45 +02:00
telemetry_json.cpp fixup! fixup! Add a service to announce multiplayer rooms to web service; Add the abiltiy to receive a list of all announced rooms from web service 2017-12-14 12:36:37 +01:00
telemetry_json.h Fix build on platforms without std::string_view 2018-03-02 18:15:45 +02:00
verify_login.cpp Fix build on platforms without std::string_view 2018-03-02 18:15:45 +02:00
verify_login.h WebService: Verify username and token (#2930) 2017-09-18 21:18:26 -04:00
web_backend.cpp Announce-Service: Add conditional variable for the wait in the announce thread 2017-12-14 12:36:37 +01:00
web_backend.h Add a service to announce multiplayer rooms to web service; Add the abiltiy to receive a list of all announced rooms from web service 2017-12-14 12:36:37 +01:00