Go to file
Deukhoofd 91247909f8
Fixes bug in DepthSearchAI where we ran threaded simulations with captured by reference variables. Should be captured by value, as they changed.
2021-04-30 13:50:28 +02:00
CInterface Adds C Interface. 2021-04-23 10:09:50 +02:00
extern Initial Commit. 2021-04-18 13:37:14 +02:00
src Fixes bug in DepthSearchAI where we ran threaded simulations with captured by reference variables. Should be captured by value, as they changed. 2021-04-30 13:50:28 +02:00
test_runner Initial Commit. 2021-04-18 13:37:14 +02:00
.clang-format Initial Commit. 2021-04-18 13:37:14 +02:00
.clang-tidy Initial Commit. 2021-04-18 13:37:14 +02:00
.gitignore Initial Commit. 2021-04-18 13:37:14 +02:00
CMakeLists.txt Adds C Interface. 2021-04-23 10:09:50 +02:00
CMakeLists.txt.in Initial Commit. 2021-04-18 13:37:14 +02:00