citra/src
Lioncash 25038aeb0d 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-23 15:35:17 +02:00
..
audio_core Logging: Change the TimeStretch::Process log from debug to trace level. 2018-10-06 16:55:05 +02:00
citra Review comments - part 3 2018-10-20 10:35:55 -04:00
citra_qt Merge pull request #4315 from FearlessTobi/port-1332 2018-10-20 18:05:06 -04:00
common Merge pull request #4336 from wwylele/file-util-mingw 2018-10-21 20:34:48 -04:00
core telemetry_session: Remove doxygen comment for a non-existent parameter 2018-10-23 15:30:07 +02:00
dedicated_room
input_common Merge pull request #4193 from B3n30/controller5 2018-10-17 10:49:21 -04:00
network
tests Kernel: pass ref to session pair 2018-10-18 21:41:36 -04:00
video_core Handle cases when std::optional does not contain a value 2018-10-05 16:51:33 +02:00
web_service telemetry_json: Use the PImpl idiom to avoid unnecessary dependency exposure 2018-10-23 15:35:17 +02:00
.clang-format
CMakeLists.txt