Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix crash when using { name = 'auto' } with a lane generated from a string | Benoit Germain | 31 hours | 1 | -4/+11 |
| | |||||
* | lanes/core.[so|dll] → lanes_core.[so|dll] | Benoit Germain | 34 hours | 1 | -6/+6 |
| | |||||
* | Minor internal code tweaks | Benoit Germain | 2025-02-05 | 1 | -1/+1 |
| | | | | | | | * mark all eligible classes Final * new TableIndex strong type * buildfixes for HAVE_DEBUGSPEW() * overridden virtual destructors tagged as such | ||||
* | Fix lane {.name} setting application | Benoit Germain | 2024-12-13 | 1 | -10/+6 |
| | | | | The name of the lane was applied to the thread of the lane's creator instead of the lane's thread | ||||
* | lanes.collectgarbage() and linda:collectgarbage() | Benoit Germain | 2024-12-10 | 1 | -0/+1 |
| | |||||
* | Improved DeepPrelude architecture | Benoit Germain | 2024-12-09 | 1 | -0/+1 |
| | |||||
* | lanes_register() throws an error if called before Lanes is initialized | Benoit Germain | 2024-11-27 | 1 | -1/+4 |
| | |||||
* | Make lanes.register() available as an exported C function lanes_register() | Benoit Germain | 2024-11-27 | 1 | -2/+2 |
| | |||||
* | More [[nodiscard]] boyscouting | Benoit Germain | 2024-11-20 | 1 | -1/+2 |
| | |||||
* | Cleaning up guano | Benoit Germain | 2024-11-13 | 1 | -1/+1 |
| | | | | Converted volatile Lane::status to std::atomic | ||||
* | Cleaning up guano | Benoit Germain | 2024-11-13 | 1 | -7/+8 |
| | | | | Converted some volatile crap to std::atomic_flag in EnableCrashingOnCrashes | ||||
* | Renamed intercopycontext.h → intercopycontext.hpp, state.h → state.hpp | Benoit Germain | 2024-10-28 | 1 | -2/+2 |
| | |||||
* | Renamed lane.h → lane.hpp, linda.h → linda.hpp, threading.h → ↵ | Benoit Germain | 2024-10-28 | 1 | -2/+2 |
| | | | | threading.hpp | ||||
* | Renamed tracker.h → tracker.hpp, nameof.h → nameof.hpp | Benoit Germain | 2024-10-28 | 1 | -1/+1 |
| | |||||
* | Renamed allocator.h → allocator.hpp, cancel.h → cancel.hpp, keeper.h → ↵ | Benoit Germain | 2024-10-28 | 1 | -2/+2 |
| | | | | keeper.hpp, tools.h → tools.hpp | ||||
* | Renamed _pch.h → _pch.hpp, deep.h → deep.hpp, lanes.h → lanes.hpp | Benoit Germain | 2024-10-28 | 1 | -3/+3 |
| | |||||
* | Strengthen more code with UserValueIndex | Benoit Germain | 2024-10-24 | 1 | -1/+1 |
| | |||||
* | Make Unique even stronger | Benoit Germain | 2024-10-24 | 1 | -7/+7 |
| | |||||
* | Added strong types UserValueCount and UnusedInt | Benoit Germain | 2024-10-24 | 1 | -1/+2 |
| | |||||
* | Fix/suppress MSVC /Wall warnings | Benoit Germain | 2024-10-16 | 1 | -4/+4 |
| | |||||
* | Sprinkling StackIndex all over the place | Benoit Germain | 2024-10-08 | 1 | -34/+34 |
| | |||||
* | Code boyscouting | Benoit Germain | 2024-07-30 | 1 | -4/+4 |
| | |||||
* | get_debug_threadname → get_threadname | Benoit Germain | 2024-07-04 | 1 | -1/+1 |
| | |||||
* | It is possible to index and join a suspended coroutine lane | Benoit Germain | 2024-07-03 | 1 | -3/+3 |
| | |||||
* | Add minimal coroutine support: no doc, no error handling, no cancellation ↵ | Benoit Germain | 2024-07-03 | 1 | -6/+22 |
| | | | | handling (yet) | ||||
* | A small step toward coroutine-based lanes | Benoit Germain | 2024-07-01 | 1 | -1/+3 |
| | |||||
* | Boyscouting | Benoit Germain | 2024-06-26 | 1 | -7/+7 |
| | |||||
* | Make lanes.gen stricter on base libraries | Benoit Germain | 2024-06-26 | 1 | -0/+1 |
| | |||||
* | Wording fix: parameter → argument | Benoit Germain | 2024-06-14 | 1 | -1/+1 |
| | |||||
* | lua_pushliteral -> luaG_pushstring | Benoit Germain | 2024-06-14 | 1 | -6/+6 |
| | |||||
* | A small step toward making clang happy | Benoit Germain | 2024-06-13 | 1 | -0/+9 |
| | |||||
* | More application of the coding rules | Benoit Germain | 2024-06-11 | 1 | -7/+7 |
| | |||||
* | linda:send() returns nil,<something> in case of error | Benoit Germain | 2024-06-10 | 1 | -2/+2 |
| | |||||
* | luaG_typename returns a std::string_view | Benoit Germain | 2024-06-10 | 1 | -5/+5 |
| | |||||
* | Improvements in compat.h | Benoit Germain | 2024-06-07 | 1 | -2/+2 |
| | |||||
* | Boyscouting some luaG_ functions | Benoit Germain | 2024-06-07 | 1 | -16/+14 |
| | |||||
* | Use a precompiled header to speed up the build | Benoit Germain | 2024-06-07 | 1 | -2/+1 |
| | |||||
* | Converted a few more raw string pointers to std::string_view | Benoit Germain | 2024-06-06 | 1 | -2/+4 |
| | |||||
* | Modernize compat | Benoit Germain | 2024-06-05 | 1 | -17/+17 |
| | |||||
* | Moved lanes.sleep implementation to the C-side | Benoit Germain | 2024-06-03 | 1 | -5/+33 |
| | |||||
* | Improved multi-keeper tests | Benoit Germain | 2024-05-31 | 1 | -1/+1 |
| | |||||
* | Keeper management modernisation and improvements | Benoit Germain | 2024-05-30 | 1 | -41/+2 |
| | | | | | | | * use a std::variant to manage the distinction between one or more keeper states. Use std::unique_ptr<Keeper[]> to manage the multiple keeper case. * setting "nb_keepers" renamed "nb_user_keepers", to indicate these are in addition to internal keeper #0 used for timers. * stricter lanes.linda() argument checking. group is imposed if more than one keeper is used. * more tests | ||||
* | Fix clang-tidy issues (most notably Microsoft-specific explicit constructor ↵ | Benoit Germain | 2024-05-29 | 1 | -9/+9 |
| | | | | calls) | ||||
* | Organized namespace 'state' | Benoit Germain | 2024-05-29 | 1 | -2/+2 |
| | |||||
* | Moved implementation of lanes.nameof in a separate file | Benoit Germain | 2024-05-29 | 1 | -6/+7 |
| | |||||
* | Modernize serialize_require | Benoit Germain | 2024-05-29 | 1 | -1/+1 |
| | |||||
* | PushDeepProxy internal change | Benoit Germain | 2024-05-29 | 1 | -10/+2 |
| | |||||
* | New Lanes finalizer API lanes.finally() | Benoit Germain | 2024-05-28 | 1 | -0/+1 |
| | |||||
* | Optional Decoda support (disabled by default) | Benoit Germain | 2024-05-27 | 1 | -0/+3 |
| | |||||
* | More string_view | Benoit Germain | 2024-05-27 | 1 | -1/+1 |
| |