-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
71 changed files
with
1,169 additions
and
508 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
#define DELEGATE_VERSION_NUM 1,6,45 | ||
#define DELEGATE_VERSION_STRING "1.6.45 (2025-01-07)" | ||
#define DELEGATE_VERSION_NUM 1,6,46 | ||
#define DELEGATE_VERSION_STRING "1.6.46 (2025-01-23)" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
Scripts for the Continuous Integration of the PNG Reference Library | ||
=================================================================== | ||
|
||
Copyright Notice | ||
---------------- | ||
|
||
Copyright (c) 2019-2024 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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#! /bin/sh | ||
# Guess values for system-dependent variables and create Makefiles. | ||
# Generated by GNU Autoconf 2.72 for libpng 1.6.45. | ||
# Generated by GNU Autoconf 2.72 for libpng 1.6.46. | ||
# | ||
# Report bugs to <[email protected]>. | ||
# | ||
|
@@ -614,8 +614,8 @@ MAKEFLAGS= | |
# Identity of this package. | ||
PACKAGE_NAME='libpng' | ||
PACKAGE_TARNAME='libpng' | ||
PACKAGE_VERSION='1.6.45' | ||
PACKAGE_STRING='libpng 1.6.45' | ||
PACKAGE_VERSION='1.6.46' | ||
PACKAGE_STRING='libpng 1.6.46' | ||
PACKAGE_BUGREPORT='[email protected]' | ||
PACKAGE_URL='' | ||
|
||
|
@@ -1421,7 +1421,7 @@ if test "$ac_init_help" = "long"; then | |
# Omit some internal or obsolete options to make the list less imposing. | ||
# This message is too long to be a string in the A/UX 3.1 sh. | ||
cat <<_ACEOF | ||
'configure' configures libpng 1.6.45 to adapt to many kinds of systems. | ||
'configure' configures libpng 1.6.46 to adapt to many kinds of systems. | ||
|
||
Usage: $0 [OPTION]... [VAR=VALUE]... | ||
|
||
|
@@ -1492,7 +1492,7 @@ fi | |
|
||
if test -n "$ac_init_help"; then | ||
case $ac_init_help in | ||
short | recursive ) echo "Configuration of libpng 1.6.45:";; | ||
short | recursive ) echo "Configuration of libpng 1.6.46:";; | ||
esac | ||
cat <<\_ACEOF | ||
|
||
|
@@ -1689,7 +1689,7 @@ fi | |
test -n "$ac_init_help" && exit $ac_status | ||
if $ac_init_version; then | ||
cat <<\_ACEOF | ||
libpng configure 1.6.45 | ||
libpng configure 1.6.46 | ||
generated by GNU Autoconf 2.72 | ||
|
||
Copyright (C) 2023 Free Software Foundation, Inc. | ||
|
@@ -1952,7 +1952,7 @@ cat >config.log <<_ACEOF | |
This file contains any messages produced by compilers while | ||
running configure, to aid debugging if configure makes a mistake. | ||
|
||
It was created by libpng $as_me 1.6.45, which was | ||
It was created by libpng $as_me 1.6.46, which was | ||
generated by GNU Autoconf 2.72. Invocation command line was | ||
|
||
$ $0$ac_configure_args_raw | ||
|
@@ -3433,7 +3433,7 @@ fi | |
|
||
# Define the identity of the package. | ||
PACKAGE='libpng' | ||
VERSION='1.6.45' | ||
VERSION='1.6.46' | ||
|
||
|
||
printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h | ||
|
@@ -3528,10 +3528,10 @@ fi | |
|
||
|
||
|
||
PNGLIB_VERSION=1.6.45 | ||
PNGLIB_VERSION=1.6.46 | ||
PNGLIB_MAJOR=1 | ||
PNGLIB_MINOR=6 | ||
PNGLIB_RELEASE=45 | ||
PNGLIB_RELEASE=46 | ||
|
||
|
||
|
||
|
@@ -16165,7 +16165,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 | |
# report actual input values of CONFIG_FILES etc. instead of their | ||
# values after options handling. | ||
ac_log=" | ||
This file was extended by libpng $as_me 1.6.45, which was | ||
This file was extended by libpng $as_me 1.6.46, which was | ||
generated by GNU Autoconf 2.72. Invocation command line was | ||
|
||
CONFIG_FILES = $CONFIG_FILES | ||
|
@@ -16233,7 +16233,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\ | |
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 | ||
ac_cs_config='$ac_cs_config_escaped' | ||
ac_cs_version="\\ | ||
libpng config.status 1.6.45 | ||
libpng config.status 1.6.46 | ||
configured by $0, generated by GNU Autoconf 2.72, | ||
with options \\"\$ac_cs_config\\" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,7 @@ AC_PREREQ([2.68]) | |
|
||
dnl Version number stuff here: | ||
|
||
AC_INIT([libpng],[1.6.45],[[email protected]]) | ||
AC_INIT([libpng],[1.6.46],[[email protected]]) | ||
AC_CONFIG_MACRO_DIR([scripts/autoconf]) | ||
|
||
# libpng does not follow GNU file name conventions (hence 'foreign') | ||
|
@@ -46,10 +46,10 @@ dnl automake, so the following is not necessary (and is not defined anyway): | |
dnl AM_PREREQ([1.11.2]) | ||
dnl stop configure from automagically running automake | ||
|
||
PNGLIB_VERSION=1.6.45 | ||
PNGLIB_VERSION=1.6.46 | ||
PNGLIB_MAJOR=1 | ||
PNGLIB_MINOR=6 | ||
PNGLIB_RELEASE=45 | ||
PNGLIB_RELEASE=46 | ||
|
||
dnl End of version number stuff | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# https://editorconfig.org | ||
|
||
root = true | ||
|
||
[*] | ||
charset = utf-8 | ||
end_of_line = unset | ||
indent_size = unset | ||
indent_style = space | ||
insert_final_newline = true | ||
max_doc_length = 79 | ||
max_line_length = 79 | ||
trim_trailing_whitespace = true | ||
|
||
[*.[ch]] | ||
indent_size = 2 | ||
indent_style = space | ||
|
||
[CMakeLists.txt] | ||
indent_size = 4 | ||
indent_style = space | ||
max_doc_length = 79 | ||
max_line_length = 99 | ||
|
||
[{Makefile,makevms.com}] | ||
indent_size = unset | ||
indent_style = unset | ||
max_doc_length = 79 | ||
max_line_length = 99 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.