jak-project/game/system
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
..
Deci2Server.cpp Compiler Cleanup and Documentation (#54) 2020-09-24 17:19:23 -04:00
Deci2Server.h spdlog implementation (#58) 2020-10-03 09:39:04 -04:00
deci_common.h Add #pragma once to all headers 2020-09-13 21:36:35 -04:00
IOP_Kernel.cpp Windows threading fixes 2020-08-28 11:59:20 -06:00
IOP_Kernel.h Add #pragma once to all headers 2020-09-13 21:36:35 -04:00
iop_thread.cpp Fix high cpu usage from iop thread (#55) 2020-09-24 22:15:01 -04:00
iop_thread.h Add #pragma once to all headers 2020-09-13 21:36:35 -04:00
SystemThread.cpp spdlog implementation (#58) 2020-10-03 09:39:04 -04:00
SystemThread.h Merge pull request #41 from xTVaser/pragma-once 2020-09-14 20:31:41 -04:00
Timer.h Add #pragma once to all headers 2020-09-13 21:36:35 -04:00