issues
search
ThePhD
/
sol2
Sol3 (sol2 v3.0) - a C++ <-> Lua API wrapper with advanced features and top notch performance - is here, and it's great! Documentation:
http://sol2.rtfd.io/
MIT License
4.24k
stars
520
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Question: Is there a C++ way to query the metatable of a sol::protected_function?
#1650
joergbrech
opened
1 day ago
0
`use_luajit` option for Meson builds
#1649
Sprixitite
opened
3 days ago
0
Simplify sol::optional<T&>::emplace
#1648
cuavas
opened
5 days ago
0
If fewer parameters than required are passed when calling a function in Lua, it will crash.
#1647
blackchicken20
closed
5 days ago
1
Occasional integer misrepresentation error when passing pointers to reference existing user defined types.
#1646
Nyoveee
opened
1 week ago
0
Crash when iterating over lua table that contains integer field
#1645
gamagan
opened
1 week ago
0
The links to the presentations in the README.md are dead
#1644
hrydgard
opened
2 weeks ago
0
Calling functions which receive `shared_ptr<const TYPE>&` or `const shared_ptr<const TYPE>&` doesn't work
#1643
EugenCazacu
opened
2 weeks ago
0
Wrong userdata type detected
#1642
s13n
opened
2 weeks ago
0
Use main_object in dynamic_object example
#1641
Maddimax
opened
2 weeks ago
0
example/sources/dynamic_object.cpp dangerous example?
#1640
Maddimax
closed
2 weeks ago
4
Help with Sol2 for Android C++
#1639
NaitorStudios
opened
2 weeks ago
0
sol.hpp cant find config.hpp, but it exists.
#1638
logslmao
closed
1 month ago
1
Is the 4.0.0 release planned?
#1637
yurivict
opened
1 month ago
0
Compile Errors with Xcode 16
#1636
TheSevenSages
opened
1 month ago
6
Lol
#1635
A-Boring-Square
opened
1 month ago
1
Failing to compile on on target but not on host (Unsupported Lua version in cross compilation)
#1634
BenMcAvoy
closed
1 month ago
8
Project roadmap + discussion
#1633
deadlocklogic
opened
1 month ago
0
usertype_container.hpp: fix bugs introduced by previous refactoring
#1632
deadlocklogic
opened
1 month ago
0
sol::overload incompatible with sol::policies
#1631
nimble0
opened
1 month ago
0
Fix implicitly deleted operator= for variadic_results
#1630
VaderDev
opened
1 month ago
0
Can't pass nil for smart pointers like std::shared_ptr
#1629
deadlocklogic
opened
2 months ago
2
Environments and lua_Reader cannot be used together
#1628
MehradN
opened
2 months ago
0
Automatic container wrapper is not working in devel branch
#1627
dazboga
opened
2 months ago
1
build issue: create_table_with (emscripten)
#1626
hsdk123
closed
1 month ago
5
Support for std::string_view in proxy_base
#1625
misyltoad
opened
2 months ago
0
Binding pointer to pointer type doesn't compile
#1624
deadlocklogic
opened
2 months ago
0
C++ call lua module func will crash in release mode!
#1623
warsark
opened
3 months ago
2
Enhanced container operations
#1622
deadlocklogic
opened
3 months ago
0
Fix compilation with `-Wtype-limits`
#1621
Nerixyz
closed
3 months ago
1
Fix slide deck links in README.md
#1620
AmarTabakovic
opened
3 months ago
0
Clangd crash (LLVM issue?) when including sol headers in a C++20 module
#1619
davidgreen
closed
3 months ago
2
sol3 crash/recursion after adding custom type with non-explicit constructors
#1618
RDaac
opened
3 months ago
1
in clang 19.1, i have error : no member named 'construct' in 'optional<type-parameter-0-0 &>' (line 6821 in sol.hpp)
#1617
mumin16osx
opened
3 months ago
1
Impossible to create an inner usertype/enum in a usertype
#1616
kunitoki
opened
4 months ago
1
How to secure such a pointer?
#1615
tangjiands
opened
4 months ago
1
Clang 18 support
#1614
diath
closed
4 months ago
1
SOL_SAFE_FUNCTION_CALLS does not recognize derived classes
#1613
diath
closed
4 months ago
5
Add mirrors for downloading lua
#1612
estebanfer
opened
5 months ago
0
compilation issue: no member named 'construct'
#1611
hsdk123
closed
4 months ago
4
Getting compilation error when registering type
#1610
sanjuchopracool
closed
1 month ago
3
Preserving ordering in sol2 tables and converting to ordered JSON
#1609
gsisinna
closed
5 months ago
2
Using libraries which add searchers/loaders from C++
#1608
mothfuzz
opened
5 months ago
1
const correctness of C++ object passed to sol::protected_function
#1607
neel
opened
5 months ago
0
fix emplace
#1606
paulocoutinhox
closed
4 months ago
4
Error in emplace method
#1605
paulocoutinhox
opened
6 months ago
2
confusing behaviour of environments for lua > 5.2
#1604
lceWolf
closed
6 months ago
1
call.hpp: std::is_base_of_v<Union, Union> is false, use is_same_v
#1603
deadlocklogic
closed
4 months ago
0
Handling opaque C pointers
#1602
deadlocklogic
opened
6 months ago
0
add_package_loader without lua_CFunction
#1601
Gerark
opened
6 months ago
1
Next