* 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`.
freetype.h: Mark 'COLR' v1 API as experimental.
ftver.rc: Update copyright year.
[truetype] Fix integer overflow.
Prevent hinting if there are too many segments.
* src/sdf/ftsdfrend.c (ft_(b)sdf_render): Do not FT_ERROR routinely.
Add `ChangeLog` entries for last two commits.
[meson] Add first regression test to FreeType
[type42] Fix new memory leak.
[psaux] Fix another assertion.
* src/truetype/ttinterp.c (TT_RunIns): Optimize tracing.
[sdf] Fix SDF positioning.
More various documentation improvements and fixes.
Various documentation improvements and fixes.
Fix 'devel' build for COLR 'v1'.
[sfnt] Sanitize cmap4 table better.
[sfnt] Pointer validity check when reading COLR 'v1' layers
* src/sdf/ftsdfcommon.c: Fix inclusion of header files.
[sdf] Make `make multi` work.
[sdf] Formatting and improved comments.
[sdf] Use 8 bits for final SDF output instead of 16bits.
[sfnt] Fix fallout from 2021-05-29 change.
* src/autofit/aflatin.c (af_latin_metrics_scale_dim): Fix tracing.
[psaux] Fix MSVC compiler warnings.
Typos in previous commit.
Fix compilation errors and (some) warnings for clang++.
[build] Allow overriding of `ANSIFLAGS` for GNU make build.
[type42] Fix auto-hinting.
[psaux] Guard and trace AFM kern data allocation.
.gitignore: Add `subprojects` directory, fix some patterns.
* meson.build (ft2_public_headers): Add missing `ftcid.h'.
[type42] Avoid some memory zeroing.
[CMake] Update dependency finders.
[gzip] Use exact type for `ft_gzip_alloc` and `ft_gzip_free`.
Prioritize the anti-aliasing renderer module.
[sfnt] Additional guards on the POST table.
[psaux] Use doubling allocation strategy for CF2_ArrStack.
* src/smooth/ftgrays.c (FT_MAX_GRAY_SPANS): Increase from 10 to 16.
* src/smooth/ftgrays.c (FT_GRAY_SET): Adjust for better code.
[smooth] Faster bitmap sweeping.
* src/smooth/ftgrays.c (gray_hline): Simplify even-odd computations.
[type1] Avoid MM memory zeroing.
* src/bdf/bdflib.c (_bdf_list_ensure): Tweak allocation macro.
* src/psaux/psobjs.c (ps_parser_load_field): Tweak allocation macro.
* src/sfnt/sfobjs.c (sfnt_load_face): Tweak allocation macro.
* src/cid/cidload.c (cid_read_subrs): Tweak allocation macro.
* src/base/ftrfork.c (FT_Raccess_Get_DataOffsets): Tweak allocation.
[cff,psaux] Avoid memory zeroing (contd.).
* src/cid/cidload.c (cid_hex_to_binary): Improve return value.
[sfnt] Streamline POST format 2.0 handing.