citra/src
Lioncash 21c71d21ae 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-07 15:14:29 +02:00
..
android android: add logging 2019-03-09 18:23:32 -06:00
audio_core Destroy the callback after the stream is destroyed 2019-04-05 14:16:55 -06:00
citra Merge pull request #4671 from jroweboy/mic4 2019-03-20 23:12:38 +05:30
citra_qt general: Use deducation guides for std::lock_guard and std::unique_lock 2019-04-07 15:14:29 +02:00
common general: Use deducation guides for std::lock_guard and std::unique_lock 2019-04-07 15:14:29 +02:00
core general: Use deducation guides for std::lock_guard and std::unique_lock 2019-04-07 15:14:29 +02:00
dedicated_room Fix getopt on systems where char is unsigned by default 2019-03-15 23:19:24 +00:00
input_common general: Use deducation guides for std::lock_guard and std::unique_lock 2019-04-07 15:14:29 +02:00
network general: Use deducation guides for std::lock_guard and std::unique_lock 2019-04-07 15:14:29 +02:00
tests Kernel: replace boost::intrusive_ptr with std::shared_ptr 2019-03-24 14:32:11 -04:00
video_core general: Use deducation guides for std::lock_guard and std::unique_lock 2019-04-07 15:14:29 +02:00
web_service general: Use deducation guides for std::lock_guard and std::unique_lock 2019-04-07 15:14:29 +02:00
.clang-format add java to .clang-format 2019-02-22 16:29:19 -06:00
CMakeLists.txt android: move cmakelist 2019-01-15 19:24:03 -06:00