* src/cff/cffdrivr.c (cff_ps_get_font_{info,extra}): Use FT_QNEW.
[cache] Minor clean-ups.
[builds/windows] Try both wide and narrow `CreateFile`
[cff] Explicitly set StandardEncoding or ExpertEncoding offsets.
[cache] Miscellaneous clean-ups.
* src/cff/cffload.c (cff_fd_select_get): Remove casting.
* src/pcf/pcfread.c (pcf_read_TOC): Remove casting.
Minor type adjustments.
Replace boolean allocation macros with MEM ones.
[cache] Revert to some zeroing.
* src/pshinter/pshrec.c (ps_mask_table_merge_all): Tweak loops.
[cff, pshinter] Clean up unsigned counters.
[bdf, psnames, sfnt] Avoid some memory zeroing.
* src/base/ftobjs.c (FT_CMap_New): Revert to zeroing.
[truetype] Clean up `exec` initialization.
[truetype] Avoid some memory zeroing.
[base] Avoid some memory zeroing.
[cache, psaux] Remove zeros.
[cache] Avoid some memory zeroing.
* src/cache/ftcmanag.c (FTC_Manager_New): Add missing zero.
[truetype] Tweak `hdmx` checking.
[truetype] Tweak `loca` clamping.
Fortify memory debugging (cont'd).
Fortify memory debugging.
src/tools/ftrandom/ftrandom.c (_XOPEN_SOURCE): Set to 600.
[builds/windows] Use native memory allocation API.
[dlg] Synchronize with upstream.
* src/bdf/bdflib.c (_bdf_parse_start): Keep parser memory.
autogen.sh: Make it work with old Solaris 10 shell.
[smooth, raster, sdf] Clean up initialization calls.
* src/cache/ftcmanag.c (FTC_Manager_New): Avoid some zeroing.
* src/bdf/bdflib.c (bdf_load_font): Remove memory shuffling.
[base] Clean up stream reading.
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.