Torque3D/Engine/lib/lpng/ci
marauder2k7 5d644b4ffb update libpng
update libpng, the repo now requires a vcpkg setup for integrating but skipping the install step should allow it to work for windows an linux, mac might need more
2025-12-31 20:11:14 +00:00
..
lib update libpng 2025-12-31 20:11:14 +00:00
libexec update libpng 2025-12-31 20:11:14 +00:00
targets update libpng 2025-12-31 20:11:14 +00:00
.shellcheckrc update libpng 2025-12-31 20:11:14 +00:00
ci_lint.sh update libpng 2025-12-31 20:11:14 +00:00
ci_verify_cmake.sh update libpng 2025-12-31 20:11:14 +00:00
ci_verify_configure.sh update libpng 2025-12-31 20:11:14 +00:00
ci_verify_makefiles.sh update libpng 2025-12-31 20:11:14 +00:00
ci_verify_version.sh update libpng 2025-12-31 20:11:14 +00:00
LICENSE_MIT.txt update libpng 2025-12-31 20:11:14 +00:00
README.md update libpng 2025-12-31 20:11:14 +00:00

Scripts for the Continuous Integration of the PNG Reference Library

Copyright (c) 2019-2025 Cosmin Truta.

Use, modification and distribution are subject to the MIT License. Please see the accompanying file LICENSE_MIT.txt or visit https://opensource.org/license/mit

File List

LICENSE_MIT.txt         ==>  The License file
README.md               ==>  This file
ci_lint.sh              ==>  Lint the source code
ci_shellify.sh          ==>  Convert select definitions to shell syntax
ci_verify_cmake.sh      ==>  Verify the build driven by CMakeLists.txt
ci_verify_configure.sh  ==>  Verify the build driven by configure
ci_verify_makefiles.sh  ==>  Verify the build driven by scripts/makefile.*
ci_verify_version.sh    ==>  Verify the consistency of version definitions
lib/ci.lib.sh           ==>  Shell utilities for the main ci_*.sh scripts
targets/*/ci_env.*.sh   ==>  Shell environments for cross-platform testing