jak-project/game
doctashay c2cb053a5d
spdlog implementation (#58)
* Commit new spdlog implementation 

Hopefully resolves Linux build dependency errors

* clang formatting

* Fix Linux-only definition

Found the culprit!

* More Linux fixes

Linus Torvalds have mercy on my soul

* Replace printf logging with spdlog equivalent

Preserve previous printfs in comments for now. Spdlog needs to be configured to be thread-safe. Few additional printfs to convert later. No changes have been made to GOAL's internal printing system

* clang-format stuff

* ugh more clang-format

why

* Another shot

* CMakeLists.txt update

Fix issues related to spdlog version targeting

* Remove old prints + fix log types

Up next is the transition to a git submodule, should be simple enough

* spdlog is now a git submodule

* adapted for project

* Linux fix

* More fixes

Yikes

* Update for linux

I should really fix my WSL environment

* Update workflow.yaml

Hopefully will resolve issues with GitHub Actions on Linux
2020-10-03 09:39:04 -04:00
..
common Add #pragma once to all headers 2020-09-13 21:36:35 -04:00
kernel spdlog implementation (#58) 2020-10-03 09:39:04 -04:00
overlord spdlog implementation (#58) 2020-10-03 09:39:04 -04:00
sce spdlog implementation (#58) 2020-10-03 09:39:04 -04:00
system spdlog implementation (#58) 2020-10-03 09:39:04 -04:00
CMakeLists.txt Compiler Cleanup and Documentation (#54) 2020-09-24 17:19:23 -04:00
fake_iso.txt Add addition and subtraction for integers, build macros, dgo building, and build/load test (#35) 2020-09-12 20:41:12 -04:00
main.cpp spdlog implementation (#58) 2020-10-03 09:39:04 -04:00
runtime.cpp spdlog implementation (#58) 2020-10-03 09:39:04 -04:00
runtime.h Add #pragma once to all headers 2020-09-13 21:36:35 -04:00