summaryrefslogtreecommitdiff
path: root/lcms2mt/src/cmsplugin.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix lcms2mt plugin version handling for transforms.Robin Watts2021-08-311-1/+1
| | | | | lcms2mt uses version numbers BELOW that of lcms2. This meant that we were incorrectly spotting CALs plugin as being an old style one.
* Update lcms2mt to match lcms2mt branch on thirdparty/lcms2 repo.Robin Watts2021-08-251-0/+28
| | | | This should fix bugs 703321, 703871 and 703872.
* Update lcms2mt to lcms2 2.12.Robin Watts2021-02-171-22/+17
|
* Update lcms2mt to lcms2-2.10rc2.Robin Watts2020-06-041-1/+3
|
* Pull in newly merged and updated LCMS2MT from MuPDF thirdparty repo.Robin Watts2018-10-151-57/+44
| | | | | The MuPDF repo should be considered canonical, as that is the one that can pull in updates from upstream lcms2 easily.
* Bug 699543: handle missing isinf() and fpclassify()Chris Liddell2018-07-241-0/+2
|
* Rename lcms2art to lcms2mt, Remove cmsChangeBuffersFormatRay Johnston2018-03-281-0/+1017
Since cmsChangeBuffersFormat is NOT threadsafe, we want it to remove it so that it would not be part of this package which is inteded for multi- threaded used. The internal use in CreateNamedColorDevicelink was replaced with the appropriate code from the removed function, but that does not cause a thread safety issue since the link returned is new and not shared when the buffer formatters are changed. Note: All internal references to lcms2art are replaced with lcms2mt