aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | Fix potential crash at application shutdown when deep userdata were created ↵Benoit Germain2018-11-073-2/+15
|/ | | | before Lanes is required
* rename deep_test.luaBenoit Germain2018-11-051-0/+0
|
* Fix compilation warning glitchesBenoit Germain2018-11-052-1/+3
|
* Documentation for __lanescloneBenoit Germain2018-11-041-2/+17
|
* fix an internal error trying to call on_state_create in a lane without any ↵Benoit Germain2018-11-035-38/+25
| | | | | | | libs loaded always duplicate the config structure in new lanes even when no libraries are initialized by the generator
* Fix error with LuaJIT when ffi package isn't requiredBenoit Germain2018-11-024-5/+9
|
* Enum buildfixBenoit Germain2018-11-024-14/+13
|
* Better protect_allocator autodetectionBenoit Germain2018-10-312-1/+4
|
* New test protect_allocatorBenoit Germain2018-10-311-0/+50
|
* Another lua_pushlightuserdata->push_unique_key internal replacementBenoit Germain2018-10-311-4/+5
|
* More buildfix. someday I'll wake upBenoit Germain2018-10-301-1/+1
|
* BuildfixBenoit Germain2018-10-301-1/+1
|
* Fix protectproxy.luaBenoit Germain2018-10-301-2/+1
|
* Merge pull request #151 from sonoro1234/PROPAGATE_ALLOCF_GC64Benoit Germain2018-10-301-0/+2
|\ | | | | let manually define PROPAGATE_ALLOCF (needed for LuaJIT GC64)
| * let manually define PROPAGATE_ALLOCF (needed for LuaJIT GC64)sonoro12342018-10-291-0/+2
| |
* | Update changelogBenoit Germain2018-10-301-0/+3
| |
* | Improve LuaJIT-x64 compatibilityBenoit Germain2018-10-307-59/+98
| | | | | | | | | | Restrict internal "light userdata constants" to 47 significant bits when compiling against LuaJIT-x64
* | Merge changesBenoit Germain2018-10-2915-242/+311
|\|
| * Merge pull request #150 from sonoro1234/LUA_JITLIBNAMEBenoit Germain2018-10-271-0/+1
| |\ | | | | | | use include lualib.h
| | * use include lualib.hsonoro12342018-10-261-0/+1
| |/
| * Merge pull request #148 from sonoro1234/master_cmakeBenoit Germain2018-10-261-0/+3
| |\ | | | | | | add USE_PTHREAD to CMakeLists.txt
| | * add USE_PTHREAD to CMakeLists.txtsonoro12342018-10-251-0/+3
| |/
| * Fix DLL exportsBenoit Germain2018-10-254-20/+28
| |
| * More MinGW buildfixes (I hope)Benoit Germain2018-10-256-23/+28
| |
| * Fix Lanes build by reorganizing types around a bitBenoit Germain2018-10-2510-180/+206
| |
| * verbose_error improvementsBenoit Germain2018-07-092-36/+59
| | | | | | | | | | | | * Fix a stack overflow when copying large tables with verbose_errors option enabled * Support for integer formatting in verbose errors
* | add support for deep userdata cloningBenoit Germain2018-10-293-98/+181
|/
* Fix error when using strict checkingBenoit Germain2017-08-031-1/+1
|
* Rockspec for version 3.12Benoit Germain2017-08-021-0/+66
|
* Deep userdata improvementsBenoit Germain2017-08-025-34/+78
| | | | | Support for user-provided __gc Improved example
* Delete lanes-3.10.1-1.rockspecBenoit Germain2017-08-021-66/+0
|
* Delete lanes-3.10.0-1.rockspecBenoit Germain2017-08-021-66/+0
|
* Delete lanes-3.9.6-1.rockspecBenoit Germain2017-08-021-66/+0
|
* Clarification in limitationsBenoit Germain2017-08-011-0/+1
|
* Fix for deep-aware modulesBenoit Germain2017-08-0114-213/+396
| | | | | | Don't crash when using a module that creates Lanes-compatible deep userdata. Added a sample deep-aware module.
* Merge branch 'master' of https://github.com/LuaLanes/lanesBenoit Germain2017-06-131-66/+0
|\
| * Delete lanes-3.8.3-1.rockspecv3.11Benoit Germain2017-06-051-66/+0
| |
* | Accept non-string error messagesBenoit Germain2017-06-132-37/+39
|/
* Merge pull request #126 from aidanholm/masterBenoit Germain2017-06-051-1/+1
|\ | | | | Fix build with USE_DEBUG_SPEW
| * Fix build with USE_DEBUG_SPEWAidan Holm2016-12-131-1/+1
| |
* | Merge pull request #127 from first-leon/patch-1Benoit Germain2017-06-051-0/+1
|\ \ | | | | | | OpenWRT support
| * | OpenWRT supportfirst-leon2017-01-111-0/+1
| |/ | | | | https://github.com/openwrt/packages/tree/master/lang/lualanes
* | rockspec for 3.11Benoit Germain2017-06-051-0/+66
| |
* | Table transfer improvementsBenoit Germain2017-06-056-117/+286
| | | | | | | | | | | | | | | | * new API function lanes.register( "name", module) to manually register a module table after it was required * Transfering registered module tables will link the equivalent in the destination state instead of cloning it * bumped version to 3.11
* | prepare the way for module table lookupBenoit Germain2017-05-161-99/+91
| | | | | | | | | | | | | | Add tables when populating lookup databases. The idea is, when transfering a known table, to perform a lookup in the destination for the equivalent table instead of cloning the original (not implemented yet).
* | Add test for table caching in basic.luaBenoit Germain2017-05-161-0/+8
| | | | | | | | | | When transfering a table through multiple references, the transfer result should preserve reference equality.
* | Some code formatting and other non-changesBenoit Germain2017-05-121-50/+52
| |
* | Suppress a #pragma messageBenoit Germain2017-05-102-2/+2
| |
* | Improve LuaJIT supportBenoit Germain2017-05-105-12/+28
|/ | | | | | | * better LuaJIT-specific headers detection * add LuaJIT-specific libraries when known * properly raise an error when attempting to transfer a LUAT_CDATA value * some compilationg warning fixes
* Bump version, update docv3.10.1Benoit Germain2016-11-214-4/+78
|