pastalian
bc7c5f9ec3
Explicitly include headers for PCH free build ( #312 )
...
There are some headers that implicitly included by PCH. Include those
explicitly so PCH free build succeeds.
2024-06-15 16:47:48 -04:00
Sergey Fedorov
cba2f6c66e
Fix-ups for macOS ( #291 )
...
* 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-05-18 19:07:04 -04:00
Sergey Fedorov
7ed65a89ae
platform.cpp: add a missing spdlog include
2024-04-20 04:16:57 +08:00
TheMorc
52e6167b9a
add hackish macOS detection for home folder, resources and cache
2023-08-24 08:44:50 +02:00
TheMorc
c166831955
platform.cpp switch logging to spdlog
2023-08-24 08:42:05 +02:00
ouwou
5a6f8cac09
first pass compile time optimization
2023-01-29 21:33:34 -05:00
ouwou
7b1ceeedf4
enable fontconfig stuff on msys2 too
2022-03-31 03:06:36 -04:00
ouwou
b576bd0fcc
make fallback for config file go in home directory if possible ( #52 )
2021-12-15 17:43:11 -05:00
Dylam De La Torre
a51a54bc59
Restructure source and resource files ( #46 )
...
importantly, res is now res/res and css is now res/css
2021-11-23 04:21:56 +00:00