Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump vendor/github.com/mm2/Little-CMS from 1c9021b to 47a261e #378

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion vendor/github.com/mm2/Little-CMS
Submodule Little-CMS updated 43 files
+4 −4 Projects/BorlandC_5.5/lcms2.rc
+0 −214 Projects/VC2015/jpegicc/jpegicc.vcxproj
+0 −31 Projects/VC2015/jpegicc/jpegicc.vcxproj.filters
+0 −104 Projects/VC2015/lcms2.rc
+ Projects/VC2015/lcms2.sln
+0 −251 Projects/VC2015/lcms2_DLL/lcms2_DLL.vcxproj
+0 −121 Projects/VC2015/lcms2_DLL/lcms2_DLL.vcxproj.filters
+0 −208 Projects/VC2015/lcms2_static/lcms2_static.vcxproj
+0 −108 Projects/VC2015/lcms2_static/lcms2_static.vcxproj.filters
+0 −192 Projects/VC2015/linkicc/linkicc.vcxproj
+0 −28 Projects/VC2015/linkicc/linkicc.vcxproj.filters
+0 −192 Projects/VC2015/psicc/psicc.vcxproj
+0 −28 Projects/VC2015/psicc/psicc.vcxproj.filters
+0 −16 Projects/VC2015/resource.h
+0 −208 Projects/VC2015/testbed/testbed.vcxproj
+0 −28 Projects/VC2015/testbed/testbed.vcxproj.filters
+0 −210 Projects/VC2015/tiffdiff/tiffdiff.vcxproj
+0 −28 Projects/VC2015/tiffdiff/tiffdiff.vcxproj.filters
+0 −211 Projects/VC2015/tifficc/tifficc.vcxproj
+0 −33 Projects/VC2015/tifficc/tifficc.vcxproj.filters
+0 −196 Projects/VC2015/transicc/transicc.vcxproj
+0 −33 Projects/VC2015/transicc/transicc.vcxproj.filters
+5 −5 Projects/VC2017/lcms2.rc
+5 −5 Projects/VC2019/lcms2.rc
+5 −5 Projects/VC2022/lcms2.rc
+35 −64 configure
+2 −2 configure.ac
+0 −1 include/lcms2.h
+20 −39 ltmain.sh
+16 −40 m4/libtool.m4
+1 −1 meson.build
+1 −1 plugins/fast_float/include/lcms2_fast_float.h
+1 −0 plugins/fast_float/src/meson.build
+1 −1 plugins/threaded/include/lcms2_threaded.h
+1 −1 plugins/threaded/src/lcms2_threaded.rc.in
+1 −0 plugins/threaded/src/meson.build
+2 −2 src/cmscgats.c
+6 −0 src/cmspack.c
+176 −1 src/cmstypes.c
+2 −1 testbed/meson.build
+3 −4 testbed/testcms2.c
+34 −1 testbed/testplugin.c
+2 −3 testbed/zoo_icc.c
Loading