suyu/src/web_service
Lioncash a7725d354c telemetry_json: Use the PImpl idiom to avoid unnecessary dependency exposure
Users of the web_service library shouldn't need to care about an
external library like json.h. However, given it's exposed in our
interface, this requires that other libraries publicly link in the JSON
library. We can do better.

By using the PImpl idiom, we can hide this dependency in the cpp file
and remove the need to link that library in altogether.
2018-10-10 21:10:36 -04:00
..
CMakeLists.txt Review comments - part 5 2018-10-02 16:04:10 +02:00
telemetry_json.cpp telemetry_json: Use the PImpl idiom to avoid unnecessary dependency exposure 2018-10-10 21:10:36 -04:00
telemetry_json.h telemetry_json: Use the PImpl idiom to avoid unnecessary dependency exposure 2018-10-10 21:10:36 -04:00
verify_login.cpp Review comments - part 3 2018-10-02 15:30:48 +02:00
verify_login.h Port web_service from Citra 2018-10-02 15:30:48 +02:00
web_backend.cpp Review comments -part 4 2018-10-02 15:30:49 +02:00
web_backend.h web_backend: protect jwt cache with a mutex 2018-10-02 15:30:48 +02:00