index
:
lanes
C-Implementation
gh-pages
master
A mirror of https://github.com/LuaLanes/lanes.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
tools.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix clonable userdata uservalue transfer
Benoit Germain
2018-11-30
1
-5
/
+4
*
don't test __lanesignore for POD types (-> slightly faster when trasnfering l...
Benoit Germain
2018-11-30
1
-66
/
+98
*
Split a megafunction in smaller parts
Benoit Germain
2018-11-28
1
-234
/
+259
*
Lua 5.4 support
Benoit Germain
2018-11-27
1
-17
/
+74
*
protect_allocator configure option is gone, long live allocator (more embedde...
Benoit Germain
2018-11-25
1
-10
/
+99
*
finish registry access revamp
Benoit Germain
2018-11-23
1
-7
/
+5
*
Fix a buffer overrun
Benoit Germain
2018-11-23
1
-1
/
+1
*
Raise an error instead of crashing when attempting to transfer a non-deep ful...
Benoit Germain
2018-11-23
1
-1
/
+8
*
More DEBUGSPEW logging
Benoit Germain
2018-11-21
1
-33
/
+89
*
Internal code tweaks
Benoit Germain
2018-11-19
1
-48
/
+59
*
fix a bunch of compilation warnings (issue #157)
Benoit Germain
2018-11-11
1
-63
/
+66
*
__lanesclone mechanism should actually work now
Benoit Germain
2018-11-07
1
-16
/
+73
*
Little bugfix for __lanesclone support
Benoit Germain
2018-11-07
1
-5
/
+8
*
Fix compilation warning glitches
Benoit Germain
2018-11-05
1
-1
/
+1
*
fix an internal error trying to call on_state_create in a lane without any li...
Benoit Germain
2018-11-03
1
-31
/
+16
*
Improve LuaJIT-x64 compatibility
Benoit Germain
2018-10-30
1
-3
/
+4
*
Merge changes
Benoit Germain
2018-10-29
1
-67
/
+86
|
\
|
*
More MinGW buildfixes (I hope)
Benoit Germain
2018-10-25
1
-13
/
+13
|
*
Fix Lanes build by reorganizing types around a bit
Benoit Germain
2018-10-25
1
-28
/
+28
|
*
verbose_error improvements
Benoit Germain
2018-07-09
1
-36
/
+55
*
|
add support for deep userdata cloning
Benoit Germain
2018-10-29
1
-92
/
+107
|
/
*
Deep userdata improvements
Benoit Germain
2017-08-02
1
-1
/
+1
*
Fix for deep-aware modules
Benoit Germain
2017-08-01
1
-38
/
+10
*
Merge pull request #126 from aidanholm/master
Benoit Germain
2017-06-05
1
-1
/
+1
|
\
|
*
Fix build with USE_DEBUG_SPEW
Aidan Holm
2016-12-13
1
-1
/
+1
*
|
Table transfer improvements
Benoit Germain
2017-06-05
1
-91
/
+227
*
|
prepare the way for module table lookup
Benoit Germain
2017-05-16
1
-99
/
+91
*
|
Some code formatting and other non-changes
Benoit Germain
2017-05-12
1
-50
/
+52
*
|
Suppress a #pragma message
Benoit Germain
2017-05-10
1
-1
/
+1
*
|
Improve LuaJIT support
Benoit Germain
2017-05-10
1
-6
/
+13
|
/
*
Added __lanesignore field for metatables
Ilya Uvarenkov
2016-04-20
1
-1
/
+17
*
Fix standard library lists for Lua 5.3
mpeterv
2015-04-12
1
-0
/
+5
*
Merge pull request #115 from mpeterv/fix-lua-dump
Benoit Germain
2015-04-12
1
-2
/
+2
|
\
|
*
Do not strip debug info of dumped functions on Lua 5.3
mpeterv
2015-02-25
1
-2
/
+2
*
|
Apply _ENV-related logic to Lua 5.3
mpeterv
2015-02-25
1
-5
/
+5
|
/
*
preliminary Lua 5.3 support
Benoit Germain
2014-12-16
1
-5
/
+4
*
fix lookup of globals created by on_state_create
Benoit Germain
2014-07-08
1
-0
/
+19
*
Deep userdata changes
Benoit Germain
2014-06-17
1
-468
/
+4
*
Fix build issues with compat.c/h
Benoit Germain
2014-04-23
1
-3
/
+1
*
moved compatibility code in a separate file
Benoit Germain
2014-04-03
1
-43
/
+0
*
Don't mutex-wrap require() more than once
Benoit Germain
2014-03-19
1
-4
/
+5
*
Multiverse compatibility
Benoit Germain
2014-02-26
1
-150
/
+197
*
more graceful handling of out-of-memory errors
Benoit Germain
2014-02-18
1
-1
/
+4
*
Lanes init crash fix
Benoit Germain
2014-02-18
1
-11
/
+22
*
Deep userdata support improvements
Benoit Germain
2014-02-17
1
-419
/
+372
*
another Lua stack overflow fix
Benoit Germain
2014-01-24
1
-1
/
+2
*
2 crash fixes and 1 experiment
Benoit Germain
2014-01-22
1
-9
/
+13
*
fix on_state_create circular logic issue
Benoit Germain
2014-01-06
1
-13
/
+43
*
Update tools.c
AlexanderKhilo
2013-12-28
1
-0
/
+2
*
new config option demote_full_userdata
Benoit Germain
2013-12-20
1
-3
/
+22
[next]