Patrick mewin
mewin synced commits to master at mewin/libpng from mirror 2024-10-07 01:46:54 +02:00
1bf304c43c [libpng16] ci: Use modern CMake command options in ci_verify_cmake.sh
9ee82380da [libpng16] test: Tidy up the logging of test program arguments in CTest
642b5d81e3 [libpng16] build: Raise the minimum required CMake version to 3.14
Compare 3 commits »
mewin synced commits to libpng16 at mewin/libpng from mirror 2024-09-27 21:16:53 +02:00
d3cf9b6e22 [libpng16] arm: Use png_aligncastconst for an upcast in Neon intrinsics
d288a1dd36 fix: Adjust colorspace calculations for ACES AP0
Compare 2 commits »
mewin synced commits to master at mewin/libpng from mirror 2024-09-27 21:16:53 +02:00
d3cf9b6e22 [libpng16] arm: Use png_aligncastconst for an upcast in Neon intrinsics
d288a1dd36 fix: Adjust colorspace calculations for ACES AP0
Compare 2 commits »
mewin synced commits to master at mewin/libpng from mirror 2024-09-25 20:16:55 +02:00
0a27b48e94 [libpng16] mips: Eliminate use of non-ISO-C90 features
65cd5fa3e5 ci: Fix the configuration for Travis CI and AppVeyor CI
f3a45ac2e9 [libpng16] chore: Update .gitignore
d161ce6116 [libpng16] projects: Add a build launcher to the Visual Studio project
b3bcbf9f82 [libpng16] projects: Adjust settings in the Visual Studio project
Compare 5 commits »
mewin synced commits to libpng16 at mewin/libpng from mirror 2024-09-25 20:16:54 +02:00
0a27b48e94 [libpng16] mips: Eliminate use of non-ISO-C90 features
65cd5fa3e5 ci: Fix the configuration for Travis CI and AppVeyor CI
f3a45ac2e9 [libpng16] chore: Update .gitignore
d161ce6116 [libpng16] projects: Add a build launcher to the Visual Studio project
b3bcbf9f82 [libpng16] projects: Adjust settings in the Visual Studio project
Compare 5 commits »
mewin synced commits to libpng16 at mewin/libpng from mirror 2024-09-21 01:56:53 +02:00
b8a0a5401f [libpng16] test: Fix "make check" in all branches beyond 'libpng16'
mewin synced commits to master at mewin/libpng from mirror 2024-09-21 01:56:53 +02:00
b8a0a5401f [libpng16] test: Fix "make check" in all branches beyond 'libpng16'
mewin synced commits to libpng16 at mewin/libpng from mirror 2024-09-20 01:26:56 +02:00
529e69e76a Revert "oss-fuzz: Update the README file, the Docker file and the build script"
cd5e582fd6 Revert "oss-fuzz: Transfer to an external repo and remove from this repo"
Compare 2 commits »
mewin synced commits to master at mewin/libpng from mirror 2024-09-20 01:26:56 +02:00
529e69e76a Revert "oss-fuzz: Update the README file, the Docker file and the build script"
cd5e582fd6 Revert "oss-fuzz: Transfer to an external repo and remove from this repo"
Compare 2 commits »
mewin pushed to master at mewin/scons-plus-plus 2024-09-20 00:14:36 +02:00
0a29b41639 Fixed (hopefully) the depends functionality.
mewin pushed to master at mewin/mijin2 2024-09-19 15:21:10 +02:00
4735fc10f8 Fixed readLine() getting stuck at the end of the file.
mewin pushed to master at mewin/scons-plus-plus 2024-09-19 14:57:44 +02:00
a7c736de56 Added recipe for rectpack2D.
mewin pushed to master at mewin/mijin2 2024-09-19 14:10:17 +02:00
6ebcb96444 Fixed assertion when manually closing a filestream.
mewin synced commits to master at mewin/libpng from mirror 2024-09-19 00:56:57 +02:00
bcb3124141 [libpng16] ci: Update ci_lint.sh to recognize .editorconfig-checker.json
cb08862674 [libpng16] chore: Set the indent_size fields in .editorconfig
18ab7d09dd [libpng16] chore: Reorganize and update .gitignore
Compare 3 commits »
mewin synced commits to libpng16 at mewin/libpng from mirror 2024-09-19 00:56:56 +02:00
bcb3124141 [libpng16] ci: Update ci_lint.sh to recognize .editorconfig-checker.json
cb08862674 [libpng16] chore: Set the indent_size fields in .editorconfig
18ab7d09dd [libpng16] chore: Reorganize and update .gitignore
Compare 3 commits »
mewin pushed to master at mewin/mijin2 2024-09-18 09:47:00 +02:00
24033dbfcc Added isDecimalChar() and isHexadecimalChar().
mewin pushed to master at mewin/mijin2 2024-09-17 09:49:49 +02:00
aff59724fc Added splitFixed() function to avoid heap-allocation when the number of (expected) splits is known at compile-time.
mewin pushed to master at mewin/scons-plus-plus 2024-09-16 09:50:49 +02:00
b45fec7561 Added enable_hlsl option to glslang.
mewin pushed to master at mewin/scons-plus-plus 2024-09-15 14:45:58 +02:00
c74fbb8798 Added recipe for tinyobjloader.
mewin pushed to master at mewin/mijin2 2024-09-15 14:45:36 +02:00
8e117e0f47 Added wrapper to allow passing Mijin streams to functions that expect an STL stream.