summaryrefslogtreecommitdiff
path: root/lcms2mt/m4
Commit message (Collapse)AuthorAgeFilesLines
* Update lcms2mt to match lcms2mt branch on thirdparty/lcms2 repo.Robin Watts2021-08-255-1142/+1602
| | | | This should fix bugs 703321, 703871 and 703872.
* Rename lcms2art to lcms2mt, Remove cmsChangeBuffersFormatRay Johnston2018-03-2811-0/+9385
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