mirror of https://github.com/dolphin-emu/dolphin
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. |
||
|---|---|---|
| .. | ||
| cmake | ||
| rtd | ||
| Android.mk | ||
| AndroidManifest.xml | ||
| README | ||
| appveyor-build.py | ||
| appveyor.yml | ||
| build.gradle | ||
| compute-powers.py | ||
| docopt.py | ||
| fmt.pro | ||
| manage.py | ||
| rst2md.py | ||
| travis-build.py | ||
| update-coverity-branch.py | ||
README
This directory contains build support files such as * CMake modules * Build scripts * qmake (static build with dynamic libc only)