1
0
Fork 0
forked from suyu/suyu
suyu/src
Daniel Lim Wee Soong c9845c486e externals: Update fmt to 4d35f94
Versions prior to this didn't compile on OpenBSD due to unconditional
use of the non-standard strtod_l() function.

The fmt::MemoryWriter API has been removed in the intervening
versions, so replace its use with fmt::memory_buffer and fmt::format_to.

The library also no longer provides the fmt::fmt ALIAS, so define
it in externals/CMakeLists.txt.
2018-04-03 02:49:58 +08:00
..
common common: fix swap functions on Bitrig and OpenBSD 2018-04-03 02:25:11 +08:00
core externals: Update fmt to 4d35f94 2018-04-03 02:49:58 +08:00
input_common Format: Run the new clang format on everything 2018-01-20 16:45:11 -07:00
tests core: Move process creation out of global state. 2018-03-14 18:42:19 -04:00
video_core GPU: Use the MacroInterpreter class to execute the GPU macros instead of HLEing them. 2018-04-01 12:07:26 -05:00
yuzu Port citra-emu/citra#3610 to yuzu 2018-03-30 17:38:34 +02:00
yuzu_cmd config: Use simplified checkbox (from Citra) for CPU JIT. 2018-03-26 23:02:37 -04:00
.clang-format Remove special rules for Windows.h and library includes 2016-09-21 00:16:33 -07:00
CMakeLists.txt Massive removal of unused modules 2018-01-12 19:11:03 -07:00