summaryrefslogtreecommitdiff
path: root/src/platform.cpp
AgeCommit message (Collapse)Author
2024-05-18Fix-ups for macOS (#291)Sergey Fedorov
* Do not use precomp headers target with GCC on Apple * CMakeLists: also link to AudioUnit on Apple * platform.cpp: add missing <unistd.h> --------- Co-authored-by: ouwou <26526779+ouwou@users.noreply.github.com>
2024-04-20platform.cpp: add a missing spdlog includeSergey Fedorov
2023-08-24add hackish macOS detection for home folder, resources and cacheTheMorc
2023-08-24platform.cpp switch logging to spdlogTheMorc
2023-01-29first pass compile time optimizationouwou
2022-03-31enable fontconfig stuff on msys2 tooouwou
2021-12-15make fallback for config file go in home directory if possible (#52)ouwou
2021-11-23Restructure source and resource files (#46)Dylam De La Torre
importantly, res is now res/res and css is now res/css