aboutsummaryrefslogtreecommitdiff
path: root/.vs (unfollow)
Commit message (Expand)AuthorFilesLines
2024-10-24Strengthen more code with UserValueIndexBenoit Germain7-26/+26
2024-10-24More strong typing for UniqueKey::getSubTable() argumentsBenoit Germain5-7/+10
2024-10-24Make Unique even strongerBenoit Germain14-36/+49
2024-10-24Added strong types UserValueCount and UnusedIntBenoit Germain11-17/+36
2024-10-16Fix/suppress MSVC /Wall warningsBenoit Germain9-23/+56
2024-10-15Fix incorrect int-bool conversionsBenoit Germain3-3/+3
2024-10-15Fix missing virtual destructorBenoit Germain1-1/+1
2024-10-09Improved Unique<> implementation, moved StackIndex into a separate headerBenoit Germain4-17/+34
2024-10-09Minor Makefile updateBenoit Germain1-3/+3
2024-10-09Minor code style fixBenoit Germain1-2/+2
2024-10-08Sprinkling StackIndex all over the placeBenoit Germain26-380/+394
2024-10-07Internal improvements: new strong types StackIndex and KeeperIndexBenoit Germain8-79/+84
2024-10-01.gitignore precompiled headers and mapfileBenoit Germain1-0/+2
2024-10-01Makefile fixes for g++/mingwBenoit Germain2-6/+16
2024-10-01Build fixes for mingw/g++Benoit Germain6-24/+37
2024-09-24Update CHANGES and documentationBenoit Germain2-1/+4
2024-09-24less char const* in the codeBenoit Germain2-7/+7
2024-09-24Modernized lanes.gen() base library list processing codeBenoit Germain2-15/+25
2024-07-30Fix index.htmlBenoit Germain1-83/+83
2024-07-30Code boyscoutingBenoit Germain4-28/+30
2024-07-29Internal refactorization to properly handle lua_resume idiosyncrasiesBenoit Germain8-187/+292
2024-07-29Fix luaG_setmetatableBenoit Germain1-2/+2
2024-07-08Update BUGSBenoit Germain1-46/+1
2024-07-04Reorganize CHANGES contentsBenoit Germain1-35/+40
2024-07-04Documentation for coroutine lanesBenoit Germain2-10/+62
2024-07-04get_debug_threadname → get_threadnameBenoit Germain3-8/+8
2024-07-04Fix finalizers in coroutine lanesBenoit Germain2-6/+11
2024-07-04Error handling in coroutine lanesBenoit Germain2-23/+28
2024-07-03It is possible to index and join a suspended coroutine laneBenoit Germain3-16/+57
2024-07-03Renamed set_debug_threadname → lane_threadname (can also read the current n...Benoit Germain10-35/+64
2024-07-03Add minimal coroutine support: no doc, no error handling, no cancellation han...Benoit Germain3-36/+160
2024-07-02Improved recursive.luaBenoit Germain1-5/+5
2024-07-02InterCopyContex::interCopy() can copy stuff from below the top of the source ...Benoit Germain1-3/+8
2024-07-02Wrap lua_resume for compatibilityBenoit Germain1-0/+46
2024-07-01A small step toward coroutine-based lanesBenoit Germain2-42/+59
2024-07-01lanes.finally() handler decides whether to thow or freezeBenoit Germain2-14/+17
2024-06-28Make Lanes crash on purpose at shutdown if some lanes still runBenoit Germain7-54/+48
2024-06-27linda:limit() and linda:set() return a second value, a string representing th...Benoit Germain6-46/+92
2024-06-26Change linda:limit()Benoit Germain7-36/+66
2024-06-26Remove obsolete commentsBenoit Germain1-16/+0
2024-06-26BoyscoutingBenoit Germain1-7/+7
2024-06-26Fix (harmless) bad internal usage of luaopen_lanes_coreBenoit Germain1-13/+4
2024-06-26Make lanes.gen stricter on base librariesBenoit Germain8-33/+71
2024-06-25Fix lanes.gen not correctly detecting '*' misuseBenoit Germain1-1/+5
2024-06-24Lindas now accept deep user data as valid keysBenoit Germain5-2/+19
2024-06-24linda:dump correctly outputs limit as "unlimited" for unlimited keysBenoit Germain2-1/+6
2024-06-24Having luaG_tostring return a non-empty string_view on non-string values was ...Benoit Germain3-3/+3
2024-06-24Fix wrong Linda name when not giving anyBenoit Germain3-2/+22
2024-06-21Fix luaG_tostring to return a valid string even if the value is not convertibleBenoit Germain1-1/+1
2024-06-20Revert overzealous upvalue check on on_state_createBenoit Germain2-16/+6