Commit Graph

11 Commits

Author SHA1 Message Date
Tatjam
ba7aff015d Add note for LuaJIT 5.2 style containers
If you use the LUAJIT_ENABLE_LUA52COMPAT compilation flag with LuaJIT, C++ container can be used just fine with `ipairs` or `pairs` as these properly check the metatable keys `__ipairs` and `__pairs` used by sol to implement this behaviour.
2023-07-18 13:23:08 -04:00
Elias Daler
eab1430ccd Add mention of sol2::sol2 alias in build.rst 2023-02-16 09:34:52 -05:00
spawayz
19898d8d3e Fixed possible typo. 2023-01-07 00:00:01 -05:00
ShepherdSoasis
3592851a2a New exhaustive check feature for vectors & similar 2022-11-09 18:33:16 -05:00
Mihail
4de99c5b41 Fixed typo: "almomst" with "almost" 2022-07-13 01:16:02 -04:00
ThePhD
eba86625b7
✍ Update Copyright Year for docs 2022-06-25 04:06:18 -04:00
ThePhD
ce40e894d0
✍ Update Copyright Year 2022-06-25 04:00:53 -04:00
ThePhD
80ede904d6
💚 Some stuff to make the CI builds a bit better
- Thanks, blobthing & zasz!
2021-05-07 01:56:32 -04:00
ThePhD
7aae1aaaaa
🔨 asdhjsahd DO NOT BUILD
- Add a flag to allow size_t(-1) and similar shenanigans (SOL_ALL_INTEGER_VALUES_FIT)
- Half-fix, but not fully, for #1183, #1072, #1038, #965
- Fix #1126
- Prepare for #1061
2021-05-06 18:44:25 -04:00
ThePhD
57d9a05f88
🎨 Refactor tutorial examples
- 🛠 Make sure the tutorials compile across platforms!
- ✍ Redo quite a bit of the documentation
2021-03-06 10:14:48 -05:00
ThePhD
8618e39486
🛠 Prepare for the a sol4 release...
- 🎨 Refactor the CMake a whle bunch
2021-03-06 01:03:23 -05:00