Skip to content

Commit

Permalink
Update Little-CMS to 32ded9e
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenMaude committed Oct 23, 2023
1 parent 6115516 commit 12ff657
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vendor/github.com/mm2/Little-CMS
Submodule Little-CMS updated 66 files
+3 −8 .github/workflows/codeql-analysis.yml
+1 −0 .gitignore
+1 −0 AUTHORS
+6 −6 Makefile.in
+4 −4 Projects/BorlandC_5.5/lcms2.rc
+53 −0 Projects/Qt/lcms2/lcms2.pro
+5 −5 Projects/VC2015/lcms2.rc
+5 −5 Projects/VC2017/lcms2.rc
+5 −5 Projects/VC2019/lcms2.rc
+5 −5 Projects/VC2022/lcms2.rc
+1,436 −0 Projects/Xcode_14/lcms2/lcms2.xcodeproj/project.pbxproj
+7 −0 Projects/Xcode_14/lcms2/lcms2.xcodeproj/project.xcworkspace/contents.xcworkspacedata
+8 −0 Projects/Xcode_14/lcms2/lcms2.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
+8 −0 Projects/Xcode_14/lcms2/lcms2.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings
+44 −26 aclocal.m4
+1 −1 compile
+4,488 −3,499 configure
+2 −2 configure.ac
+1 −1 depcomp
+6 −5 include/Makefile.in
+4 −0 include/lcms2.h
+4 −4 include/lcms2_plugin.h
+512 −315 ltmain.sh
+131 −98 m4/libtool.m4
+2 −2 m4/ltoptions.m4
+1 −1 m4/ltsugar.m4
+7 −6 m4/ltversion.m4
+2 −2 m4/lt~obsolete.m4
+1 −1 meson.build
+1 −1 missing
+14 −13 plugins/Makefile
+6 −5 plugins/Makefile.in
+6 −5 plugins/fast_float/Makefile.in
+6 −5 plugins/fast_float/include/Makefile.in
+6 −5 plugins/fast_float/src/Makefile.in
+8 −8 plugins/fast_float/src/fast_8_matsh.c
+1 −1 plugins/fast_float/src/fast_8_matsh_sse.c
+3 −3 plugins/fast_float/src/fast_float_15mats.c
+6 −6 plugins/fast_float/src/fast_float_matsh.c
+6 −5 plugins/fast_float/testbed/Makefile.in
+6 −5 plugins/threaded/Makefile.in
+6 −5 plugins/threaded/include/Makefile.in
+6 −5 plugins/threaded/src/Makefile.in
+6 −5 plugins/threaded/testbed/Makefile.in
+6 −5 src/Makefile.in
+16 −12 src/cmsalpha.c
+58 −63 src/cmscgats.c
+5 −5 src/cmscnvrt.c
+2 −2 src/cmserr.c
+4 −0 src/cmsgamma.c
+2 −2 src/cmsgmt.c
+1 −1 src/cmsio1.c
+8 −3 src/cmsnamed.c
+9 −5 src/cmsopt.c
+45 −92 src/cmsps2.c
+1 −1 src/cmssamp.c
+8 −8 src/cmstypes.c
+24 −14 src/cmsvirt.c
+1 −1 src/lcms2_internal.h
+6 −5 testbed/Makefile.in
+71 −4 testbed/testcms2.c
+6 −5 utils/jpgicc/Makefile.in
+6 −5 utils/linkicc/Makefile.in
+6 −5 utils/psicc/Makefile.in
+6 −5 utils/tificc/Makefile.in
+6 −5 utils/transicc/Makefile.in

0 comments on commit 12ff657

Please sign in to comment.