aboutsummaryrefslogtreecommitdiff
path: root/src/uniquekey.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Renamed uniquekey.h → uniquekey.hppBenoit Germain2024-10-281-134/+0
|
* Renamed macros_and_utils.h → macros_and_utils.hppBenoit Germain2024-10-281-1/+1
|
* Renamed compat.h → compat.hppBenoit Germain2024-10-281-1/+1
|
* More strong typing for UniqueKey::getSubTable() argumentsBenoit Germain2024-10-241-2/+5
|
* Fix/suppress MSVC /Wall warningsBenoit Germain2024-10-161-1/+6
|
* Sprinkling StackIndex all over the placeBenoit Germain2024-10-081-12/+12
|
* lua_pushliteral -> luaG_pushstringBenoit Germain2024-06-141-4/+4
|
* Boyscouting some luaG_ functionsBenoit Germain2024-06-071-1/+1
|
* Use a precompiled header to speed up the buildBenoit Germain2024-06-071-2/+0
|
* Code boyscoutingBenoit Germain2024-06-031-6/+5
|
* Moved lanes.sleep implementation to the C-sideBenoit Germain2024-06-031-3/+3
|
* Optional Decoda support (disabled by default)Benoit Germain2024-05-271-3/+3
|
* More string_view + improved DEBUGSPEW outputBenoit Germain2024-05-271-2/+2
|
* linda:limit errors on limits < 1Benoit Germain2024-05-201-0/+17
|
* Some code factorizationBenoit Germain2024-05-031-2/+20
|
* Progressively applying the coding rulesBenoit Germain2024-05-021-7/+7
|
* All headers reformatted with updated clang-format settingsBenoit Germain2024-04-291-8/+6
|
* C++ migration: split UniqueKey into UniqueKey+RegistryUniqueKeyBenoit Germain2024-04-241-38/+53
|
* some dead code elimination and other triflesBenoit Germain2024-04-161-0/+2
|
* C++ migration: keeper_call returns a std::optionalBenoit Germain2024-04-151-1/+4
|
* Minor fixesBenoit Germain2024-04-091-1/+1
|
* C++ migration: fix some warnings in 32 bits buildsBenoit Germain2024-03-311-3/+3
|
* C++ migration: improved UniqueKey interfaceBenoit Germain2024-03-281-5/+26
|
* linda.batched is now a lightuserdata instead of a string. plus some ↵Benoit Germain2024-03-281-4/+4
| | | | reformatting.
* C++ migration: REGISTRY_SET and REGISTRY_GET are gone, welcome templates and ↵Benoit Germain2024-03-211-0/+14
| | | | lambdas
* C++ migration: UniqueKeyBenoit Germain2024-03-201-12/+31
|
* C++ migration: buildfixesBenoit Germain2024-03-191-4/+1
| | | | Essentially, buildfixes when compiling as C++, plus properly marking public API as extern "C"
* moonjit supportBenoit Germain2022-03-091-4/+4
|
* NEVER use allocator obtained from lua_getallocf to allocate stuff manually ↵Benoit Germain2022-02-171-4/+4
| | | | when compiling for LuaJIT
* Changed all indentations to all whitespacesBenoit Germain2022-02-071-1/+1
| | | | Tabs mess up alignment of stack contents comments, so I'm done with them.
* [*] Hotfix for 64-bit iOS.Igor Ivanov2018-12-201-1/+1
|
* fix a bunch of compilation warnings (issue #157)Benoit Germain2018-11-111-1/+1
|
* More buildfix. someday I'll wake upBenoit Germain2018-10-301-1/+1
|
* Improve LuaJIT-x64 compatibilityBenoit Germain2018-10-301-0/+25
Restrict internal "light userdata constants" to 47 significant bits when compiling against LuaJIT-x64