-
Notifications
You must be signed in to change notification settings - Fork 637
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Sync with libpng version 1.6.46
- Loading branch information
Showing
34 changed files
with
898 additions
and
100 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
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
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
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
.TH PNG 5 "January 7, 2025" | ||
.TH PNG 5 "January 23, 2025" | ||
.SH NAME | ||
png \- Portable Network Graphics (PNG) format | ||
|
||
|
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.