-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #346 from sensiblecodeio/update-dependencies-2024-07
Update dependencies 2024-07
- Loading branch information
Showing
12 changed files
with
31 additions
and
30 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,19 +1,20 @@ | ||
[submodule "vendor/gitlab.freedesktop.org/freetype/freetype.git"] | ||
path = vendor/gitlab.freedesktop.org/freetype/freetype.git | ||
[submodule "vendor/gitlab.freedesktop.org/freetype/freetype"] | ||
path = vendor/gitlab.freedesktop.org/freetype/freetype | ||
url = https://gitlab.freedesktop.org/freetype/freetype.git | ||
[submodule "vendor/anongit.freedesktop.org/git/fontconfig"] | ||
path = vendor/anongit.freedesktop.org/git/fontconfig | ||
url = https://anongit.freedesktop.org/git/fontconfig | ||
path = vendor/gitlab.freedesktop.org/fontconfig/fontconfig | ||
url = https://gitlab.freedesktop.org/fontconfig/fontconfig.git | ||
[submodule "vendor/github.com/mm2/Little-CMS"] | ||
path = vendor/github.com/mm2/Little-CMS | ||
url = https://github.com/mm2/Little-CMS | ||
url = https://github.com/mm2/Little-CMS.git | ||
[submodule "vendor/github.com/uclouvain/openjpeg"] | ||
path = vendor/github.com/uclouvain/openjpeg | ||
url = https://github.com/uclouvain/openjpeg | ||
[submodule "vendor/anongit.freedesktop.org/git/poppler/poppler.git"] | ||
path = vendor/anongit.freedesktop.org/git/poppler/poppler.git | ||
url = https://github.com/uclouvain/openjpeg.git | ||
[submodule "vendor/anongit.freedesktop.org/git/poppler/poppler"] | ||
path = vendor/github.com/sensiblecodeio/poppler | ||
url = https://github.com/sensiblecodeio/poppler.git | ||
branch = pdf2msgpack | ||
[submodule "vendor/github.com/sensiblecodeio/msgpack-c"] | ||
path = vendor/github.com/sensiblecodeio/msgpack-c | ||
url = https://github.com/sensiblecodeio/msgpack-c | ||
url = https://github.com/sensiblecodeio/msgpack-c.git | ||
branch = cpp-6.1.0-with-4.1.1-float-double-behaviour |
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
Submodule fontconfig
deleted from
14d466
Submodule poppler.git
deleted from
dcddb1
Submodule Little-CMS
updated
28 files
+25 −43 | .github/workflows/build.yml | |
+4 −4 | .github/workflows/codeql-analysis.yml | |
+4 −4 | .github/workflows/scorecard.yml | |
+3 −3 | include/lcms2.h | |
+2 −1 | plugins/fast_float/src/fast_16_tethra.c | |
+8 −4 | plugins/fast_float/src/fast_8_curves.c | |
+2 −1 | plugins/fast_float/src/fast_8_matsh.c | |
+2 −1 | plugins/fast_float/src/fast_8_matsh_sse.c | |
+2 −1 | plugins/fast_float/src/fast_8_tethra.c | |
+2 −1 | plugins/fast_float/src/fast_float_15mats.c | |
+1 −1 | plugins/fast_float/src/fast_float_cmyk.c | |
+4 −4 | plugins/fast_float/src/fast_float_curves.c | |
+1 −1 | plugins/fast_float/src/fast_float_lab.c | |
+1 −1 | plugins/fast_float/src/fast_float_matsh.c | |
+1 −1 | plugins/fast_float/src/fast_float_tethra.c | |
+4 −4 | src/cmsalpha.c | |
+102 −55 | src/cmscgats.c | |
+1 −2 | src/cmscnvrt.c | |
+659 −659 | src/cmsgmt.c | |
+5 −0 | src/cmsio0.c | |
+4 −4 | src/cmsmd5.c | |
+34 −21 | src/cmsps2.c | |
+4 −2 | src/cmsvirt.c | |
+35 −27 | src/cmsxform.c | |
+ − | testbed/new.icc | |
+ − | testbed/testbed.exp | |
+0 −3 | testbed/testcms2.c | |
+1 −0 | utils/tificc/tificc.c |
Submodule msgpack-c
updated
11 files
+3 −3 | .github/depends/boost.sh | |
+3 −3 | .github/depends/zlib.sh | |
+1 −1 | .github/workflows/coverage.yml | |
+14 −10 | .github/workflows/gha.yml | |
+5 −0 | CHANGELOG.md | |
+1 −1 | QUICKSTART-CPP.md | |
+1 −1 | README.md | |
+8 −8 | appveyor.yml | |
+2 −2 | include/msgpack/v1/adaptor/cpp17/variant.hpp | |
+1 −1 | include/msgpack/version_master.hpp | |
+22 −0 | test/msgpack_cpp17.cpp |
Submodule fontconfig
added at
70b60c
Submodule freetype
added at
37cefe
Submodule freetype.git
deleted from
47574f
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