aboutsummaryrefslogtreecommitdiff
path: root/auto/lib/libgd
Commit message (Collapse)AuthorAge
* Configure: added support for Homebrew on Apple Silicon.Piotr Sikora2024-02-26
| | | | Signed-off-by: Piotr Sikora <piotr@aviatrix.com>
* Configure: fixed compiler warnings with "-Wall -Wextra".Sergey Kandaurov2018-07-24
|
* Image filter: support for WebP.Valentin Bartenev2016-10-21
| | | | In collaboration with Ivan Poluyanov.
* Dynamic modules.Maxim Dounin2016-02-04
| | | | | | | | | | | | | | | | | | | The auto/module script is extended to understand ngx_module_link=DYNAMIC. When set, it links the module as a shared object rather than statically into nginx binary. The module can later be loaded using the "load_module" directive. New auto/module parameter ngx_module_order allows to define module loading order in complex cases. By default the order is set based on ngx_module_type. 3rd party modules can be compiled dynamically using the --add-dynamic-module configure option, which will preset ngx_module_link to "DYNAMIC" before calling the module config script. Win32 support is rudimentary, and only works when using MinGW gcc (which is able to handle exports/imports automatically). In collaboration with Ruslan Ermilov.
* Configure: fixed style of include directories.Ruslan Ermilov2013-01-24
|
* Copyright updated.Maxim Konovalov2012-01-18
|
* add libgd include pathIgor Sysoev2009-05-04
|
* ngx_http_image_filter_moduleIgor Sysoev2009-05-01