Patrick mewin
mewin commented on issue mewin/mijin2#1 2024-10-24 00:03:08 +02:00
c_request isn't actually async

Note that this wouldn't make name resolving asynchronous. Using a seperate thread may actually be a better idea.

mewin opened issue mewin/mijin2#1 2024-10-24 00:00:07 +02:00
c_request isn't actually async
mewin pushed to master at mewin/scons-plus-plus 2024-10-23 23:56:05 +02:00
071cd207a9 Removed some old code.
mewin pushed to master at mewin/mijin2 2024-10-23 23:55:34 +02:00
0d00dec8c7 Made the request stuff work.
mewin closed pull request mewin/scons-plus-plus#2 2024-10-23 23:50:08 +02:00
develop
mewin pushed to master at mewin/scons-plus-plus 2024-10-23 23:49:17 +02:00
a479e90335 Fixed compilation with MSVC.
cdbec36b8f Added recipes for curl, libidn2, libpsl and libunistring.
Compare 2 commits »
mewin created pull request mewin/scons-plus-plus#2 2024-10-23 23:38:50 +02:00
develop
mewin pushed to develop at mewin/scons-plus-plus 2024-10-23 23:37:49 +02:00
c461b5da39 Added recipes for curl, libidn2, libpsl and libunistring.
mewin synced commits to libpng16 at mewin/libpng from mirror 2024-10-18 23:36:53 +02:00
c1cc0f3f4c [libpng16] build: Rename a private function to benefit C++Builder
d9d70e6506 [libpng16] refactor: Deduplicate the interlace arrays png_pass_*
Compare 2 commits »
mewin synced commits to master at mewin/libpng from mirror 2024-10-18 23:36:53 +02:00
c1cc0f3f4c [libpng16] build: Rename a private function to benefit C++Builder
d9d70e6506 [libpng16] refactor: Deduplicate the interlace arrays png_pass_*
Compare 2 commits »
mewin synced commits to libpng16 at mewin/libpng from mirror 2024-10-16 06:16:54 +02:00
76e5ec217f [libpng16] test: Add a compile-time check in pngimage.c to avoid a failure
mewin synced commits to master at mewin/libpng from mirror 2024-10-16 06:16:54 +02:00
76e5ec217f [libpng16] test: Add a compile-time check in pngimage.c to avoid a failure
mewin synced commits to libpng16 at mewin/libpng from mirror 2024-10-13 21:06:53 +02:00
65470ac86c fix: Avoid integer overflows in function png_xy_from_XYZ
8b1d489bce [libpng16] style: Resolve the remaining warnings issued by cmake-lint
a7a8faeefa [libpng16] style: Add a cmake-format config file and satisfy cmake-lint
Compare 3 commits »
mewin synced commits to master at mewin/libpng from mirror 2024-10-13 21:06:53 +02:00
65470ac86c fix: Avoid integer overflows in function png_xy_from_XYZ
8b1d489bce [libpng16] style: Resolve the remaining warnings issued by cmake-lint
a7a8faeefa [libpng16] style: Add a cmake-format config file and satisfy cmake-lint
Compare 3 commits »
mewin pushed to master at mewin/scons-plus-plus 2024-10-13 13:36:06 +02:00
f2dc9872f7 Automatically apply patch when compiling SDL3.
mewin pushed to master at mewin/mijin2 2024-10-12 23:05:29 +02:00
77d46d986c Added exception type that automatically captures stacktrace and "parent" exception when constructed.
mewin pushed to master at mewin/scons-plus-plus 2024-10-12 12:30:27 +02:00
2b05834798 Allow specifying a library from the current project as a dependency.
mewin pushed to master at mewin/sdl_gpu_test 2024-10-11 16:57:56 +02:00
e9917cfac8 Updated S++
mewin pushed to master at mewin/scons-plus-plus 2024-10-11 16:57:42 +02:00
e3b3fd8f7c Save and reuse UUIDs between project generations.
mewin synced commits to master at mewin/libpng from mirror 2024-10-11 11:56:54 +02:00
d7d950e8bd [libpng16] chore: Clean up the leading blank lines from all source files