From 7c5a51f8472be479bf5674ef6bfabd70b8c88253 Mon Sep 17 00:00:00 2001 From: Marti Maria Date: Sat, 15 Oct 2022 19:39:11 +0200 Subject: lcms2-2.14rc Release candidate 1 --- doc/LittleCMS2.13 Plugin API.pdf | Bin 458209 -> 0 bytes doc/LittleCMS2.13 tutorial.pdf | Bin 588527 -> 0 bytes doc/LittleCMS2.14 Plugin API.pdf | Bin 0 -> 460449 bytes doc/LittleCMS2.14 tutorial.pdf | Bin 0 -> 574545 bytes include/lcms2.h | 2 +- .../VC2022/lcms2_threaded_plugin_testbed.vcxproj | 3 +++ .../lcms2_threaded_plugin_testbed.vcxproj.filters | 5 +++++ .../threaded/doc/LittleCMS threaded extensions 1.0.pdf | Bin 0 -> 190980 bytes plugins/threaded/include/lcms2_threaded.h | 6 +++--- 9 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 doc/LittleCMS2.13 Plugin API.pdf delete mode 100644 doc/LittleCMS2.13 tutorial.pdf create mode 100644 doc/LittleCMS2.14 Plugin API.pdf create mode 100644 doc/LittleCMS2.14 tutorial.pdf create mode 100644 plugins/threaded/doc/LittleCMS threaded extensions 1.0.pdf diff --git a/doc/LittleCMS2.13 Plugin API.pdf b/doc/LittleCMS2.13 Plugin API.pdf deleted file mode 100644 index 00c7167..0000000 Binary files a/doc/LittleCMS2.13 Plugin API.pdf and /dev/null differ diff --git a/doc/LittleCMS2.13 tutorial.pdf b/doc/LittleCMS2.13 tutorial.pdf deleted file mode 100644 index 99ddba7..0000000 Binary files a/doc/LittleCMS2.13 tutorial.pdf and /dev/null differ diff --git a/doc/LittleCMS2.14 Plugin API.pdf b/doc/LittleCMS2.14 Plugin API.pdf new file mode 100644 index 0000000..1c8fa4f Binary files /dev/null and b/doc/LittleCMS2.14 Plugin API.pdf differ diff --git a/doc/LittleCMS2.14 tutorial.pdf b/doc/LittleCMS2.14 tutorial.pdf new file mode 100644 index 0000000..3bbbd2e Binary files /dev/null and b/doc/LittleCMS2.14 tutorial.pdf differ diff --git a/include/lcms2.h b/include/lcms2.h index b7dc886..ddead13 100644 --- a/include/lcms2.h +++ b/include/lcms2.h @@ -23,7 +23,7 @@ // //--------------------------------------------------------------------------------- // -// Version 2.14 alpha2 +// Version 2.14 rc1 // #ifndef _lcms2_H diff --git a/plugins/threaded/Projects/VC2022/lcms2_threaded_plugin_testbed.vcxproj b/plugins/threaded/Projects/VC2022/lcms2_threaded_plugin_testbed.vcxproj index eb8dd68..005a452 100644 --- a/plugins/threaded/Projects/VC2022/lcms2_threaded_plugin_testbed.vcxproj +++ b/plugins/threaded/Projects/VC2022/lcms2_threaded_plugin_testbed.vcxproj @@ -232,6 +232,9 @@ + + + diff --git a/plugins/threaded/Projects/VC2022/lcms2_threaded_plugin_testbed.vcxproj.filters b/plugins/threaded/Projects/VC2022/lcms2_threaded_plugin_testbed.vcxproj.filters index 0cba047..0660190 100644 --- a/plugins/threaded/Projects/VC2022/lcms2_threaded_plugin_testbed.vcxproj.filters +++ b/plugins/threaded/Projects/VC2022/lcms2_threaded_plugin_testbed.vcxproj.filters @@ -19,4 +19,9 @@ Source Files + + + Header Files + + \ No newline at end of file diff --git a/plugins/threaded/doc/LittleCMS threaded extensions 1.0.pdf b/plugins/threaded/doc/LittleCMS threaded extensions 1.0.pdf new file mode 100644 index 0000000..007c5fd Binary files /dev/null and b/plugins/threaded/doc/LittleCMS threaded extensions 1.0.pdf differ diff --git a/plugins/threaded/include/lcms2_threaded.h b/plugins/threaded/include/lcms2_threaded.h index 6bd38be..db2cdba 100644 --- a/plugins/threaded/include/lcms2_threaded.h +++ b/plugins/threaded/include/lcms2_threaded.h @@ -39,10 +39,10 @@ extern "C" { // Configuration toggles // The one and only plug-in entry point. To install this plugin in your code you need to place this in -// some initialization place. IOf you want to combine this plug-in with fastfloat, make sure to call -// the threaded entry point comes last in chain. +// some initialization place. If you want to combine this plug-in with fastfloat, make sure to call +// the threaded entry point comes last in chain. flags is a reserved field for future use // -// cmsPlugin(cmsThreadedExtensions(CMS_THREADED_GUESS_MAX_THREADS)); +// cmsPlugin(cmsThreadedExtensions(CMS_THREADED_GUESS_MAX_THREADS, 0)); // #define CMS_THREADED_GUESS_MAX_THREADS -1 -- cgit v1.2.3