summaryrefslogtreecommitdiff
path: root/lcms2mt/src/cmsnamed.c
Commit message (Collapse)AuthorAgeFilesLines
* Update lcms2mt to lcms2 2.12.Robin Watts2021-02-171-3/+17
|
* Update lcms2mt to lcms2-2.10rc2.Robin Watts2020-06-041-3/+7
|
* Pull in newly merged and updated LCMS2MT from MuPDF thirdparty repo.Robin Watts2018-10-151-30/+26
| | | | | The MuPDF repo should be considered canonical, as that is the one that can pull in updates from upstream lcms2 easily.
* Rename lcms2art to lcms2mt, Remove cmsChangeBuffersFormatRay Johnston2018-03-281-0/+967
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