Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | version bump | Marti Maria | 2023-02-16 | 1 | -5/+5 |
| | | | | | In preparation to 2.15 release candidate Updated copyright year as well | ||||
* | wrong file included by mistake in testbed project | Marti Maria | 2022-10-21 | 2 | -4/+0 |
| | | | | Fix project for visual studio | ||||
* | An old function was returning a wrong value | Marti Maria | 2022-08-31 | 2 | -0/+4 |
| | | | | | It makes no sense that cmsChannelsOf() returns 3 when colorspace is bugus. Added a new function that returns -1 instead. Will document that in 2.15. It is in the API now, but not in docs. | ||||
* | fix memory leaks on testbed | Marti Maria | 2022-07-06 | 1 | -7/+6 |
| | | | | | | Fix some memory leaks on fast float plug-in testbed Fix memory leak on unregister plugin for global context Fix MS VS 2022 references | ||||
* | A very preliminar new plug-in on multithreaded transforms | Marti Maria | 2022-06-05 | 1 | -0/+0 |
| | | | | This is just the first try to get a new plugin type and a working example. Manuals are still missing. Basically a plug-in of this type adds multicore capabilities. May be used for GPU in future. | ||||
* | Get rid of some warnings, enable ASAN | Marti Maria | 2022-02-13 | 1 | -0/+2 |
| | | | | Enable address sanitizer on testbed (windows, Visual Studio) | ||||
* | Fixes for issues reported by Christian | Marti Maria | 2022-01-10 | 5 | -109/+100 |
| | | | | | | Detect RGB Gamma function now listed in CHANGES file Fixed a typo that has been there for ages, "thereshold" Added ARM target to VS2022 project | ||||
* | Update internal DLL names to lcms2 | Marti Maria | 2021-12-24 | 4 | -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-arm64 | Marti Maria | 2021-12-22 | 10 | -1876/+2633 |
|\ | | | | | | | Add ARM64 to Visual Studio 2019 Looks great, thank you | ||||
| * | Add ARM64 to Visual Studio 2019 | Gabor Kertesz | 2021-10-29 | 10 | -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. | ||||
* | | first 2.13 beta | Marti Maria | 2021-12-22 | 21 | -0/+3209 |
|/ | | | | Making things ready for 2.13 release | ||||
* | add cmsGetStageContextID | Marti Maria | 2021-04-13 | 3 | -12/+12 |
| | | | | cmsGetStageContextID function per issue #253 | ||||
* | Clean the _cmsInterpFn16 mess | Marti Maria | 2020-12-20 | 2 | -16/+16 |
| | | | | A cleanup of a function pointer being mixed in several places | ||||
* | Cleanup on tools & samples | Marti Maria | 2020-12-08 | 2 | -3/+3 |
| | | | | | | | add --help option add copyright notice refactoring on xgetopt remove unused toggle char | ||||
* | updating to 2.12 | mm2 | 2020-11-04 | 30 | -4000/+19 |
| | | | | | Change resource compiler files for windows try to add --help to command line utilities | ||||
* | XCode 12 & clarify SSE2 detection toggle | mm2 | 2020-11-03 | 5 | -79/+1410 |
| | | | | | New XCode12 project Comments on fast float SSE2 toggle | ||||
* | hopefully, fix the plugin compilation | mm2 | 2020-11-02 | 1 | -0/+79 |
| | | | | use AM_CONDITIONAL | ||||
* | Remove and ignore Xcode & macOS temp files | Miloš Komarčević | 2020-09-17 | 3 | -67/+5 |
| | |||||
* | Get rid of outdated Mac stuff | mm2 | 2020-07-20 | 29 | -4310/+0 |
| | | | | As well as a failed test project | ||||
* | XCode 10.6 project | mm2 | 2020-07-20 | 7 | -0/+1614 |
| | | | | XCode 10.6 project | ||||
* | some fixes for XCode | mm2 | 2020-07-15 | 8 | -20/+584 |
| | | | | XCode found some issues | ||||
* | Add a decent XCode project | mm2 | 2020-07-15 | 7 | -0/+1091 |
| | | | | Add a decent XCode project, XCode 11.5 on Catalina, for example. | ||||
* | bump tp 2.11 | Marti Maria | 2020-06-15 | 4 | -8/+8 |
| | | | | Bump to 2.11 | ||||
* | get rid of bsc files & activate change format | Marti Maria | 2020-05-17 | 8 | -8/+8 |
| | | | | | - get rid of bsc files - activate change format feature on plugin | ||||
* | Merge pull request #209 from kmilos/dllversion | Marti Maria | 2020-04-29 | 4 | -8/+8 |
|\ | | | | | Bump dll file version, now everything is in sync, thank you! | ||||
| * | Bump dll file version | Miloš Komarčević | 2020-04-25 | 4 | -8/+8 |
| | | |||||
* | | add missing functions to the def file | Marti Maria | 2020-04-27 | 1 | -0/+1 |
|/ | | | | The DEF file allows fine tune name decoration on 32-bit DLL builds. | ||||
* | Release of fast floating point plug-in to open source | Marti Maria | 2020-04-23 | 1 | -0/+0 |
| | | | | | Release of fast floating point plug-in to open source. This plug-in greatly increments the throughput in some situations. It is released under GPL3, which is different from the core library, released under MIT. | ||||
* | remove old projects | Marti Maria | 2020-04-01 | 2 | -232/+0 |
| | | | | VS 2010 is no longer supported | ||||
* | Prepare 2.10 release (I) | Marti Maria | 2020-04-01 | 44 | -4537/+12 |
| | | | | Some minor changes to prepeare 2.10 release | ||||
* | Upgrade Visual studio 2019 16.4.2 | jj | 2020-01-09 | 21 | -0/+2442 |
| | |||||
* | Upgrade Visual studio 2017 15.8 | Marti Maria | 2018-08-15 | 9 | -7/+9 |
| | | | | | | - Upgrade to 15.8 - Add check on CGATS memory allocation (thanks to Quang Nguyen for pointing out this) | ||||
* | Get rid of warnings when compiling as C++ with -Wall | Marti Maria | 2017-08-02 | 1 | -0/+1 |
| | | | | | Thanks to Noel Carboni for suggesting & providing a proof that it could be done | ||||
* | Prepare for 2.9 release | Marti Maria | 2017-07-14 | 5 | -23/+23 |
| | | | | | Set copyright notices and version stamp, Still there are missing files, like documentation | ||||
* | Fixed compilation on VS2012 | Tasos Stamadianos | 2017-06-21 | 2 | -0/+2 |
| | |||||
* | Fixed softproofing transform failure | Marti Maria | 2017-03-13 | 1 | -8/+8 |
| | |||||
* | Add projects for Visual studio 2017 | Marti | 2017-01-03 | 21 | -0/+2440 |
| | |||||
* | Change copyright date | Marti | 2016-03-29 | 1 | -1/+1 |
| | |||||
* | Added support for Argyll's ARTS tag | Marti | 2016-01-30 | 1 | -9/+9 |
| | |||||
* | Added support for VC2015, dropped for VC2008 | Marti | 2015-11-15 | 30 | -2079/+2336 |
| | |||||
* | Updated XCode project | Marti | 2015-11-15 | 2 | -0/+4 |
| | |||||
* | Upgrade to modern autotools | Marti | 2015-11-15 | 16 | -45/+34 |
| | | | | Tested on a mac. Partial work to 2.8 release | ||||
* | XCode updated project | Marti Maria | 2015-07-05 | 9 | -0/+217 |
| | |||||
* | Mac XCode update | Marti Maria | 2015-07-05 | 8 | -266/+92 |
| | |||||
* | Big drop sponsorized by AlienSkin Software | Marti Maria | 2015-06-18 | 11 | -22/+30 |
| | |||||
* | Version bump | Marti Maria | 2014-12-18 | 6 | -24/+24 |
| | |||||
* | New mac project | Marti Maria | 2014-12-18 | 12 | -55/+379 |
| | |||||
* | Add VC2013 project | Marti Maria | 2014-10-21 | 21 | -0/+2426 |
| | |||||
* | Removing mac store files | Marti Maria | 2014-10-20 | 2 | -0/+0 |
| | |||||
* | Remove unused vcproj files | Marti Maria | 2014-08-12 | 18 | -4108/+0 |
| |