Go to file
2025-12-18 21:04:19 -05:00
extras Finish up general cleanup. Remove arena free list. 2025-12-18 10:45:01 -05:00
lib Fix build in release mode. 2025-12-18 21:04:19 -05:00
src Fix build in release mode. 2025-12-18 21:04:19 -05:00
.gitignore Add printf-like log function backed by String_Builder. 2025-11-27 10:37:17 -05:00
CMakeLists.txt Fix build in release mode. 2025-12-18 21:04:19 -05:00
exe_main.cpp Fix build in release mode. 2025-12-18 21:04:19 -05:00
lib_main.cpp [WIP] Add debug tools for Arenas 2025-12-18 12:58:05 -05:00
README.md Fix build in release mode. 2025-12-18 21:04:19 -05:00

Configuration

This project uses CMake to configure and build. Currently only Win32 is supported.

cmake -S . -B build

Build

cmake --build build --config Debug