summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Fix building on case sensitive mingw platformsKleis Auke Wolthuizen2023-03-033-3/+3
|/
* Bump 2.15lcms2.15Marti Maria2023-02-281-1/+1
* fixed a typo on the change logMarti Maria2023-02-211-1/+1
* Merge branch 'master' of https://github.com/mm2/Little-CMSlcms2.15rc1Marti Maria2023-02-181-0/+8
|\
| * Update change logMarti Maria2023-02-181-0/+8
* | Bump documentationMarti Maria2023-02-185-0/+0
|/
* Merge branch 'master' of https://github.com/mm2/Little-CMSMarti Maria2023-02-1826-270/+560
|\
| * Get rid of some warnings on testbedMarti Maria2023-02-183-6/+10
| * bump version in mesonMarti Maria2023-02-171-1/+1
| * bump to 2.15Marti Maria2023-02-173-35/+35
| * refresh default build system from DebianMarti Maria2023-02-1720-228/+514
| * Merge branch 'master' of https://github.com/mm2/Little-CMSMarti Maria2023-02-1772-90/+105
| |\
| * | Fix wrong unicode countMarti Maria2023-02-171-1/+1
* | | Give kudos to whom deservesMarti Maria2023-02-182-2/+5
| |/ |/|
* | version bumpMarti Maria2023-02-1664-76/+76
* | undo a change to recover an undocumented feature needed by colordMarti Maria2023-02-131-3/+3
* | Merge pull request #358 from lovell/meson-skip-missing-dep-utilsMarti Maria2023-01-251-2/+6
|\ \
| * | Build: skip utils with missing optional dependenciesLovell Fuller2023-01-251-2/+6
|/ /
* | Merge pull request #357 from lovell/meson-plugins-includeMarti Maria2023-01-247-4/+7
|\ \
| * | Ensure plugins can be built and installed with MesonLovell Fuller2023-01-247-4/+7
|/ /
* | save cgats to memory was wrong for one byteMarti Maria2023-01-101-3/+5
* | Add check guards against NULL dereferencingMarti Maria2023-01-091-1/+7
* | Merge pull request #352 from mrserb/emptyMarti Maria2023-01-061-1/+1
|\ \
| * | Empty statement in cmscam02.cSergey Bylokhov2023-01-041-1/+1
|/ /
* | Fixed a typoMarti Maria2023-01-031-1/+1
|/
* Add more checking on multilocalized unicode tagsMarti Maria2023-01-032-2/+14
* Add range check for intents on cmsIsCLUTMarti Maria2023-01-031-0/+4
* sanitize cmsBuildTabulatedToneCurveFloat against bad API usageMarti Maria2023-01-033-1/+5
* Merge branch 'master' of https://github.com/mm2/Little-CMSMarti Maria2022-12-0633-109/+633
|\
| * Merge pull request #347 from amyspark/amyspark/mesonMarti Maria2022-12-0632-75/+603
| |\
| | * samples: Fix wtpt buildL. E. Segovia2022-12-061-0/+2
| | * meson: Try to use gmtime_r with _POSIX_C_SOURCEL. E. Segovia2022-12-061-1/+12
| | * meson: Complete the pkg-config generationL. E. Segovia2022-12-063-1/+9
| | * meson: Use the LCMS2 module export definitionL. E. Segovia2022-12-061-0/+1
| | * windows: Don't force a DLL output name, it will conflict with Meson library n...L. E. Segovia2022-12-061-2/+0
| | * meson: Add the DLL metadata for the multithread pluginL. E. Segovia2022-12-062-0/+61
| | * meson: Support building the multithread pluginL. E. Segovia2022-12-066-0/+47
| | * meson: Add the DLL metadata for the fast float pluginL. E. Segovia2022-12-062-0/+62
| | * meson: Support building the fast float pluginL. E. Segovia2022-12-067-0/+61
| | * meson: Support building the samplesL. E. Segovia2022-12-063-0/+38
| | * meson: Support building utilsL. E. Segovia2022-12-069-1/+103
| | * meson: Add testbedL. E. Segovia2022-12-062-0/+20
| | * meson: Add missing check for SSE2 intrinsicsL. E. Segovia2022-12-061-0/+12
| | * meson: Complete check for gmtimeL. E. Segovia2022-12-061-3/+17
| | * meson: Add missing check for endiannessL. E. Segovia2022-12-061-0/+4
| | * meson: Automatically generate the DLL metadata for WindowsL. E. Segovia2022-12-063-0/+68
| | * meson: Set the SOVERSION automaticallyL. E. Segovia2022-12-061-1/+6
| | * meson: Refactor the Meson build filesL. E. Segovia2022-12-063-63/+73
| | * plugins: define PROFILES_DIR unless it's been set in the build systemL. E. Segovia2022-12-062-0/+4
| | * fast_float: fix uses of extended ASCII triggering MSVC codepage warningL. E. Segovia2022-12-063-5/+5
| |/