| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Improve table and userdata conversions | Benoit Germain | 2025-09-20 | 1 | -11/+21 |
| | | | | | | | | | * add convert_fallback and convert_max_attempts to global settings * if no __lanesconvert is available, use convert_fallback (can be useful for externally provided full userdata with fixed metatables) * only try conversion on non-deep and non-clonable userdata * conversion can be applied recursively, up to convert_max_attempts times * plus all the relevant unit tests of course | ||||
| * | All enums are [[nodiscard]] | Benoit Germain | 2025-02-05 | 1 | -2/+2 |
| | | |||||
| * | 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 | ||||
| * | Data transfer supports registered non-deep full userdata | Benoit Germain | 2024-12-02 | 1 | -0/+2 |
| | | |||||
| * | Some [[nodiscard]] boyscouting | Benoit Germain | 2024-11-20 | 1 | -19/+38 |
| | | |||||
| * | Renamed intercopycontext.h → intercopycontext.hpp, state.h → state.hpp | Benoit Germain | 2024-10-28 | 1 | -0/+79 |
