Patrick mewin
mewin pushed to develop at mewin/scons-plus-plus 2024-08-21 09:36:23 +02:00
b7cb5f7c48 Added openssl recipe.
mewin pushed to master at mewin/mijin2 2024-08-21 09:35:56 +02:00
f761f2fb07 SSLStream (WIP)
mewin pushed to master at mewin/mijin2 2024-08-20 17:05:08 +02:00
0acadf994d Fixed Windows ip resolve.
f5ceb25a44 Added ip.cpp to LibConf.
Compare 2 commits »
mewin pushed to master at mewin/mijin2 2024-08-20 13:54:59 +02:00
04a28e220c Added name resolution code for linux.
a755de5c5f Added clang format file.
Compare 2 commits »
mewin pushed to master at mewin/mijin2 2024-08-20 12:07:30 +02:00
8a611bf4f3 Split IP stuff into separate source and WIP implementation of name resolution.
mewin pushed to master at mewin/mijin2 2024-08-20 00:35:24 +02:00
05f0e1474a Fixed URLs with non-default char types.
mewin pushed to master at mewin/mijin2 2024-08-20 00:28:20 +02:00
03f255a7d0 Added HTTPClient type.
99f5987f4b Added URL type.
Compare 2 commits »
mewin pushed to master at mewin/mijin2 2024-08-19 18:42:38 +02:00
8002e1f1f8 Fixed Linux socket implementation again.
mewin pushed to develop at mewin/scons-plus-plus 2024-08-19 18:36:40 +02:00
9c64f982fd Added recipe for winsock2 and target_os to dependency conditions.
mewin pushed to master at mewin/mijin2 2024-08-19 18:36:01 +02:00
df260808b9 Implemented/fixed Windows/MSVC support for sockets.
mewin pushed to master at mewin/mijin2 2024-08-18 23:06:14 +02:00
35e7131780 Added some basic HTTP and ip address parsing.
mewin pushed to develop at mewin/scons-plus-plus 2024-08-18 17:28:39 +02:00
378c6ba341 Fixed Catch2 recipe.
96fc1984cd Fixed compilation with MSVC.
396350b295 Allow settings COMPILATIONDB_FILTER_FILES via config.
5de1ac4444 Enable experimental library features (jthread) for clang.
d5712120df Moved check of SYSTEM_CACHE_DIR accessibility to before it is used.
Compare 5 commits »
mewin pushed to master at mewin/mijin2 2024-08-18 17:24:12 +02:00
03c899f17e Updated string split method to accept limitParts and ignoreEmpty options.
d508ccfe2b Fixed initialization of sockaddr_in.
Compare 2 commits »
mewin pushed to master at mewin/mijin2 2024-08-18 13:30:50 +02:00
6d111904d4 Added clang-tidy config and cleaned up the code a little.
mewin pushed to master at mewin/mijin2 2024-08-18 13:13:26 +02:00
9f011952c2 Fixed a bunch of clang-tidy warnings.
mewin pushed to master at mewin/mijin2 2024-08-18 13:07:43 +02:00
a7552536d3 Fixed a bunch of clang-tidy warnings.
mewin pushed to master at mewin/mijin2 2024-08-18 12:24:45 +02:00
d73fa25ed8 Silenced some weird (very likely false-positive) clang-tidy warnings.
mewin pushed to master at mewin/scons-plus-plus 2024-08-18 11:15:37 +02:00
ecb8ea9a74 Allow settings COMPILATIONDB_FILTER_FILES via config.
mewin pushed to master at mewin/mijin2 2024-08-18 09:58:55 +02:00
66e319fb0d Added missing <exception> include.
mewin pushed to master at mewin/scons-plus-plus 2024-08-18 09:58:36 +02:00
a3426f1132 Enable experimental library features (jthread) for clang.