You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
duckstation/CMakeModules
Stenzek 22ee4c0760
CMake: Build with immediate binding/full relro
Doing a full xsave/xrstor the first time a library function is
called is completely bonkers. Plus the obvious security issues
with the PLT being writable.

And people think this OS is faster than Windows. Even with immediate
binding it's still slower, since it's a single indirect call on
Windows, versus a direct call+indirect jump here.
1 month ago
..
CheckCXXFlag.cmake CMake: Drop Win32/MSVC specific paths. Use MSBuild. 2 months ago
CopyBaseTranslations.cmake CMake: Drop Win32/MSVC specific paths. Use MSBuild. 2 months ago
DuckStationBuildOptions.cmake CMake: Drop Win32/MSVC specific paths. Use MSBuild. 2 months ago
DuckStationBuildSummary.cmake CMake: Build with immediate binding/full relro 1 month ago
DuckStationCompilerRequirement.cmake CMake: Drop Win32/MSVC specific paths. Use MSBuild. 2 months ago
DuckStationDependencies.cmake CMake: Drop Win32/MSVC specific paths. Use MSBuild. 2 months ago
DuckStationUtils.cmake CMake: Drop Win32/MSVC specific paths. Use MSBuild. 2 months ago
FindFFMPEG.cmake CI/AppImage: Build shrunk ffmpeg for media capture 2 years ago
FindLibbacktrace.cmake CI: Use prebuilt dependencies 5 months ago
FindUDEV.cmake CDImageDevice: Implement disc reading for Linux 2 years ago