summaryrefslogtreecommitdiff
path: root/src/hb-uniscribe.cc
AgeCommit message (Expand)AuthorFilesLines
2019-01-28[uniscribe] Whitelist function type castBehdad Esfahbod1-0/+3
2019-01-17[uniscribe] More warningsBehdad Esfahbod1-2/+2
2019-01-17[uniscribe] Fix warningsBehdad Esfahbod1-3/+3
2018-12-21[array/vector] Rename len to lengthBehdad Esfahbod1-13/+13
2018-12-21Fix botBehdad Esfahbod1-1/+1
2018-12-17Remove redundant void from C++ sources (#1486)Ebrahim Byagowi1-6/+6
2018-12-16Remove redundant 'inline' from methods (#1483)Ebrahim Byagowi1-8/+8
2018-11-29Fix build for realzBehdad Esfahbod1-5/+5
2018-11-29[uniscribe] Fix buildBehdad Esfahbod1-1/+1
2018-11-21Allow defining HB_USE_ATEXIT to 0Behdad Esfahbod1-2/+2
2018-11-16[shaper] Rewrite shaper data code to be more template-driven than macro-drivenBehdad Esfahbod1-21/+11
2018-11-11Embed hb_ot_shape_plan_t into hb_shape_plan_tBehdad Esfahbod1-22/+0
2018-11-11MinorBehdad Esfahbod1-2/+2
2018-11-05[uniscribe] Fix use of deprecated APIBehdad Esfahbod1-1/+7
2018-10-29Remove a few unnecessary hb_auto_t<>'sBehdad Esfahbod1-6/+6
2018-10-27[docs] MoreBehdad Esfahbod1-0/+10
2018-10-27[ot] Fold hb-ot-tag.h into hb-ot-layout.hBehdad Esfahbod1-1/+1
2018-10-25[vector] Make it act more like pointerBehdad Esfahbod1-6/+6
2018-10-06[uniscribe/coretext] Fix for previous changeBehdad Esfahbod1-6/+6
2018-09-16Revert forcing use of single-parameter static_assert()Behdad Esfahbod1-1/+1
2018-09-16Enforce single-param static_assert() onlyBehdad Esfahbod1-1/+1
2018-09-11[uniscribe] Fix buildBehdad Esfahbod1-1/+1
2018-08-25Rename hb-*private.hh to hb-*.hhBehdad Esfahbod1-3/+3
2018-08-12[uniscribe] Use lazy loaderBehdad Esfahbod1-27/+29
2018-08-12[lazy] Port moreBehdad Esfahbod1-1/+2
2018-08-09[atomic] Add hb_atomic_ptr_t<> and port all usesBehdad Esfahbod1-7/+7
2018-08-02Fix for recent renameBehdad Esfahbod1-2/+2
2018-08-02[uniscribe] Update for recent changesBehdad Esfahbod1-2/+2
2018-08-02Remove OT namespace from hb-machinery-private.hhBehdad Esfahbod1-1/+1
2018-08-01RenameBehdad Esfahbod1-17/+17
2018-07-22Add sanitizer reference_table, also fix clang buildBehdad Esfahbod1-1/+1
2018-07-10Include more basic internal headers from hb-private.hhBehdad Esfahbod1-1/+0
2018-06-01[vector] Use Crap pool in push() as wellBehdad Esfahbod1-20/+8
2018-05-24Add hb_vector_t::push(const Type &v)Behdad Esfahbod1-6/+2
2018-05-09Use arrayZ on hb-coretext and hb-uniscribe and fix macOS/Win bots (#1024)Ebrahim Byagowi1-6/+6
2018-05-01Remove hb_auto_array_tBehdad Esfahbod1-6/+6
2018-03-29Make atexit callbacks threadsafe (#930)Ebrahim Byagowi1-0/+8
2018-03-28[uniscribe] Fixup for previous commitBehdad Esfahbod1-2/+3
2018-03-28[uniscribe] Fix assertion fail in checksum calcBehdad Esfahbod1-1/+1
2018-02-17Do not mark the first glyph as unsafe to breakDavid Corbett1-2/+0
2018-01-10[aat] Implement Lookup tableBehdad Esfahbod1-1/+1
2017-11-10[coretext/uniscribe/directwrite/graphite/fallback] Update for unsafe-to-breakBehdad Esfahbod1-0/+2
2017-11-03Consolidate debug stuff into hb-debug.hhBehdad Esfahbod1-5/+2
2017-11-01[uniscribe] Fix a couple of VS warningsBehdad Esfahbod1-2/+2
2017-10-31[coretext/uniscribe] Fix buildBehdad Esfahbod1-2/+6
2017-10-15Use nullptr instead of NULLBehdad Esfahbod1-25/+25
2017-10-15Use static_assert instead of custom ASSERT_STATICBehdad Esfahbod1-1/+1
2017-08-13[unsafe-to-break] Mark all positions as unsafe in alternative shapersBehdad Esfahbod1-0/+2
2017-02-03Shuffle things around a bitBehdad Esfahbod1-2/+2
2016-12-16[GX] Hook up feature variationsBehdad Esfahbod1-1/+3