yuzu/src/web_service
Lioncash 781ab8407b general: Use deducation guides for std::lock_guard and std::unique_lock
Since C++17, the introduction of deduction guides for locking facilities
means that we no longer need to hardcode the mutex type into the locks
themselves, making it easier to switch mutex types, should it ever be
necessary in the future.
2019-04-01 12:53:47 -04:00
..
CMakeLists.txt Merge pull request #1542 from lioncash/project 2018-10-23 18:44:08 -04:00
telemetry_json.cpp compatdb: Use a seperate endpoint for testcase submission 2018-10-28 13:23:02 +01:00
telemetry_json.h compatdb: Use a seperate endpoint for testcase submission 2018-10-28 13:23:02 +01:00
verify_login.cpp
verify_login.h web_service: Remove unnecessary inclusions 2019-03-02 14:58:49 -05:00
web_backend.cpp general: Use deducation guides for std::lock_guard and std::unique_lock 2019-04-01 12:53:47 -04:00
web_backend.h