libvips/libvips
Kleis Auke Wolthuizen 7553f60aed
Minor cleanups (#2857)
- Remove `HAVE_LCMS` definition in favor of `HAVE_LCMS2`.
- Remove `HAVE_WINDOWS_H` definition in favor of `G_OS_WIN32`.
- Remove stray `vips_text_get_type` in `conversion.c`.
- Remove duplicated `unistd.h` include.
- Remove redundant `strcasecmp` definition, we use `g_ascii_strcasecmp` everywhere.
- Remove unnecessary header checks in `configure.ac` and `meson.build`.
- Ensure `unistd.h` include is guarded with `HAVE_UNISTD_H`.
- Fail early when `-Dfontconfig=enabled` and `pangoft2` is not found.
2022-06-12 12:22:36 +01:00
..
arithmetic Update C++ binding and function list (#2851) 2022-06-10 14:43:44 +01:00
colour Minor cleanups (#2857) 2022-06-12 12:22:36 +01:00
conversion Minor cleanups (#2857) 2022-06-12 12:22:36 +01:00
convolution Update C++ binding and function list (#2851) 2022-06-10 14:43:44 +01:00
create Update C++ binding and function list (#2851) 2022-06-10 14:43:44 +01:00
deprecated small configure improvements 2022-05-16 14:45:53 +01:00
draw Update C++ binding and function list (#2851) 2022-06-10 14:43:44 +01:00
foreign try to make cgifsave easier to read (#2853) 2022-06-12 11:25:32 +01:00
freqfilt Update C++ binding and function list (#2851) 2022-06-10 14:43:44 +01:00
histogram Update C++ binding and function list (#2851) 2022-06-10 14:43:44 +01:00
include Minor cleanups (#2857) 2022-06-12 12:22:36 +01:00
iofuncs Minor cleanups (#2857) 2022-06-12 12:22:36 +01:00
module Cleanup gettext handling (#2695) 2022-02-27 15:27:28 +00:00
morphology Update C++ binding and function list (#2851) 2022-06-10 14:43:44 +01:00
mosaicing Update C++ binding and function list (#2851) 2022-06-10 14:43:44 +01:00
resample Prefer to use flags |= everywhere (#2854) 2022-06-11 15:40:39 +01:00
dummy.c stray "im_" prefix 2022-02-20 17:07:29 +00:00
introspect.c Cleanup gettext handling (#2695) 2022-02-27 15:27:28 +00:00
Makefile.am Remove VIPS_EXEEXT and VIPS_SONAME definitions (#2694) 2022-02-27 15:27:37 +00:00
meson.build Meson: maintain autotools compatibility on macOS (#2856) 2022-06-11 22:54:43 +01:00
Vips-8.0.metadata Enhance the introspection support by fixing annotations (#2657) 2022-02-15 10:54:40 +00:00