yuzu-android/src
Lioncash d28bb56c91 CMakeLists: Define QT_USE_QSTRINGBUILDER for the Qt target
This is a compile definition introduced in Qt 4.8 for reducing the total
potential number of strings created when performing string
concatenation. This allows for less memory churn.

This can be read about here:
https://blog.qt.io/blog/2011/06/13/string-concatenation-with-qstringbuilder/

For a change that isn't source-compatible, we only had one occurrence
that actually need to have its type clarified, which is pretty good, as
far as transitioning goes.
2019-04-15 17:59:41 -04:00
..
audio_core core/core_timing: Make callback parameters consistent 2019-03-24 18:12:17 -04:00
common Merge pull request #2391 from lioncash/scope 2019-04-12 21:52:35 -04:00
core Merge pull request #2378 from lioncash/ro 2019-04-13 22:16:10 -04:00
input_common general: Use deducation guides for std::lock_guard and std::unique_lock 2019-04-01 12:53:47 -04:00
tests kernel: Handle page table switching within MakeCurrentProcess() 2019-04-07 01:12:54 -04:00
video_core Merge pull request #2373 from FernandoS27/z32 2019-04-13 22:14:51 -04:00
web_service general: Use deducation guides for std::lock_guard and std::unique_lock 2019-04-01 12:53:47 -04:00
yuzu CMakeLists: Define QT_USE_QSTRINGBUILDER for the Qt target 2019-04-15 17:59:41 -04:00
yuzu_cmd Merge pull request #2017 from jroweboy/glwidget 2019-04-13 22:08:40 -04:00
.clang-format
CMakeLists.txt CMakeLists: Move off of modifying CMAKE_*-related flags 2019-03-17 06:55:24 -04:00