Patrick mewin
mewin synced commits to libpng16 at mewin/libpng from mirror 2025-07-02 05:34:17 +02:00
2b978915d8 Release libpng version 1.6.50
254a64ec30 doc: Update the man pages to the final PNG-3 specification
9eb25bd899 chore: Rerun ./autogen.sh --maintainer
Compare 3 commits »
mewin synced commits to master at mewin/libpng from mirror 2025-07-02 05:34:17 +02:00
2b978915d8 Release libpng version 1.6.50
254a64ec30 doc: Update the man pages to the final PNG-3 specification
9eb25bd899 chore: Rerun ./autogen.sh --maintainer
Compare 3 commits »
mewin pushed to master at mewin/mijin2 2025-07-01 18:19:48 +02:00
1d32530be7 Added allReady() and getAll() functions for futures and c_allDone() with tasks for tasks.
mewin synced commits to libpng16 at mewin/libpng from mirror 2025-07-01 05:04:12 +02:00
8087a21d0a build: Fix the CMake file for cross-platform builds that require libm
mewin synced commits to master at mewin/libpng from mirror 2025-07-01 05:04:12 +02:00
8087a21d0a build: Fix the CMake file for cross-platform builds that require libm
mewin synced commits to libpng16 at mewin/libpng from mirror 2025-06-30 20:54:11 +02:00
2e5f296bfa fix: Prevent unknown chunks from causing out-of-place IEND errors
mewin synced commits to master at mewin/libpng from mirror 2025-06-30 20:54:11 +02:00
2e5f296bfa fix: Prevent unknown chunks from causing out-of-place IEND errors
mewin pushed to master at mewin/spp_template 2025-06-29 15:37:21 +02:00
mewin pushed to master at mewin/spp_template 2025-06-29 15:35:54 +02:00
336edbdbec Project setup
a8f4d55123 Fixed init_project.py
Compare 2 commits »
mewin synced commits to libpng16 at mewin/libpng from mirror 2025-06-28 19:54:12 +02:00
4266c75f40 riscv: Remove unused argument
f451a4de09 riscv: Simplify the runtime check to always be present
6aa47debba riscv: Do not overwrite -march when testing against SIMD availability
3391bb98e3 riscv: Use C intrinsics
Compare 4 commits »
mewin synced commits to master at mewin/libpng from mirror 2025-06-28 19:54:12 +02:00
4266c75f40 riscv: Remove unused argument
f451a4de09 riscv: Simplify the runtime check to always be present
6aa47debba riscv: Do not overwrite -march when testing against SIMD availability
3391bb98e3 riscv: Use C intrinsics
Compare 4 commits »
mewin pushed to master at mewin/mijin2 2025-06-28 02:23:30 +02:00
973b62a348 Added some missing headers.
mewin pushed to master at mewin/mijin2 2025-06-26 16:55:45 +02:00
86f3790ce1 Added stack allocator snapshots.
mewin pushed to master at mewin/mijin2 2025-06-25 00:45:52 +02:00
1cbd435fbf Added missing Signal constructor taking const-qualified member functions.
mewin pushed to master at mewin/scons-plus-plus 2025-06-24 15:21:53 +02:00
8770bd97dc Made preprocessor with MSVC behave correctly.
mewin pushed to master at mewin/mijin2 2025-06-24 15:21:08 +02:00
573c431dbd Lots of windows fixes and some more improvements.
mewin pushed to master at mewin/mijin2 2025-06-24 15:20:47 +02:00
7a78a4334c Lots of windows fixes and some more improvements.
mewin pushed to master at mewin/scons-plus-plus 2025-06-23 00:25:19 +02:00
68f20bcf2d Disabled parentheses-equality warning on CLang vecause it was producing false positives.
mewin pushed to master at mewin/mijin2 2025-06-23 00:24:17 +02:00
36a908ab8a Added StackAllocator type.
a956560183 Made coroutines allocator-aware (let's hope this really works).
2fc03e4050 Made Signal allocator-aware.
94e94f02b6 Modified assertion macros so they evaluate to an empty instruction instead of nothing in non-debug builds.
7284d3d15f Added STL formatters for Stacktrace and Stackframe.
Compare 9 commits »
mewin pushed to master at mewin/mijin2 2025-06-21 17:01:44 +02:00
c9c4eff130 Added (very limited) support for ansi coloring to log formatter.