You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
6 years ago
..
CMakeLists.txt Merge pull request #1542 from lioncash/project 7 years ago
telemetry_json.cpp compatdb: Use a seperate endpoint for testcase submission 7 years ago
telemetry_json.h compatdb: Use a seperate endpoint for testcase submission 7 years ago
verify_login.cpp web_backend: Make Client use the PImpl idiom 7 years ago
verify_login.h web_service: Remove unnecessary inclusions 6 years ago
web_backend.cpp general: Use deducation guides for std::lock_guard and std::unique_lock 6 years ago
web_backend.h web_backend: Make Client use the PImpl idiom 7 years ago