SDL/cmake
Simon McVittie 9be9e2292b build: Consistently use pathlib APIs in cmake/xxd.py
The ability to pass a pathlib.Path to open() was new in Python 3.6,
and the oldest branch of the Steam Runtime only has Python 3.5 available.
Even without considering retrocomputing, using the Path.open method is
more consistent with how we read the input 2 lines earlier.

Signed-off-by: Simon McVittie <smcv@collabora.com>
2023-08-09 15:44:05 +02:00
..
android cmake: create Android jars + apks for tests 2023-07-20 16:54:29 +02:00
test Use #ifdef/#ifndef instead of #if defined/#if \!defined 2023-03-30 21:35:01 +00:00
3rdparty.cmake cmake: include_guard() is not needed 2023-02-13 04:55:46 +01:00
CPackProjectConfig.cmake.in cmake: add CPack support for creating binary archives 2023-01-31 01:59:21 +01:00
CheckCPUArchitecture.cmake cmake+video: always use altivec.h header for detection + introduce SDL_ENABLE_ALTIVEC 2023-03-15 14:54:20 +01:00
GetGitRevisionDescription.cmake Fix various typos (docs/build scripts/tests) 2023-07-03 08:35:37 -07:00
GetGitRevisionDescription.cmake.in cmake: generate git hash using GetRevisionDescription CMake module 2023-01-08 18:20:56 +01:00
PkgConfigHelper.cmake cmake: bump minimum required CMake version to 3.16 2023-07-20 17:58:06 +02:00
SDL3Config.cmake.in cmake: bump minimum required CMake version to 3.16 2023-07-20 17:58:06 +02:00
cmake_uninstall.cmake.in cmake: declutter root + remove obsolete variables 2022-12-19 09:19:45 -08:00
macros.cmake cmake: bump minimum required CMake version to 3.16 2023-07-20 17:58:06 +02:00
sdl3.pc.in cmake: bump minimum required CMake version to 3.16 2023-07-20 17:58:06 +02:00
sdlchecks.cmake cmake: use pkg-config + test compile instead of Find module for detecting rpi 2023-07-28 04:41:29 +02:00
sdlcompilers.cmake cmake: bump minimum required CMake version to 3.16 2023-07-20 17:58:06 +02:00
sdlmanpages.cmake cmake: create wiki dir before running wikiheaders.pl --copy-to-wiki 2023-06-28 14:41:31 +02:00
sdlplatform.cmake Implement visionOS support 2023-08-08 22:25:04 -07:00
sdltargets.cmake cmake: bump minimum required CMake version to 3.16 2023-07-20 17:58:06 +02:00
xxd.py build: Consistently use pathlib APIs in cmake/xxd.py 2023-08-09 15:44:05 +02:00