Go to file
Cocoa 803b29146e Fixed memory error with SHLogger & spdlog
The logger needs to be registered outside the library. As such, a macro SHLOG_REGISTER has been added, as well as a variable to the actual logger. The logger needs to be passed into the macro anywhere outside the library after it has been initialised to work on the dll. This has already been done right before the application runs.
2022-09-14 17:57:36 +08:00
Premake Basic Project set up with premake 2022-08-26 14:04:03 +08:00
SHADE_Application Fixed memory error with SHLogger & spdlog 2022-09-14 17:57:36 +08:00
SHADE_Engine Fixed memory error with SHLogger & spdlog 2022-09-14 17:57:36 +08:00
.gitignore Typo in gitignore 2022-09-08 11:01:16 +08:00
Dependencies.bat Made Dependencies batch file nice 2022-09-06 11:37:24 +08:00
Dependencies.lua Update Dependencies and Premake 2022-09-06 10:39:12 +08:00
SHADE.sln Added post build command to copy spdlog.dll to output 2022-09-14 13:29:23 +08:00
generate.bat Basic Project set up with premake 2022-08-26 14:04:03 +08:00
premake5.lua update premakes for spdlog changes 2022-09-14 09:14:18 +08:00