summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Generate lcms2-2.13rc1lcms2.13rc1Marti Maria2022-01-072-2/+2
| | | | Release candidate 1
* Minor cosmetic fixesMarti Maria2022-01-074-6/+9
| | | | | | - Left typos - meson build by #292 - Fix valgrind warning on writing uninitialized memory
* Final changes for 2.13Marti Maria2022-01-0626-45/+64
| | | | | | - typos - changelog - readme.1st
* Merge branch 'master' of https://github.com/mm2/Little-CMSMarti Maria2022-01-061-2/+2
|\
| * Silent a warning on signmm22022-01-051-2/+2
| | | | | | | | No warnings allowed on Mac
* | Make sure context mutex critical section is initializedMarti Maria2022-01-061-26/+57
|/ | | | | AppVerifier complains in some cases if the critical section is not initialized. Should address #289
* bump fast float plugin versionMarti Maria2022-01-054-3/+3
| | | | It is now 1.5
* Merge branch 'master' of https://github.com/mm2/Little-CMSMarti Maria2022-01-052-13/+13
|\
| * version bump in configureMarti Maria2022-01-052-13/+13
| | | | | | | | configure.ac version to 2.13
* | better utf16 to wchar_tMarti Maria2022-01-051-0/+47
|/ | | | Try to promote correctly to utf8 to wchar_t when unicode is 32 bits
* Documentation for 2.13Marti Maria2022-01-0511-4/+9
| | | | We are close to release candidate 0
* Update internal DLL names to lcms2Marti Maria2021-12-244-8/+8
| | | | | Update internal DLL names to lcms2 I don't think many people is using that anyway
* Merge pull request #288 from gaborkertesz-linaro/win-arm64Marti Maria2021-12-2210-1876/+2633
|\ | | | | | | Add ARM64 to Visual Studio 2019 Looks great, thank you
| * Add ARM64 to Visual Studio 2019Gabor Kertesz2021-10-2910-1876/+2633
| | | | | | | | | | | | | | New win-arm64 platform is supported by Visual Studio 2019 as ARM64. The existing VC2019 solution was opened by Microsoft Visual Studio Community 2019, Version 16.10.4 and ARM64 was added, based on WIN32 settings.
* | tifficc should not rely on latest libtiffMarti Maria2021-12-221-2/+2
| | | | | | | | make linux distros happy
* | first 2.13 betaMarti Maria2021-12-2229-10/+3838
| | | | | | | | Making things ready for 2.13 release
* | Premultiplied alpha works on tifficcMarti Maria2021-12-222-161/+167
| | | | | | | | Some tested formats are now working
* | tifficc premultiplied alphaMarti Maria2021-12-212-47/+66
| | | | | | | | | | First attempt to add premultiplied alpha support Other cosmetic changes
* | Merge branch 'master' of https://github.com/mm2/Little-CMSMarti Maria2021-12-131-34/+109
|\ \
| * | fix an overflow conditionMarti Maria2021-12-121-1/+1
| | | | | | | | | | | | on ill-formed CGATS file
| * | Missing part from last commitMarti Maria2021-12-101-0/+1
| | | | | | | | | | | | My fault on merging, sorry
| * | update CGATS parser to deal with very long valuesMarti Maria2021-12-101-34/+108
| | | | | | | | | | | | Allows larger strings on datasets
* | | update tifficc to fix #294Marti Maria2021-12-131-3/+7
|/ / | | | | | | Fix for #294, thanks for reporting
* | More work on premultiplied alphaMarti Maria2021-12-102-208/+251
| | | | | | | | Still not tested, nor covered by testbed
* | more work on pre-multiplied alphaMarti Maria2021-12-033-2/+498
| | | | | | | | Ongoing effort
* | Fix parametric curves 4 and 5 inversion safeguardMarti Maria2021-11-301-29/+35
| | | | | | | | | | | | A bug introduced circa 2017 in a try of preventing security risks. Parametric curve inversions needs divisions, the change was trying to prevent a division by zero. Unfortunately it was discarding legit cases as well. Now it seems to be done correctly.
* | Safeguard against infinite .include recursionMarti Maria2021-11-231-19/+38
| | | | | | | | Detected by oss-fuzz
* | try to fix github actionMarti Maria2021-11-073-6/+13
| | | | | | | | by adding testbed command line param
* | Update build.ymlMarti Maria2021-11-071-6/+6
| | | | | | | | test
* | Update build.ymlMarti Maria2021-11-071-2/+4
| | | | | | | | more tests
* | Update build.ymlMarti Maria2021-11-071-7/+4
| | | | | | | | almost!!
* | Update build.ymlMarti Maria2021-11-071-11/+19
| | | | | | | | Another try
* | Revert "Update build.yml"Marti Maria2021-11-071-11/+9
| | | | | | | | This reverts commit 5b4858228a3ada0c4535372d1a9cf4e13dbd26a1.
* | Revert "Update build.yml"Marti Maria2021-11-071-4/+4
| | | | | | | | This reverts commit 78d553e52d2ac0b3268cd7fa8828cda6db152404.
* | Revert "Update build.yml"Marti Maria2021-11-071-15/+11
| | | | | | | | This reverts commit f3937d02e1c6f8fe04a1ef8e24fa3051046433e7.
* | Revert "A desperate try to overcome github action bug"Marti Maria2021-11-072-2/+1
| | | | | | | | This reverts commit ff2b8c6867307102953e16ec2f071f65b76727d7.
* | A desperate try to overcome github action bugMarti Maria2021-11-072-1/+2
| | | | | | | | lets try another approach
* | Update build.ymlMarti Maria2021-11-071-11/+15
| | | | | | | | another day, another try
* | Update build.ymlMarti Maria2021-11-061-4/+4
| | | | | | | | test
* | Update build.ymlMarti Maria2021-11-061-9/+11
| | | | | | | | test
* | Update build.ymlMarti Maria2021-11-061-2/+1
| | | | | | | | test
* | Update build.ymlMarti Maria2021-11-061-9/+5
| | | | | | | | tests
* | Update build.ymlMarti Maria2021-11-061-5/+9
| | | | | | | | more tests
* | Update build.ymlMarti Maria2021-11-061-2/+2
| | | | | | | | let's see where we are
* | Update build.ymlMarti Maria2021-11-061-2/+6
| | | | | | | | I'm cheating
* | Update build.ymlMarti Maria2021-11-061-8/+2
| | | | | | | | So desperate
* | Update build.ymlMarti Maria2021-11-061-4/+4
| | | | | | | | No luck
* | Update build.ymlMarti Maria2021-11-061-2/+4
| | | | | | | | try to do a workaround
* | Update build.ymlMarti Maria2021-11-061-2/+2
| | | | | | | | is a bug of the action, the path is wrongly built
* | Update build.ymlMarti Maria2021-11-061-6/+8
| | | | | | | | oh, please