Skip to content

Commit 416aaec

Browse files
committed
Update sol2 to 3.5.0
1 parent acb81aa commit 416aaec

File tree

5 files changed

+680
-310
lines changed

5 files changed

+680
-310
lines changed

3rdparty/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242

4343
## curl
4444
- [![Upstream](https://img.shields.io/github/v/release/curl/curl?label=Upstream)](https://github.com/curl/curl)
45-
- Version: 8.17.0
45+
- Version: 8.18.0
4646
- License: Curl (MIT/X)
4747

4848
## doctest
@@ -120,8 +120,8 @@
120120
- License: MIT (http://www.lua.org/license.html)
121121

122122
- sol2
123-
- [![Upstream](https://img.shields.io/github/v/release/ThePhD/sol2?label=Upstream)](https://github.com/ThePhD/sol2)
124-
- Version: 3.3.0
123+
- [![Upstream](https://img.shields.io/github/v/tag/ThePhD/sol2?label=Upstream)](https://github.com/ThePhD/sol2)
124+
- Version: 3.5.0 with modified for lua-5.5 support
125125
- License: MIT
126126

127127
- luajit

3rdparty/lua/sol/README.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

3rdparty/lua/sol/config.hpp

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@
2020
// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2121

2222
// This file was generated with a script.
23-
// Generated 2022-06-25 08:14:19.336233 UTC
24-
// This header was generated with sol v3.3.0 (revision eba86625)
23+
// Generated 2026-01-27 10:15:57.119927 UTC
24+
// This header was generated with sol v3.5.0.1 (revision 9a20d3df)
2525
// https://github.com/ThePhD/sol2
2626

27-
#ifndef SOL_SINGLE_CONFIG_HPP
28-
#define SOL_SINGLE_CONFIG_HPP
27+
#ifndef SOL_SINGLE_SOL_CONFIG_HPP
28+
#define SOL_SINGLE_SOL_CONFIG_HPP
2929

3030
// beginning of sol/config.hpp
3131

@@ -50,4 +50,4 @@ the build system, or the command line options of your compiler.
5050

5151
// end of sol/config.hpp
5252

53-
#endif // SOL_SINGLE_CONFIG_HPP
53+
#endif // SOL_SINGLE_SOL_CONFIG_HPP

0 commit comments

Comments
 (0)