SDL/cmake
Vlad-Stefan Harbuz 796713b9d5 xxd.py: always write \n line endings
Previously, `open()` was used with the default option of `newline=None`,
which means that “any '\n' characters written are translated to the
system default line separator”. Now, `xxd.py` always writes `\n` line
endings. This eliminates the need for the .gitattributes file.
2023-08-13 13:51:31 -07:00
..
android cmake: create Android jars + apks for tests 2023-07-20 16:54:29 +02:00
test cmake: build tests for UWP 2023-08-12 17:37:52 +02: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 xxd.py: always write \n line endings 2023-08-13 13:51:31 -07:00