raze/source/thirdparty/src
Christoph Oelckers 2cbe211e7c - transitioned project to CMake and deleted most of the old build system.
The EDuke32 and RedNukem frontends are working, Blood isn't yet.

Notes:

many of the CMake variables and its output still refer to zdoom. Before changing that I wanted to make sure to be able to commit something that works.
support code for Windows XP has been entirely removed. On Windows this will only target Vista and up.
the crc32.h header had to be renamed to deconflict from zlib.
several Windows API calls were changed to call the A-versions directly. Weirdly enough there were places that defined their parameters as T types but in a non-working way.
removed some remaining editor files and support for the native software rendering only Windows backend.
in a few simple cases, replaced 'char' with 'uint8_t'. The code as-is depends on chars being unsigned which is non-portable. This needs to be carefully reviewed.
2019-09-22 23:15:46 +02:00
..
crc32.cpp - transitioned project to CMake and deleted most of the old build system. 2019-09-22 23:15:46 +02:00
fix16.cpp - moved fix16 to thirdparty as well and removed the now unused assembly files. 2019-09-20 22:21:31 +02:00
fix16_str.cpp - moved fix16 to thirdparty as well and removed the now unused assembly files. 2019-09-20 22:21:31 +02:00
lz4.c - moved compression utilities to a 'thirdparty' folder to get them out of the way. 2019-09-20 22:20:53 +02:00
md4.cpp - moved 4 more. 2019-09-20 23:12:07 +02:00
miniz.c - moved compression utilities to a 'thirdparty' folder to get them out of the way. 2019-09-20 22:20:53 +02:00
miniz_tdef.c - moved compression utilities to a 'thirdparty' folder to get them out of the way. 2019-09-20 22:20:53 +02:00
miniz_tinfl.c - moved compression utilities to a 'thirdparty' folder to get them out of the way. 2019-09-20 22:20:53 +02:00
sjson.cpp - transitioned project to CMake and deleted most of the old build system. 2019-09-22 23:15:46 +02:00
xxhash.c - 3 more files moved out of 'build' folder. 2019-09-20 22:34:34 +02:00