Patrick mewin
mewin pushed to master at mewin/scons-plus-plus 2024-08-18 09:51:13 +02:00
e9438455ea Moved check of SYSTEM_CACHE_DIR accessibility to before it is used.
mewin pushed to master at mewin/scons-plus-plus 2024-08-18 09:47:32 +02:00
cc5fd2d668 Added CXXFLAGS and CFLAGS to config variables.
mewin pushed to master at mewin/mijin2 2024-08-18 09:10:33 +02:00
822abb7b30 Fixed some issues with compilation in CLang.
mewin pushed to master at mewin/mijin2 2024-08-17 22:56:07 +02:00
acb5d5b04e Added utilty header for variant stuff (Visitor type and variant_contains_v).
def91ac1bf Added split() and trim() string utilty functions.
Compare 2 commits »
mewin pushed to develop at mewin/scons-plus-plus 2024-08-17 18:11:43 +02:00
089ea25c10 Adjusted error description to make more sense.
e1404fee58 Fixed zlib recipe on linux.
Compare 2 commits »
mewin pushed to master at mewin/mijin2 2024-08-17 18:10:36 +02:00
9337ad7ddb Added support for map values and can_hold_type_v utility trait to ScriptValue.
bb05bb0ae5 Explictly construct result_t to fix conflicting return types.
2e54844989 Use steady_clock instead of high_resolution_clock for sleeping.
Compare 3 commits »
mewin pushed to master at mewin/mijin2 2024-08-16 21:29:39 +02:00
f0d0ee17ea Implemented tcp sockets (only IPv4) and asynchronous IO (for sockets).
mewin pushed to develop at mewin/scons-plus-plus 2024-08-15 15:27:47 +02:00
c4200393fb Fixed compilation with MSVC.
mewin pushed to master at mewin/iwa 2024-08-15 15:27:06 +02:00
f77823ca2f Fixed compilation with MSVC/C++20+.
mewin pushed to master at mewin/mijin2 2024-08-15 10:03:32 +02:00
da348c1f40 Added missing <stdexcept> header.
mewin pushed to develop at mewin/scons-plus-plus 2024-08-14 23:33:10 +02:00
0c82036300 Update to new recipe system (S++ 2.0).
mewin pushed to master at mewin/iwa 2024-08-14 23:30:49 +02:00
c014fe47fb Fixed magic_enum header path.
24c8e10a44 Fixed magic_enum header path.
Compare 2 commits »
mewin pushed to master at mewin/mijin2 2024-08-14 23:29:55 +02:00
efedca0d3c Added SModule and dependencies.json for S++ 2.0 support.
mewin pushed to develop at mewin/scons-plus-plus 2024-08-08 14:32:35 +02:00
35b38b8b6e Some more work on the new dependency resolution system.
mewin pushed to develop at mewin/scons-plus-plus 2024-08-06 09:33:56 +02:00
8bea4a6db5 Some tests.
mewin pushed to develop at mewin/scons-plus-plus 2024-08-04 16:08:44 +02:00
6c1ad82c16 Fixed cases when there are no libs.
mewin pushed to master at mewin/scons-plus-plus 2024-08-04 16:07:47 +02:00
6c1ad82c16 Fixed cases when there are no libs.
mewin created branch develop in mewin/scons-plus-plus 2024-08-04 16:06:03 +02:00
mewin pushed to develop at mewin/scons-plus-plus 2024-08-04 16:06:03 +02:00
mewin pushed to master at mewin/scons-plus-plus 2024-08-04 13:11:16 +02:00
7d070c7e68 Moved all the recipes that weren't actually recipes to addons.