2018-01-28 09:07:32 +00:00
|
|
|
[submodule "src/external/elfio"]
|
|
|
|
path = src/external/elfio
|
|
|
|
url = https://github.com/serge1/ELFIO.git
|
|
|
|
[submodule "src/external/capstone"]
|
|
|
|
path = src/external/capstone
|
|
|
|
url = https://github.com/aquynh/capstone.git
|
|
|
|
[submodule "src/external/vita-headers"]
|
|
|
|
path = src/external/vita-headers
|
|
|
|
url = https://github.com/vitasdk/vita-headers.git
|
|
|
|
[submodule "src/external/glbinding"]
|
|
|
|
path = src/external/glbinding
|
|
|
|
url = https://github.com/cginternals/glbinding.git
|
|
|
|
[submodule "src/external/yaml-cpp"]
|
|
|
|
path = src/external/yaml-cpp
|
|
|
|
url = https://github.com/jbeder/yaml-cpp
|
|
|
|
[submodule "src/external/vita-toolchain"]
|
|
|
|
path = src/external/vita-toolchain
|
2018-09-14 10:30:04 +00:00
|
|
|
url = https://github.com/Vita3K/vita-toolchain
|
2018-01-28 09:07:32 +00:00
|
|
|
[submodule "src/external/microprofile"]
|
|
|
|
path = src/external/microprofile
|
|
|
|
url = https://github.com/jonasmr/microprofile.git
|
|
|
|
[submodule "src/external/sdl2-cmake-scripts"]
|
|
|
|
path = src/external/sdl2-cmake-scripts
|
|
|
|
url = https://github.com/tcbrindle/sdl2-cmake-scripts.git
|
Better Logging (to file, console, VS Output) (#55)
* [refactor/audio] Rename ResumeThread to ResumeAudioThread
The name was clashing with an MSVC function name that's included with spdlog.
* [logging] Port everything to the new logging system
* [usability] Warn about corrupt/encrypted (s)elf instead of crashing.
* [logging] Initial logging framework
Defines LOG_* macros for different log levels, where * is either TRACE, DEBUG, INFO, WARN, ERROR or CRITICAL.
Additionally, it defines LOG_*_IF (same log levels), for conditional logging, with the first argument being the condition.
2018-02-13 23:19:18 +00:00
|
|
|
[submodule "src/external/spdlog"]
|
|
|
|
path = src/external/spdlog
|
|
|
|
url = https://github.com/gabime/spdlog.git
|
2018-02-16 08:22:39 +00:00
|
|
|
[submodule "src/external/dirent"]
|
|
|
|
path = src/external/dirent
|
|
|
|
url = https://github.com/tronkko/dirent
|
2018-02-20 23:30:25 +00:00
|
|
|
[submodule "src/external/crypto-algorithms"]
|
|
|
|
path = src/external/crypto-algorithms
|
|
|
|
url = https://github.com/B-Con/crypto-algorithms.git
|
2018-04-15 17:22:41 +00:00
|
|
|
[submodule "src/external/imgui"]
|
|
|
|
path = src/external/imgui
|
|
|
|
url = https://github.com/ocornut/imgui
|
2018-05-02 07:43:44 +00:00
|
|
|
[submodule "src/external/googletest"]
|
|
|
|
path = src/external/googletest
|
|
|
|
url = https://github.com/google/googletest.git
|
2018-05-24 11:43:29 +00:00
|
|
|
[submodule "src/emulator/shaders-db"]
|
|
|
|
path = src/emulator/shaders-db
|
|
|
|
url = https://github.com/Vita3K/shaders-db.git
|
2018-08-09 17:57:24 +00:00
|
|
|
[submodule "src/external/glslang"]
|
|
|
|
path = src/external/glslang
|
|
|
|
url = https://github.com/KhronosGroup/glslang.git
|
|
|
|
[submodule "src/external/SPIRV-Cross"]
|
|
|
|
path = src/external/SPIRV-Cross
|
|
|
|
url = https://github.com/KhronosGroup/SPIRV-Cross.git
|
2018-08-25 20:39:11 +00:00
|
|
|
[submodule "src/external/boost"]
|
|
|
|
path = src/external/boost
|
|
|
|
url = https://github.com/Vita3K/ext-boost.git
|
2018-08-31 11:28:24 +00:00
|
|
|
[submodule "src/external/dlmalloc"]
|
|
|
|
path = src/external/dlmalloc
|
|
|
|
url = https://github.com/Vita3K/dlmalloc
|
2019-01-11 17:51:37 +00:00
|
|
|
[submodule "src/external/imgui_club"]
|
|
|
|
path = src/external/imgui_club
|
|
|
|
url = https://github.com/ocornut/imgui_club.git
|