issues
search
Rapptz
/
sol
A C++11 Lua wrapper
MIT License
209
stars
32
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
sol\function_types.hpp(266): error C2039: "destroy": is not a member of "std::allocator<sol::base_function>".
#78
iocmet
opened
2 years ago
0
Seems to be a bug/ stack.hpp line 217 getter function
#77
flywith-liang
opened
7 years ago
0
Template member
#76
PhilCK
closed
8 years ago
2
Use of undeclared identifier 'lua_tounsigned'
#75
hdt80
closed
8 years ago
9
Passing a `sol::table` fails as a parameter for `usertype` ctor
#74
Nava2
opened
8 years ago
2
`sol::table`: Checking for existance of key
#73
Nava2
closed
8 years ago
6
C++ iterators for Lua tables
#72
thinlizzy
opened
8 years ago
5
#define LUA_COMPAT_APIINTCASTS to support lua 5.3
#71
thinlizzy
opened
8 years ago
0
Documentation tool for bindings
#70
iganinja
opened
8 years ago
0
Registering a function inside a table
#69
iganinja
closed
9 years ago
21
Unable to register a table
#68
perciun-andrei
opened
9 years ago
2
visual studio 2015 build failed
#67
bagobor
opened
9 years ago
8
Performance question
#66
iganinja
opened
9 years ago
4
Example of catching exception?
#65
mallochine
closed
9 years ago
30
to_lua/from_lua (with love)
#64
ThePhD
closed
5 years ago
3
sol::table:size()
#63
iganinja
opened
9 years ago
3
LuaJIT and Lua 5.1 compatibility layer
#62
ThePhD
closed
5 years ago
10
table.for_each for iteration
#61
ThePhD
closed
9 years ago
4
error handling without exceptions
#60
starwing
opened
9 years ago
7
sol::table::iterator & friends
#59
ThePhD
closed
9 years ago
2
added tutorial on reading in values from lua table to c++
#58
mp4
closed
9 years ago
1
assert if name demangling fails
#57
PeterHajdu
opened
10 years ago
5
LuaJIT support?
#56
happen23
opened
10 years ago
8
Programmatically ignore warnings.
#55
Rapptz
opened
10 years ago
6
add test for tautological-compare error
#54
PeterHajdu
closed
10 years ago
2
fix tautological compare error
#53
PeterHajdu
closed
10 years ago
2
Documentation
#52
Rapptz
opened
10 years ago
0
v2.0 Changes - VS 2015 Support, `usertype`, and more
#51
ThePhD
closed
9 years ago
11
Proper std::ref semantics
#50
ThePhD
closed
9 years ago
3
Fix userdata<T> specialization in types, remove local from README example.
#49
ThePhD
closed
10 years ago
0
set_function or new_userdata error on Windows/Code::Blocks (newbie question)
#48
blackmetal
closed
10 years ago
8
Userdata functions: free functions and functors
#47
ThePhD
closed
10 years ago
0
Nullptr when passing one userdata to another
#46
notlion
closed
10 years ago
3
Userdata static methods and free functions
#45
notlion
closed
10 years ago
10
Const value returns for lua functions: make values out of them
#44
ThePhD
closed
10 years ago
1
Overloaded Userdata Functions
#43
notlion
closed
10 years ago
12
Operator overloading
#42
notlion
closed
10 years ago
10
Add include for std::free from <cstdlib>
#41
notlion
closed
10 years ago
1
Userdata: Member Variables and lookup
#40
ThePhD
closed
10 years ago
0
Tabs and space fixes, extraneous "Cx" template parameter
#39
ThePhD
closed
10 years ago
0
Stateless Userdata + Overloaded Functions
#38
ThePhD
closed
10 years ago
0
Build Problems
#37
rgburnett
closed
10 years ago
2
Fix for Issue #35
#36
ThePhD
closed
10 years ago
0
Bad access when calling a function on returned userdata
#35
notlion
closed
10 years ago
8
Dependent template error when compiling with clang
#34
notlion
closed
10 years ago
3
userdata improvements, functional improvements
#33
princesstrash
closed
10 years ago
2
Allow arbitrary creation of tables from C++ functions.
#32
Rapptz
closed
10 years ago
18
Fixed some bad formatting and a missing include guard
#31
ThePhD
closed
10 years ago
0
Fixed segfault on GCC, updated ninja file for easier windows builds (and easier debug builds)
#30
ThePhD
closed
10 years ago
0
Sandbox
#29
DominikMS
closed
10 years ago
3
Next