aboutsummaryrefslogtreecommitdiff
path: root/src/lanes.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Formalize a few coding style rules, start to enforce them for constantsBenoit Germain2024-04-261-83/+87
* C++ migration: using KeeperState = Unique<lua_State*>Benoit Germain2024-04-241-9/+9
* C++ migration: push_thread_status converted to a Lane class methodBenoit Germain2024-04-241-16/+18
* ASSERT_L → LUA_ASSERTBenoit Germain2024-04-241-17/+17
* C++ migration: split UniqueKey into UniqueKey+RegistryUniqueKeyBenoit Germain2024-04-241-5/+5
* some dead code elimination and other triflesBenoit Germain2024-04-161-177/+152
* C++ migration: more conversion to InterCopyContext. debugspew indentation is ...Benoit Germain2024-04-161-31/+30
* C++ migration: inter-state transfer managed by a new class InterCopyContextBenoit Germain2024-04-151-1/+1
* C++ migration: deep userdata API rework. bye bye idfunc, hello DeepFactoryBenoit Germain2024-04-151-4/+2
* C++ migration: wrap lua type values in an enum class for type safety and debu...Benoit Germain2024-04-101-4/+9
* C++ migration: luaG_inter_copy_* now return an enum class instead of an anony...Benoit Germain2024-04-101-18/+18
* C++ migration: fixed a few std::ignoreBenoit Germain2024-04-101-7/+7
* C++ migration: [[nodiscard]] everywhere. still have to check all std::ignoreBenoit Germain2024-04-091-26/+29
* C++ migration: use strong type safety for source and destination states in tr...Benoit Germain2024-04-091-10/+10
* C++ migration: simpler one-time initializationsBenoit Germain2024-04-091-37/+14
* C++ migration: still more threading code cleanup. 'sudo' global moved in the ...Benoit Germain2024-04-091-29/+3
* C++ migration: YIELD() → std::this_thread::yield. plus more threading code ...Benoit Germain2024-04-091-2/+2
* C++ migration: lanes.now_secs uses std::chrono::sytem_clock. plus more enum c...Benoit Germain2024-04-081-37/+37
* C++ migration: use std::jthread, std::condition_variable, std::chrono.Benoit Germain2024-04-081-214/+123
* C++ migration: one-time inits are sequenced with std::atomic_flagBenoit Germain2024-04-051-30/+14
* C++ migration: more atomicsBenoit Germain2024-04-021-25/+25
* C++ migration: fix some warnings in 32 bits buildsBenoit Germain2024-03-311-13/+7
* C++ migration: make sure to always create the lane handle userdataBenoit Germain2024-03-301-42/+69
* C++ migration: all enums are enum classBenoit Germain2024-03-291-43/+43
* C++ migration: parallelize lane setup and OS thread warmupBenoit Germain2024-03-291-100/+141
* C++ migration: Lane is a proper class with overloaded operator new/deleteBenoit Germain2024-03-291-46/+42
* C++ migration: improved UniqueKey interfaceBenoit Germain2024-03-281-39/+32
* C++ migration: lots of noise, but it's only some minor code cleanupBenoit Germain2024-03-281-678/+709
* C++ migration: cleanup usage of lua_error and luaL_errorBenoit Germain2024-03-281-6/+4
* C++ migration: less kludgy Linda name management with a std::variantBenoit Germain2024-03-281-3/+1
* C++ migration:: new helper template lua_newuserdatauvBenoit Germain2024-03-271-4/+3
* C++ migration: new helper templates lua_tolightuserdata and lua_tofulluserdataBenoit Germain2024-03-271-5/+5
* C++ migration: templated lua_touserdataBenoit Germain2024-03-261-3/+3
* C++ migration: refactor AllocatorDefinition and ProtectedAllocator into classesBenoit Germain2024-03-261-15/+5
* C++ migration: Universe MUTEX_T replaced with std::mutex and std::atomicBenoit Germain2024-03-251-41/+29
* C++ migration: revamped stack checking macrosBenoit Germain2024-03-251-53/+54
* C++ migration: STACK_GROW is no longer a macro, sanitized and fixed warnings ...Benoit Germain2024-03-221-1/+1
* C++ migration: REGISTRY_SET and REGISTRY_GET are gone, welcome templates and ...Benoit Germain2024-03-211-17/+18
* C++ migration: ThreadStatus, CancelRequest and CancelResult are enum classBenoit Germain2024-03-201-9/+9
* C++ migration: removed most typedef, removed uint_tBenoit Germain2024-03-201-6/+6
* C++ migration: more NULL → nullptrBenoit Germain2024-03-201-9/+14
* C++ migration: UniqueKeyBenoit Germain2024-03-201-12/+13
* C++ migration: bool_t → boolBenoit Germain2024-03-201-31/+28
* C++ migration: NULL → nullptrBenoit Germain2024-03-191-31/+31
* C++ migration: changed file extensions from .c to .cppBenoit Germain2024-03-191-0/+2142