Dennis Brakhane
f428e1a61b
cmake: use precompiled headers ( #1181 )
2025-07-30 14:21:43 +02:00
Dennis Brakhane
9440c568d4
cmake: add option to use symlinking instead of copying ( #1185 )
...
Windows only supports symlinking as admin or in developer mode.
This commit adds a cmake flag to use symlinking instead of copying.
When enabled, it will check for support and output a hint to enable
developer mode when it fails.
By default, it is disabled on Windows, and enabled otherwise.
2025-07-28 11:36:45 +02:00
Turánszki János
566b2490be
enabled avx ( #1184 )
2025-07-24 08:36:31 +02:00
Turánszki János
030413c9cc
Project creator ( #1118 )
2025-06-07 17:38:36 +02:00
Turánszki János
ef16be5f41
removed mostly win32 code clutter
2025-06-03 19:34:47 +02:00
Dennis Brakhane
9c28997b08
remove reference to dxil.dll ( #1115 )
2025-06-03 06:37:15 +02:00
Turánszki János
9691cdf4e0
restore shader compiler reverted stuff
2025-05-29 09:43:33 +02:00
Dennis Brakhane
2779e1848e
Updated DirectXShaderCompiler to 2025 February release, removed dxil.dll
2025-05-27 08:03:41 +02:00
Dennis Brakhane
b0390c1f44
require cmake 3.19
...
We use features that aren't supported before that
2025-03-11 14:20:49 +01:00
Phil Schumann
acd31d6dfc
cmake: allow static PIC builds with new optional WICKED_PIC_CODE ( #1010 )
2025-01-11 22:16:41 +01:00
Dennis Brakhane
7f60d7a35b
main_sdl2: don't allocate Editor object on stack ( #1008 )
...
It became too big for the stack, causing segmentation faults.
Also fix this for the samples and tests.
2025-01-11 09:21:45 +01:00
Turanszki Janos
c4fdd60ab0
test script fix
2024-12-19 12:34:30 +01:00
k4ss4n
158ef51b7b
reset profiler on test change ( #976 )
...
Set wi::profiler::SetEnabled(false) on test change of Samples/Tests build
target so it gets disabled again after enabling it on 65k instance test.
2024-11-05 07:33:14 +01:00
Turánszki János
94a34c51c1
refactored samples ( #942 )
2024-09-12 08:49:00 +02:00