Patrick mewin
mewin pushed to master at mewin/mijin2 2024-11-10 19:08:49 +01:00
7dcdf2df22 Fixed ScriptValue::to() for int and float types.
mewin pushed to master at mewin/mijin2 2024-11-09 23:33:21 +01:00
017bba89e4 Fixed type_at_t trait.
mewin pushed to master at mewin/scons-plus-plus 2024-11-09 21:36:41 +01:00
70fc36335a Added GSL recipe.
mewin pushed to master at mewin/mijin2 2024-11-09 21:36:14 +01:00
009113e566 Added delay_type_t and type_at_t traits.
mewin pushed to master at mewin/scons-plus-plus 2024-11-08 12:37:11 +01:00
ca1466469f Fixed lua recipe.
mewin pushed to master at mewin/scons-plus-plus 2024-11-05 10:08:55 +01:00
42a433582c Added Lua recipe.
mewin pushed to master at mewin/mijin2 2024-10-31 23:39:00 +01:00
741ad4603f Fixed value_type of MappingRanges.
57a9b6a518 Added ScriptValue::toRef(), spaceship operators for array and map values and fixed return type of index operators.
Compare 2 commits »
mewin pushed to master at mewin/scons-plus-plus 2024-10-30 11:10:46 +01:00
0dcd8b383c Added DX12 recipe.
mewin pushed to master at mewin/scons-plus-plus 2024-10-27 13:52:19 +01:00
946cfc57ce Fixed wrong project name used when generating CLion project.
mewin pushed to master at mewin/scons-plus-plus 2024-10-25 09:46:23 +02:00
28c1675b87 Fixed typo.
mewin pushed to master at mewin/scons-plus-plus 2024-10-25 09:42:19 +02:00
7345305a77 Fixed CURL and Boost compilation on Windows.
mewin pushed to master at mewin/mijin2 2024-10-25 09:41:42 +02:00
85373e5293 Added header for converting HRESULTs to exceptions.
c36fc2d6ed Fixed compilation with MSVC.
6f7d518ca7 Added more defines to winundef.hpp
Compare 3 commits »
mewin pushed to master at mewin/scons-plus-plus 2024-10-25 08:37:36 +02:00
651c8770c3 Added recipe for json and updated yaml-cpp recipe.
mewin pushed to develop at mewin/scons-plus-plus 2024-10-25 08:29:30 +02:00
1e4bb17251 Added recipe for json and updated yaml-cpp recipe.
mewin pushed to master at mewin/mijin2 2024-10-25 00:21:54 +02:00
1f493d3b57 Added missing include.
mewin pushed to master at mewin/mijin2 2024-10-25 00:08:42 +02:00
44aee31747 Added some utilities to ScriptValue for reading from arrays and maps.
mewin pushed to master at mewin/mijin2 2024-10-24 22:21:28 +02:00
c31dbbd093 Added utility functions to check type of script values.
mewin pushed to master at mewin/mijin2 2024-10-24 18:30:10 +02:00
161fdb6c93 Added throwOnError() for StreamResults.
mewin pushed to master at mewin/mijin2 2024-10-24 12:27:00 +02:00
c4e3576bc7 Added missing string_view include.
mewin commented on issue mewin/mijin2#1 2024-10-24 00:03:47 +02:00
c_request isn't actually async

That might come with it's own problems though, due to multi-threading.