s/0/NULL/ where appropriate.
* builds/windows/ftsystem.c (FT_Stream_Open): Fix double-close.
[smooth] Reduce shift in multiply-shift optimization.
[truetype] Fix compilation if !TT_CONFIG_OPTION_BYTECODE_INTERPRETER.
[builds/windows] Revise SSE2 settings.
[smooth] Detect SSE2 with MSVC for x86
Expand comment (cont'd).
* src/smooth/ftgrays.c (gray_render_conic): Refactor redundancy.
[truetype] Fix for the family name shorter than 8 characters.
[truetype] Simplify `trick_names'.
[truetype] Add 2 tricky font names.
[truetype] New function to skip the randomization tag.
[truetype] Add checksums for 2 tricky fonts.
Whitespace formatting.
Decorate const arguments.
[smooth] Clean up the null cell usage.
[base] Restore quiet no-op rendering of bitmap glyphs.
[smooth] Fortify 64-bit algorithm.
* builds/windows/ftsystem.c (FT_Stream_Open): Support legacy Windows.
Determine `long long` availability based on its size.
[sfnt] Fix format expectation for `COLR` v1 ClipList
Readily use `long long` as a 64-bit type in C99 mode.
Use FT_INT64 instead of FT_LONG64.
[builds/windows] Do not set CharacterSet for VC++.
* src/sdf/ftsdf.c (get_control_box): Fix compiler warning.
[base] Fix ppem size overflow.
* builds/windows/ftsystem.c (FT_Stream_Open): Cast to remove warning.
* builds/windows/ftsystem.c (FT_Stream_Open): Support UNICODE compilation.
* src/sfnt/ttcolr.c (tt_face_get_color_glyph_clipbox): Minor fix.
[sfnt] Add missing blend mode 'plus' to 'COLR' v1.
include/freetype/freetype.h (FT_Encoding): Improve documentation.
[smooth] Avoid integer overflow.
[sfnt] Add API for retrieving a 'COLR' v1 'ClipBox' table.
[smooth] Fix left shifts of negative numbers.
* meson.build: Fix zlib support.
[sdf] Fix out-of-range-access.
Fix invalid memory access in `bsdf` rasterizer.
* meson.build: Honor `--includedir` instead of hard-coding 'include'.
src/sfnt/ttcolr.c: Minor formatting.
[sfnt] 'COLR' v1 PaintSweepGradient spec update
[sfnt] Retrieve affine matrix from offset in 'COLR' v1 parsing.
[sfnt] 'COLR' v1 PaintSkew related spec updates
[sfnt] PaintRotate/PaintRotateAroundCenter spec updates
[sfnt] 'COLR' v1 PaintTranslate and PaintScale precision
README.git: Add Code of Conduct.
Fix some `cppcheck` warnings.
* .gitlab-ci.yml: Fixed cmake build, using correct options.
* CMakeLists.txt: Make `cmake` handle disabled dependencies correctly.
[autofit] Split `afwrtsys.h`.
* Version 2.11.0 released.
Document direct header inclusion valid since 2.6.1.
* src/smooth/ftgrays.c: Fix compilation if `FT_LONG64` is undefined.
[tests] Allow arbitrary build directories.
docs/CHANGES: Mention slight rendering changes.
* tests/issue-1063/main.c (main): Fix uninitialized variable.
Formatting and ChangeLog additions for previous commits.
Guard inclusion of emmintrin.h
[smooth] Implement Bezier quadratic arc flattenning with DDA
[smooth] Minor speedup to smooth rasterizer
tests/scripts/download-test-fonts.sh rewrite in Python3
Support architectures where `long` is smaller than pointers.
[base] Fix `FT_Open_Face`'s handling of user-supplied streams.
[base] Reject combinations of incompatible `FT_OPEN_XXX` flags.
[sdf] Improve documentation.
* meson.build: Fix build for other UNIX systems (e.g., FreeBSD).
[autofit] More clean-ups.
Small clean-ups for the last few commits.
Remove obsolete AF_Angle type and related sources.
Remove experimental auto-hinting 'warp' mode.
Remove experimental "Latin2" writing system (FT_OPTION_AUTOFIT2)
meson.build: Minor doc fix.
* src/base/ftlcdfil.c (FT_Library_SetLcdGeometry): Fix argument.
meson.build: Minor doc improvements.
* meson_options.txt: Sort alphabetically; no final full stops.
* src/truetype/ttgxvar.c (tt_set_mm_blend): Test `coords`.
[sfnt] Support PaintScale in 'COLR' v1 parsing.
[sfnt] Handle fonts without layer list in 'COLR' v1.
* src/raster/ftraster.c (Render_Single_Pass): Simplify `band_stack'.
Update `CHANGES` file; other minor doc fixes.
[raster] Do not skip the second pass without dropout control.
[raster] Handle sub-band stack locally.
[CI] Introduce linux CI and refactor job names
ftcolor.h: Minor grammar fix.
[raster] Handle Bézier stack locally.
[sfnt] Improve paint limit checks
[raster] Clean up vertical sweep.
[raster] Make `band_top' local variable.
[raster] Adjust sub-band bisecting limits.
* src/raster/ftraster.c (Render_Single_Pass): Remove dead code.
[base] Add trace level to logging output.
[smooth, raster] Fix up and align error codes.
[smooth, raster] Remove synonymous error macros.
fterrors.h: Fix documentation extraction of `FT_Error_String`.
[sfnt] s/PaintTransformed/PaintTransform/, s/transformed/transform/.
Move 'COLR' API to `ftcolor.h`.