Patrick mewin
mewin synced commits to libpng16 at mewin/libpng from mirror 2025-01-07 06:15:54 +01:00
3714c584b1 chore: Rerun ./autogen.sh --maintainer
2a845ff819 build: Move portions from the main CMake file to separate modules
Compare 2 commits »
mewin synced commits to master at mewin/libpng from mirror 2025-01-07 06:15:54 +01:00
3714c584b1 chore: Rerun ./autogen.sh --maintainer
2a845ff819 build: Move portions from the main CMake file to separate modules
Compare 2 commits »
mewin synced commits to libpng16 at mewin/libpng from mirror 2025-01-04 04:45:54 +01:00
0cc367aaea [libpng16] fix: Write order of colourspace chunks should conform to PNG v3
mewin synced commits to master at mewin/libpng from mirror 2025-01-04 04:45:54 +01:00
0cc367aaea [libpng16] fix: Write order of colourspace chunks should conform to PNG v3
mewin synced commits to libpng16 at mewin/libpng from mirror 2025-01-03 20:35:54 +01:00
3042f74de0 [libpng16] fix: Update the cICP implementation yet more
mewin synced commits to master at mewin/libpng from mirror 2025-01-03 20:35:54 +01:00
3042f74de0 [libpng16] fix: Update the cICP implementation yet more
mewin synced commits to libpng16 at mewin/libpng from mirror 2025-01-02 20:05:54 +01:00
4599354be8 [libpng16] test: Move cicp-display-p3_reencoded.png to contrib/testpngs/png-3/
823c2d80dc [libpng16] fix: Update the cICP support for better compliance with PNG-3
75748d93ce [libpng16] Add support for reading and writing the cICP chunk
6f786ff0f6 Update the copyright year
Compare 4 commits »
mewin synced commits to master at mewin/libpng from mirror 2025-01-02 20:05:54 +01:00
4599354be8 [libpng16] test: Move cicp-display-p3_reencoded.png to contrib/testpngs/png-3/
823c2d80dc [libpng16] fix: Update the cICP support for better compliance with PNG-3
75748d93ce [libpng16] Add support for reading and writing the cICP chunk
6f786ff0f6 Update the copyright year
Compare 4 commits »
mewin pushed to master at mewin/scons-plus-plus 2024-12-26 14:48:23 +01:00
0b8d115907 Added option for address sanitization on MSVC.
mewin pushed to master at mewin/mijin2 2024-12-25 01:56:50 +01:00
43e772bb89 Added UntypedVector type.
3c7b7212b9 Added path concatination operator for PathReference.
Compare 2 commits »
mewin pushed to master at mewin/mijin2 2024-12-21 22:30:11 +01:00
28ae64169d Possibly fixed some crashes when reading in a coroutine.
mewin pushed to master at mewin/mijin2 2024-12-21 22:29:53 +01:00
0d9769f2b7 Added missing include.
mewin pushed to master at mewin/mijin2 2024-12-18 14:50:08 +01:00
36a9b60e0b Added constant index operator to VectorMap.
mewin pushed to master at mewin/mijin2 2024-12-16 20:53:22 +01:00
48aeb32ee5 Added walkExceptionCause helper function.
mewin pushed to master at mewin/scons-plus-plus 2024-12-13 23:39:32 +01:00
134fb106a8 Added cxxflags to cmake version hash calculation.
mewin pushed to master at mewin/mijin2 2024-12-13 22:20:28 +01:00
aa804a2a99 Replaced noexcept with MIJIN_NOEXCEPT macro and added PODWrapper for simplifying serializing POD types.
mewin pushed to master at mewin/mijin2 2024-12-13 10:08:50 +01:00
781bad3c8e Fixed TCPServerSocket::isListening() on Windows.
mewin pushed to master at mewin/mijin2 2024-12-13 10:01:40 +01:00
41618310e4 Added 'connection refused' stream error.
713d5ca02d Removed unnecessary ServerSocket type.
Compare 2 commits »
mewin pushed to master at mewin/scons-plus-plus 2024-12-13 00:52:18 +01:00
b546931c09 Added libraries to automatic CLion project generation.
mewin pushed to master at mewin/mijin2 2024-12-10 23:06:50 +01:00
7ffc9df3fc Added spaceship operator for BitFlags type.