aboutsummaryrefslogtreecommitdiff
path: root/docs (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Some API changesBenoit Germain2024-05-311-8/+10
* Keeper management modernisation and improvementsBenoit Germain2024-05-301-13/+16
* Boyscouting deep.cpp|hBenoit Germain2024-05-291-5/+5
* Fix lanes.lua dependency on "io"Benoit Germain2024-05-291-4/+3
* New Lanes finalizer API lanes.finally()Benoit Germain2024-05-281-22/+35
* Optional Decoda support (disabled by default)Benoit Germain2024-05-271-9/+11
* Automatically initialize "jit" module in new lanesBenoit Germain2024-05-231-2/+5
* on_state_create receives a string argument, "lane" or "keeper"Benoit Germain2024-05-231-9/+5
* linda:limit uses nil instead of -1 to unblockBenoit Germain2024-05-201-4/+2
* Start using string_viewBenoit Germain2024-05-201-1/+1
* Error reporting revampBenoit Germain2024-05-171-5/+27
* Moved Lane tracking implementation in a separate fileBenoit Germain2024-05-141-2/+2
* Linda API changesBenoit Germain2024-05-131-21/+30
* API changesBenoit Germain2024-05-131-3/+3
* New lane generator option opt_tbl.nameBenoit Germain2024-05-131-6/+15
* Update documentationBenoit Germain2024-04-261-5/+5
* C++ migration: more conversion to InterCopyContext. debugspew indentation is ...Benoit Germain2024-04-161-1/+1
* C++ migration: deep userdata API rework. bye bye idfunc, hello DeepFactoryBenoit Germain2024-04-151-14/+25
* Minor fixesBenoit Germain2024-04-091-106/+105
* C++ migration: use std::jthread, std::condition_variable, std::chrono.Benoit Germain2024-04-081-21/+28
* Enable manual control of GC inside keeper statesBenoit Germain2024-04-051-1/+13
* C++ migration: all enums are enum classBenoit Germain2024-03-291-6/+6
* C++ migration: bumped version and updated documentationBenoit Germain2024-03-291-58/+31
* C++ migration: refactor AllocatorDefinition and ProtectedAllocator into classesBenoit Germain2024-03-261-4/+3
* C++ migration: make deep_test build and runBenoit Germain2024-03-251-5/+5
* Fixed documentation regarding "standard modules"Benoit Germain2024-02-231-22/+73
* Detect runtime LuaJIT/PUC-Lua mismatchBenoit Germain2024-02-221-1/+1
* Finalize version 3.16.2v3.16.2Benoit Germain2023-08-171-1/+1
* new .internal_allocator configuration IUNTESTED)Benoit Germain2023-08-091-9/+25
* Update comparison.htmlBenoit Germain2023-07-281-2/+2
* __lanesclone is now called only once with 3 parameters dest, source, size -> ...Benoit Germain2022-02-081-19/+9
* Version bumpBenoit Germain2022-02-071-4/+5
* fix function transfer with lua_dump for Lua 5.4 failing for functions big eno...Benoit Germain2021-07-081-1/+1
* correctly transfer the uservalue of a deep userdataBenoit Germain2021-06-241-1/+1
* __lanesclone now receives the original as light userdata the first time it i...Benoit Germain2021-06-231-8/+17
* changed lanes.threads() output so that several lanes with the same name don't...Benoit Germain2021-06-161-19/+19
* Lane cancellation reworkBenoit Germain2019-04-261-25/+22
* Split a megafunction in smaller partsBenoit Germain2018-11-281-1/+2
* protect_allocator configure option is gone, long live allocator (more embedde...Benoit Germain2018-11-251-0/+25
* Deep userdata must embed DeepPrelude to save an allocation (also changes Deep...Benoit Germain2018-11-151-9/+9
* split linda code in a separate fileBenoit Germain2018-11-151-1/+1
* new API lanes.set_thread_affinity(), and et_debug_threadname implemented with...Benoit Germain2018-11-091-0/+16
* Make sure any linda operation that can raise an error won't ever leave a mute...Benoit Germain2018-11-081-1/+1
* __lanesclone mechanism should actually work nowBenoit Germain2018-11-071-6/+59
* Documentation tweakBenoit Germain2018-11-061-1/+1
* Documentation for __lanescloneBenoit Germain2018-11-041-2/+17
* Fix error with LuaJIT when ffi package isn't requiredBenoit Germain2018-11-021-3/+3
* Enum buildfixBenoit Germain2018-11-021-1/+1
* Clarification in limitationsBenoit Germain2017-08-011-0/+1
* Fix for deep-aware modulesBenoit Germain2017-08-011-3/+3