summaryrefslogtreecommitdiff
path: root/lcms2mt/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Update lcms2mt to lcms2 2.12.Robin Watts2021-02-171-18/+6
|
* Update lcms2mt to lcms2-2.10rc2.Robin Watts2020-06-041-9/+4
|
* Rename lcms2art to lcms2mt, Remove cmsChangeBuffersFormatRay Johnston2018-03-281-0/+55
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