aboutsummaryrefslogtreecommitdiff
path: root/src/keeper.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make Unique even strongerBenoit Germain2024-10-241-1/+1
* Fix/suppress MSVC /Wall warningsBenoit Germain2024-10-161-2/+2
* Sprinkling StackIndex all over the placeBenoit Germain2024-10-081-5/+5
* Internal improvements: new strong types StackIndex and KeeperIndexBenoit Germain2024-10-071-1/+2
* Change linda:limit()Benoit Germain2024-06-261-0/+1
* More char* -> std::string_view conversionsBenoit Germain2024-06-141-2/+2
* More fixes to make clang happyBenoit Germain2024-06-141-1/+1
* All Lua headers included just once in _pch.hBenoit Germain2024-06-111-9/+0
* Use a precompiled header to speed up the buildBenoit Germain2024-06-071-5/+0
* Code boyscoutingBenoit Germain2024-06-071-1/+1
* Moved keeper functions aroundBenoit Germain2024-06-041-6/+6
* Keeper management modernisation and improvementsBenoit Germain2024-05-301-5/+48
* Fix __lanesignoreBenoit Germain2024-05-221-1/+0
* Shuffling code aroundBenoit Germain2024-05-141-3/+2
* Progressively applying the coding rulesBenoit Germain2024-05-131-1/+1
* Move InterCopyContext implementation in a separate fileBenoit Germain2024-05-131-1/+0
* Progressively applying the coding rulesBenoit Germain2024-05-021-1/+1
* Progressively applying the coding rulesBenoit Germain2024-04-301-3/+3
* Progressively applying the coding rulesBenoit Germain2024-04-291-2/+2
* Function parameters L → L_Benoit Germain2024-04-291-11/+11
* All headers reformatted with updated clang-format settingsBenoit Germain2024-04-291-1/+2
* Formalize a few coding style rules, start to enforce them for constantsBenoit Germain2024-04-261-2/+2
* C++ integration: cleanup in Linda/Keeper interactionBenoit Germain2024-04-251-5/+2
* C++ migration: using KeeperState = Unique<lua_State*>Benoit Germain2024-04-241-3/+5
* C++ migration: split UniqueKey into UniqueKey+RegistryUniqueKeyBenoit Germain2024-04-241-1/+1
* C++ migration: deep userdata API rework. bye bye idfunc, hello DeepFactoryBenoit Germain2024-04-151-1/+1
* C++ migration: keeper_call returns a std::optionalBenoit Germain2024-04-151-2/+4
* C++ migration: [[nodiscard]] everywhere. still have to check all std::ignoreBenoit Germain2024-04-091-13/+13
* C++ migration: use strong type safety for source and destination states in tr...Benoit Germain2024-04-091-1/+1
* C++ migration: still more threading code cleanup. 'sudo' global moved in the ...Benoit Germain2024-04-091-1/+1
* C++ migration: use std::jthread, std::condition_variable, std::chrono.Benoit Germain2024-04-081-4/+6
* Enable manual control of GC inside keeper statesBenoit Germain2024-04-051-0/+1
* C++ migration: all enums are enum classBenoit Germain2024-03-291-1/+1
* C++ migration: Linda is a proper class with overloaded operator new/deleteBenoit Germain2024-03-281-4/+4
* C++ migration: STACK_GROW is no longer a macro, sanitized and fixed warnings ...Benoit Germain2024-03-221-21/+21
* C++ migration: removed most typedef, removed uint_tBenoit Germain2024-03-201-10/+6
* C++ migration: UniqueKeyBenoit Germain2024-03-201-1/+1
* C++ migration: buildfixesBenoit Germain2024-03-191-4/+8
* new .internal_allocator configuration IUNTESTED)Benoit Germain2023-08-091-1/+1
* Changed all indentations to all whitespacesBenoit Germain2022-02-071-5/+5
* Make sure any linda operation that can raise an error won't ever leave a mute...Benoit Germain2018-11-081-0/+1
* Improve LuaJIT-x64 compatibilityBenoit Germain2018-10-301-1/+3
* More MinGW buildfixes (I hope)Benoit Germain2018-10-251-1/+3
* Fix Lanes build by reorganizing types around a bitBenoit Germain2018-10-251-7/+16
* Fix 64 bits compilation warningsBenoit Germain2016-11-211-3/+3
* linda:send() improvementsBenoit Germain2014-02-271-0/+2
* Multiverse compatibilityBenoit Germain2014-02-261-8/+14
* Lanes init crash fixBenoit Germain2014-02-181-9/+2
* lindas can have a group for keeper state assignation controlBenoit Germain2014-02-171-3/+4
* get()/set() improvementsBenoit Germain2014-01-201-1/+1