issues
search
Tomasu
/
LuaGlue
C++11 Lua 5.2 Binding Library
zlib License
79
stars
22
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Get c++ object instnce from lua
#78
evangelist88
opened
7 years ago
1
Support for Windows 64-bit using Visual Studio 2013 Update 4
#77
BobBrownConsulting
opened
9 years ago
14
Constant console output
#76
ricanteja
closed
9 years ago
3
Passing a table from C++ to Lua
#75
ehrhart
opened
10 years ago
3
Add bool type support
#74
ehrhart
closed
10 years ago
1
add helpers to determine if globals (or table fields) are specific types
#73
ehrhart
opened
10 years ago
3
non-static members
#72
JMLX42
closed
10 years ago
4
Cannot compile again
#71
amerkoleci
closed
10 years ago
8
Ability to pass "nil" value to a lua function from C++
#70
ehrhart
closed
10 years ago
2
Callback invocation: other parameters before std::function
#69
ehrhart
closed
10 years ago
2
Does LuaGlue support default parameters?
#68
amerkoleci
opened
10 years ago
4
Static method and callback invocation
#67
ehrhart
closed
10 years ago
3
better examples
#66
Tomasu
opened
10 years ago
0
proper unit tests and testing.
#65
Tomasu
opened
10 years ago
0
1.0 and a big API break.
#64
Tomasu
opened
10 years ago
3
Cannot compile under VS 2013
#63
amerkoleci
closed
10 years ago
3
Overloaded functions?
#62
ricanteja
closed
10 years ago
8
[ -- additional -- ] Integers ( 8, 16, 64 bits)
#61
DominikMS
closed
10 years ago
0
[ -- additional -- ] LuaData
#60
DominikMS
closed
10 years ago
4
[ -- additional -- ] Lambda and std::function
#59
DominikMS
opened
10 years ago
12
think about adding support for passing multiple values into, and out of lua
#58
Tomasu
opened
10 years ago
1
[ -- additional -- ] invoke function
#57
DominikMS
opened
10 years ago
2
possible bug in setting static struct member
#56
Tomasu
closed
10 years ago
0
One more compiler problem: template<typename _N, typename T>
#55
DominikMS
opened
10 years ago
7
return type of std::function
#54
DominikMS
closed
10 years ago
3
Error while compiling (MinGW)
#53
DominikMS
closed
10 years ago
16
Errors in MinGW with GCC 4.8.1
#52
ricanteja
closed
10 years ago
28
Fix Compiler warning C4800 in Microsoft VC 2013 Express
#51
stef145g
closed
10 years ago
1
Fix compiler warning C4800 in Microsoft VC 2013 Express
#50
stef145g
closed
10 years ago
4
new typeid functionality mixes 32 and 64bit types.
#49
Tomasu
closed
10 years ago
0
LuaGlueClass: pass shared_ptr by reference to avoid unnecessary copy
#48
timblechmann
closed
10 years ago
0
Include stdexcept instead of exception
#47
timpavlic
closed
10 years ago
0
Visual Studio 2013.
#46
PhilCK
closed
10 years ago
3
Duplicate Symbols on XCode.
#45
PhilCK
closed
10 years ago
3
Fix typo in header guard.
#44
warrenseine
closed
10 years ago
0
LuaGlue from dynamically loaded shared library segfaults
#43
DirkWillem
closed
10 years ago
13
Unable to look up class by name later when passing a temporary string to LuaGlue::Class<>
#42
jhanssen
closed
10 years ago
5
LuaGlueClassRef
#41
JMLX42
closed
10 years ago
5
luaglue namespace
#40
JMLX42
opened
10 years ago
4
Make use of lua_pcall optional/selectable
#39
Tomasu
opened
10 years ago
0
use lua_pcall
#38
guanlisheng
closed
10 years ago
1
should we switch to lua_pcall to prevent crash when call inexistent in c++
#37
guanlisheng
closed
10 years ago
1
Handling arguments default values
#36
JMLX42
opened
10 years ago
6
fix for vs2013 compile
#35
guanlisheng
closed
10 years ago
4
Setting Lua properties from C++
#34
JMLX42
closed
10 years ago
4
use atomic_init to init _ref_cnt
#33
guanlisheng
closed
10 years ago
1
Lua operators overload support
#32
JMLX42
opened
10 years ago
1
Fix corrupted stack
#31
JMLX42
closed
10 years ago
1
VS2013 compiler crash
#30
JMLX42
closed
10 years ago
18
added the LuaGlueFunctionRef to handle passing of invokable Lua function references from Lua to C++
#29
JMLX42
closed
10 years ago
1
Next