dolphin/Source/Core
Lioncash 7935c27b52 Common/Analytics: Convert std::string overload into std::string_view
Allows for both string types to be non-allocating. We can't remove the
const char* overload in this case due to the fact that pointers can
implicitly convert to bool, so if we removed the overload all const
char arrays passed in would begin executing the bool overload instead of
the string_view overload, which is definitely not what we want to occur.
2019-06-05 13:24:31 -04:00
..
AudioCommon Merge pull request #8135 from lioncash/cmake 2019-05-31 14:03:12 +02:00
Common Common/Analytics: Convert std::string overload into std::string_view 2019-06-05 13:24:31 -04:00
Core Merge pull request #8135 from lioncash/cmake 2019-05-31 14:03:12 +02:00
DiscIO DiscIO/CMakeLists: Specify headers in target sources 2019-05-31 06:54:25 -04:00
DolphinNoGUI DolphinNoGUI/CMakeLists: Specify headers in target sources 2019-05-31 06:54:25 -04:00
DolphinQt Mark files as non-executable 2019-06-02 12:31:40 +01:00
InputCommon InputCommon/CMakeLists: Specify headers in target sources 2019-05-31 06:54:25 -04:00
MacUpdater Reformat repo to clang-format 7.0 rules 2019-05-06 18:48:04 +00:00
UICommon UICommon/CMakeLists: Specify headers in target sources 2019-05-31 06:54:25 -04:00
UpdaterCommon UpdaterCommon/CMakeLists: Specify headers in target sources 2019-05-31 06:54:26 -04:00
VideoBackends VideoVulkan/CMakeLists: Specify headers in target sources 2019-05-31 06:54:26 -04:00
VideoCommon Merge pull request #8143 from lioncash/loader 2019-05-31 14:18:16 +02:00
WinUpdater WinUpdater: Add CMakeLists.txt 2019-05-08 23:59:04 +02:00
CMakeLists.txt WinUpdater: Add CMakeLists.txt 2019-05-08 23:59:04 +02:00