History log of /imagick/imagickkernel_class.c (Results 1 – 25 of 39)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: 3.5.0, 3.5.0RC2
# ab50000e 16-Jun-2021 Danack

Explicitly initialise variable.


# 3e8bdc15 26-Nov-2020 Remi Collet

use PHP_VERSION_ID instead of ZEND_ENGINE_3


# ab17665a 28-Aug-2020 Danack

Moving method and param info to stubs.

ImagickPixel and ImagickKernel done. Need to write a tool to automate Imagick and ImagickDraw to preserve ifdefs.


# e1a8d8a9 10-Aug-2020 Philip Hofstetter

update for object handlers being called with zend_object* in PHP 8

for now, there's no ZEND_ENGINE_4 define, so this commit changes many
checks to be based on PHP_VERSION_ID.


Revision tags: 3.4.4, 3.4.4RC2, 3.4.4RC1
# a827e4fd 27-Mar-2019 Danack

Corrected typo for columns => rows.

Added test to check for that explicitly.


# 33f6ca9f 26-Mar-2019 Danack

And so the long day wore on.


# f3eadc8d 26-Mar-2019 Danack

Correcting signed/unsigned checking.


# 8f6c7f17 26-Mar-2019 Danack

Change to unsigned long to avoid C complaining.


# d1c4f871 26-Mar-2019 Danack

Typo.


# c75c023e 26-Mar-2019 Danack

avoid unsigned less than equal warning.


# 7187b372 26-Mar-2019 Danack

Bounds check kernel origin position.


# 4e4b9eca 29-Nov-2018 Danack

Correct not fully initialized variable.


# 6a334b47 29-Nov-2018 Danack

Added -Wextra CFLAG. Fixed issues that arose from turning that flag on.


# e0037f7c 23-Nov-2017 Anatol Belski

Fix collision with CRT symbol


# 5275b329 29-Apr-2018 Rimvydas Zilinskas

Fix for 145 failing test +3 squashed commits. Thanks to rimvislt.


Revision tags: 3.4.3, 3.4.3RC4, 3.4.3RC3, 3.4.3RC2
# bd9548c4 18-Jun-2016 Danack

ImagickKernel internal state no longer NULL.

The ImagickKernel object contains some internal state that MUST be set to have a valid object. To make this be enforced, the constructor is now p

ImagickKernel internal state no longer NULL.

The ImagickKernel object contains some internal state that MUST be set to have a valid object. To make this be enforced, the constructor is now private, and there are NULL pointer checks in place where the kernel is used.

show more ...


# b2465f60 13-Jun-2016 Remi Collet

fix build warnings (-Wmaybe-uninitialized)


Revision tags: 3.4.3RC1
# 4094bcc1 01-May-2016 Danack

Updated CFLAGS to warn about implicit function declarations, and fixed the revealed issues.


Revision tags: 3.4.2
# b9702e01 08-Mar-2016 Danack

Apparently ZVAL_DEREF is a thing.


# 3d6bbc00 09-Jan-2016 Danack

Fix for PHP 5.x compatibility.


# db4263a9 09-Jan-2016 Danack

Use correct type for long.


Revision tags: 3.3.0
# 8564e479 24-Sep-2015 Danack

Correct type for kernel values.


# eb548139 22-Sep-2015 Danack

Add define to cater for different type in IM6/7


# 9982e973 19-Sep-2015 Danack

Added version check around MorphologyApply function forward define.


# e13218a6 10-Jun-2015 Danack

Add support for ImageMagick 7.

Add basic support for ImageMagick 7, updated tests to not fail for functions removed in IM7. Added Travis tests against ImageMagick git dev repositories.


12