switched from raw lambda to stepable

couldn't figure out how to handle sortstate, eventually put it into
bsort class. should be split into timeraction and steppable. and there
shouldn't be a random steppedbsort in App
This commit is contained in:
2026-08-05 00:00:26 +02:00
parent 401841f700
commit 6f7bd9d964
6 changed files with 164 additions and 68 deletions
+2
View File
@@ -1,6 +1,8 @@
cmake_minimum_required(VERSION 4.0)
project(cppout LANGUAGES CXX)
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
file(GLOB SOURCE_FILES "src/*.cpp")
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin)