aboutsummaryrefslogtreecommitdiff
path: root/TODO (unfollow)
Commit message (Expand)AuthorFilesLines
2024-04-09C++ migration: still more threading code cleanup. 'sudo' global moved in the ...Benoit Germain9-68/+67
2024-04-09C++ migration: YIELD() → std::this_thread::yield. plus more threading code ...Benoit Germain3-319/+193
2024-04-08C++ migration: lanes.now_secs uses std::chrono::sytem_clock. plus more enum c...Benoit Germain6-153/+77
2024-04-08C++ migration: use std::jthread, std::condition_variable, std::chrono.Benoit Germain13-1207/+588
2024-04-08Tweak some test scriptsBenoit Germain3-6/+9
2024-04-05C++ migration: one-time inits are sequenced with std::atomic_flagBenoit Germain1-30/+14
2024-04-05Enable manual control of GC inside keeper statesBenoit Germain8-73/+119
2024-04-04tweak cancel.lua to enable individual tests. fix "hook" test for LuaJIT (need...Benoit Germain1-10/+24
2024-04-04tweaks to basic.lua and linda_perf.luaBenoit Germain2-40/+77
2024-04-02C++ migration: more atomicsBenoit Germain5-91/+94
2024-03-31C++ migration: fix some warnings in 32 bits buildsBenoit Germain5-22/+16
2024-03-30C++ migration: make sure to always create the lane handle userdataBenoit Germain1-42/+69
2024-03-29C++ migration: all enums are enum classBenoit Germain15-196/+244
2024-03-29C++ migration: bumped version and updated documentationBenoit Germain2-63/+36
2024-03-29C++ migration: parallelize lane setup and OS thread warmupBenoit Germain3-102/+146
2024-03-29C++ migration: Lane is a proper class with overloaded operator new/deleteBenoit Germain5-65/+76
2024-03-28C++ migration: improved UniqueKey interfaceBenoit Germain11-124/+125
2024-03-28C++ migration: lots of noise, but it's only some minor code cleanupBenoit Germain6-746/+773
2024-03-28linda.batched is now a lightuserdata instead of a string. plus some reformatt...Benoit Germain2-352/+335
2024-03-28C++ migration: Linda is a proper class with overloaded operator new/deleteBenoit Germain4-29/+34
2024-03-28C++ migration: cleanup usage of lua_error and luaL_errorBenoit Germain8-35/+44
2024-03-28tweak cancel.lua test file to be able to cherry-pick tests with command line ...Benoit Germain1-88/+103
2024-03-28C++ migration: less kludgy Linda name management with a std::variantBenoit Germain5-75/+168
2024-03-27updated perftest.luaBenoit Germain1-32/+42
2024-03-27C++ migration: buildfix for pre-5.4 Lua targetsBenoit Germain1-0/+1
2024-03-27C++ migration: deep_test vcproj configuration fix (we need at least C++17 sta...Benoit Germain1-0/+18
2024-03-27C++ migration:: new helper template lua_newuserdatauvBenoit Germain3-52/+59
2024-03-27C++ migration: fix deep userdata refcounting bug introduced by std::atomic usageBenoit Germain1-3/+2
2024-03-27C++ migration: new helper templates lua_tolightuserdata and lua_tofulluserdataBenoit Germain9-50/+74
2024-03-26C++ migration: templated lua_touserdataBenoit Germain10-32/+76
2024-03-26C++ migration: Fix metatable caching bug introduced when converting the index...Benoit Germain2-2/+2
2024-03-26C++ migration: refactor AllocatorDefinition and ProtectedAllocator into classesBenoit Germain9-100/+137
2024-03-25C++ migration: Universe MUTEX_T replaced with std::mutex and std::atomicBenoit Germain10-145/+115
2024-03-25C++ migration: revamped stack checking macrosBenoit Germain10-320/+366
2024-03-25deep_test VS user configBenoit Germain1-0/+1