dqn: Rewrite crappy arena and string implementations

This commit is contained in:
2022-08-06 16:43:20 +10:00
parent 1d31d7f270
commit 4056e19727
4 changed files with 1052 additions and 1240 deletions
-3
View File
@@ -4,7 +4,6 @@ set code_dir=%~dp0
if not exist Build mkdir Build
pushd Build
REM ------------------------------------------------------------------------
REM Flags
REM ------------------------------------------------------------------------
REM MT Static CRT
@@ -20,7 +19,6 @@ pushd Build
set msvc_flags=-fsanitize=address -D STBSP__ASAN=__declspec(no_sanitize_address)
set clang_flags=-fsanitize=address -fsanitize=undefined
REM ------------------------------------------------------------------------
REM Compiler: MSVC cl
REM ------------------------------------------------------------------------
where /q cl || (
@@ -33,7 +31,6 @@ pushd Build
cl %compile_flags% %msvc_flags% %code_dir%Dqn_Tests.cpp %link_flags%
popd
REM ------------------------------------------------------------------------
REM Compiler: clang-cl
REM ------------------------------------------------------------------------
where /q clang-cl || (