mirror of
https://github.com/libretro/dolphin
synced 2024-11-04 12:33:53 -05:00
d5d60c6e64
Allows us to migrate off of printf specifiers and have more type-safe formatting facilities. It also allows for custom type support as well. fmt is also on track to have part of it standardized within C++2a, so this will also lessen the transitional work necessary later on by allowing new code to use it. This simply adds the library but doesn't do anything with it yet.
35 lines
361 B
Plaintext
Executable file
35 lines
361 B
Plaintext
Executable file
.vscode/
|
|
|
|
*.iml
|
|
.idea/
|
|
.externalNativeBuild/
|
|
.gradle/
|
|
gradle/
|
|
gradlew*
|
|
local.properties
|
|
build/
|
|
|
|
bin/
|
|
/_CPack_Packages
|
|
/CMakeScripts
|
|
/doc/doxyxml
|
|
/doc/html
|
|
virtualenv
|
|
/Testing
|
|
/install_manifest.txt
|
|
*~
|
|
*.a
|
|
*.so*
|
|
*.xcodeproj
|
|
*.zip
|
|
cmake_install.cmake
|
|
CPack*.cmake
|
|
fmt-*.cmake
|
|
CTestTestfile.cmake
|
|
CMakeCache.txt
|
|
CMakeFiles
|
|
FMT.build
|
|
Makefile
|
|
run-msbuild.bat
|
|
fmt.pc
|