platform/upstream/libHarfBuzzSharp.git
2018-12-21 Behdad Esfahbod[iter] Sketch new iterator design
2018-12-21 Behdad Esfahbod[iter] Add empty test
2018-12-21 Behdad EsfahbodRevert "Remove unused hb-iter.hh"
2018-12-21 Behdad Esfahbod[vector] Add operator bool
2018-12-21 Behdad EsfahbodRename
2018-12-21 Behdad EsfahbodRemove unused typedef
2018-12-21 Behdad Esfahbod2.3.0
2018-12-20 Behdad Esfahbod[serializer] Add operator <<
2018-12-20 Behdad EsfahbodAdd hb_assign(obj, value)
2018-12-20 Behdad Esfahbod[serialize] Adjust ClassDef
2018-12-20 Behdad EsfahbodFix code on big-endian gcc / clang
2018-12-20 Behdad EsfahbodMinor [skip ci]
2018-12-20 Behdad Esfahbod[saitnize] Minor
2018-12-20 fanc999Fix build on older Visual Studio versions (#1499)
2018-12-20 Behdad Esfahbod[sanitize] Use hb_static_size instead of ::static_size
2018-12-19 Ebrahim Byagowi[test] Fix test-name-table.cc leak issue
2018-12-19 Behdad Esfahbod[arrays] Add hb_ubytes_t for unsigned char
2018-12-18 Behdad Esfahbod[arrays] Remove hb_supplier_t<>
2018-12-18 Behdad Esfahbod[serialize] Propagate error from hb-face
2018-12-18 Behdad Esfahbod[serialize] Streamline error propagation
2018-12-18 Behdad EsfahbodRemove unused hb-iter.hh
2018-12-18 Behdad Esfahbod[arrays] Minor tweaks to hb_supplier_t
2018-12-18 Behdad Esfahbod[arrays] Rename Supplier to hb_supplier_t
2018-12-18 Behdad EsfahbodHide hb_addressof()
2018-12-18 Behdad EsfahbodEnable __builtin_* on clang
2018-12-18 Behdad EsfahbodAdd hb_addressof() and use it to fix bug after hb_bytes...
2018-12-17 Behdad EsfahbodEnable system extensions in hb.hh
2018-12-17 prraceFix Solaris use after free (#1495)
2018-12-17 Behdad EsfahbodRemove define GNU_SOURCE
2018-12-17 Behdad EsfahbodFix more warnings
2018-12-17 prraceFix Solaris Trailing comma in enum warnings (#1490)
2018-12-17 Ebrahim ByagowiLower coretext_aat shaper priority (#1488)
2018-12-17 Ebrahim ByagowiRemove redundant void from C++ sources (#1486)
2018-12-17 Ebrahim ByagowiMinor, fix two more ArrayOf incorrect operator logic
2018-12-17 Behdad Esfahbod[arrays] Minor fix
2018-12-17 Behdad Esfahbod[array] Add cast operator to add const to Type
2018-12-17 Behdad Esfahbod[array] Remove problematic constructor
2018-12-17 Behdad Esfahbod[array] Add arithmetic operators
2018-12-17 Behdad Esfahbod[array] Return Crap instead of Null if Type is not...
2018-12-17 Behdad Esfahbod[array] Add operator *
2018-12-17 Behdad Esfahbod[array] Add constructor from fixed-size array
2018-12-17 Behdad Esfahbod[array] Organize
2018-12-17 Behdad Esfahbod[arrays] Reduce Supplier<> even further
2018-12-17 Behdad EsfahbodWhitespace
2018-12-17 Behdad Esfahbod[array] Add operator +=
2018-12-17 Behdad Esfahbod[array] Add constructor from hb_array_t<const Type>
2018-12-17 Behdad Esfahbod[arrays] Move Supplier<> to hb-array.hh
2018-12-17 Behdad Esfahbod[arrays] Remove unnecessary constructor from Supplier<>
2018-12-17 Behdad Esfahbod[arrays] Start moving Supplier<> to hb_array_t<>
2018-12-17 Behdad Esfahbod[arrays] Remove unused stride from Supplier
2018-12-17 Behdad Esfahbod[arrays] Remove need of stride in Supplier<>
2018-12-17 Behdad Esfahbod[array] Remove custom hb_bytes_t implementation
2018-12-17 Behdad Esfahbod[arrays] Minor
2018-12-17 Behdad Esfahbod[array] Minor
2018-12-17 Behdad Esfahbod[array] Move hb_array_t and related types to hb-array.hh
2018-12-16 Behdad EsfahbodMinor change to explicit_operator aesthetics
2018-12-16 Ebrahim ByagowiRemove redundant 'inline' from methods (#1483)
2018-12-16 Behdad EsfahbodWhitespace
2018-12-15 Behdad EsfahbodWhitespace
2018-12-14 Behdad Esfahbod[subset] Actually subset GDEF
2018-12-13 Behdad Esfahbod[subset] Fix up ClassDef some more
2018-12-13 Behdad Esfahbod[subset] Fix ClassDefFormat1 subsetting
2018-12-13 Behdad Esfahbod[subset] Sketch GDEF subsetting
2018-12-13 Behdad Esfahbod[subset] Implement for ClassDef
2018-12-13 Behdad EsfahbodMinor
2018-12-13 Behdad Esfahbod[serialize] Implement for ClassDef
2018-12-13 Behdad Esfahbod[serialize] Implement for ClassDefFormat2
2018-12-13 Behdad Esfahbod[serialize] Implement for ClassDefFormat1
2018-12-13 Behdad Esfahbod[subset] Minor
2018-12-13 Michiharu Ariza[CFF] bad offset in Index (#1476)
2018-12-13 Michiharu Ariza[CFF] check out of range FD index (#1477)
2018-12-12 Behdad Esfahbod[util/hb-subset] Add --layout to keep GDEF/GSUB/GPOS
2018-12-12 Behdad Esfahbod[dispatch] Minor
2018-12-12 Behdad Esfahbod[sanitize] Fix sanitizing sublookup array
2018-12-12 Behdad Esfahbod[dispatch] Minor
2018-12-12 Behdad EsfahbodRevert "Minor fix re sanitize of Lookup subtables"
2018-12-12 Ebrahim Byagowiminor style fix, use void in methods on no argument
2018-12-12 Ebrahim ByagowiMerge pull request #1474 from fanc999/master.msvc
2018-12-12 Behdad EsfahbodMinor fix re sanitize of Lookup subtables
2018-12-12 Behdad EsfahbodMinor
2018-12-12 Behdad Esfahbod[subset] Map glyphs during SingleSubst subsetting
2018-12-12 Behdad Esfahbod[subset] Minor
2018-12-12 Behdad Esfahbod[serialize] Break down assert
2018-12-11 Behdad EsfahbodMinor
2018-12-11 Michiharu Ariza[CFF] oss-fuzz issue 11690 ASSERT: substr.offset >...
2018-12-11 Michiharu Arizaminimize use of assert: removed or changed to error...
2018-12-11 Ebrahim Byagowi[ci] Fix Travis macOS bot ICU issue (#1472)
2018-12-11 👻[ucdn] Fix header
2018-12-11 David CorbettCorrect REPLACEMENT CHARACTER's code point to FFFD...
2018-12-11 Chun-wei Fantest/api: Fix building on pre-C99 compilers
2018-12-11 Chun-wei FanCMake: Fix Introspection builds
2018-12-08 Ebrahim Byagowi[glyf] minor
2018-12-08 Ebrahim Byagowi[os2] Move typometrics detection logic to the table...
2018-12-08 Ebrahim ByagowiApply non-controversial parts of ot-style (#1464)
2018-12-08 Michiharu Arizafix for issue #1447 (#1462)
2018-12-07 Ebrahim Byagowi[fdsc] minor
2018-12-06 Michiharu Ariza[CFF] Refix oss-fuzz 11714: set_blends (PR #1458) ...
2018-12-06 Behdad EsfahbodFix likely check
2018-12-06 Behdad EsfahbodAdd default value to first argument of sub_array()
2018-12-06 Behdad EsfahbodAdd sub_array to hb_vector_t
next