platform/upstream/libHarfBuzzSharp.git
2019-05-03 Behdad EsfahbodRevert "[WIP] [name] Port to fancy serializer machinery"
2019-05-03 Cody PlanteenAdd configuration option HB_NO_GETENV to disable use...
2019-05-03 Behdad Esfahbod[WIP] [name] Port to fancy serializer machinery
2019-05-02 Behdad Esfahbod[name] Add NameRecord::copy()
2019-05-02 Behdad Esfahbod[name] Minor changes
2019-05-02 Behdad Esfahbod[serialize] Disable assertion for now
2019-05-02 Behdad Esfahbod[serialize] Misc getting copy() to work
2019-05-02 Behdad Esfahbod[debug] Allow return_trace() to return any type
2019-05-02 Behdad Esfahbod[test] Run "fonttools ttx" instead of "ttx"
2019-05-02 Behdad Esfahbod[serialize] Check offset base is within (possibly end...
2019-05-02 Behdad Esfahbod[name] Fix format of susbetted table to 0
2019-05-02 Behdad Esfahbod[name] Use variable forwarding to simplify sanitize()
2019-05-02 Behdad Esfahbod[name]
2019-05-02 Behdad Esfahbod[serializer] Add copy() to (Unsized)ArrayOf
2019-05-02 Behdad Esfahbod[serializer] Accept exact type in serialize_subset...
2019-05-02 Behdad Esfahbod[serialize] Take arguments in copy()
2019-05-02 Behdad Esfahbod[serializer] Add serialize_copy()
2019-05-02 Behdad EsfahbodRemove dead code
2019-05-02 David CorbettSync gen-vowel-constraints.py with current output
2019-05-01 David CorbettAdd dotted circles to more broken clusters
2019-04-30 Ebrahim ByagowiRemove space between right angle brackets now that...
2019-04-30 Ebrahim Byagowi[doc] Add documentation to hb_color_get_* and hb_direct...
2019-04-30 David CorbettFix some dead links
2019-04-29 Ebrahim ByagowiAdd color channels getters ABI (#1513)
2019-04-29 Ebrahim Byagowi[ci] Remove crosscompile-notest-freebsd9 bot
2019-04-29 David CorbettAllow some Balinese Po & So as aksara modre bases
2019-04-28 Ebrahim Byagowi[valgrind] Use libtool and support run-subset-fuzzer...
2019-04-28 Ebrahim Byagowi[test] Add crbug.com/oss-fuzz/14474 testcase
2019-04-27 Behdad Esfahbod[subset] Don't crash if subsetting GSUB/GPOS fails
2019-04-27 Behdad Esfahbod[subset] Check error after calling serializer end
2019-04-27 Behdad Esfahbod[meta] Add hb_type_identity<>
2019-04-26 Qunxin Liu[subset] Updates due to changes in resolve_links()...
2019-04-26 Garret RiegerMove implementations of hb-ot-name-language.cc into...
2019-04-26 Qunxin Liu[subset] Update to use _subset2() for name table
2019-04-26 Qunxin Liu[subset] Add unit test for str de-dup
2019-04-26 Qunxin Liu[subset] update name table subsetting with new serializer
2019-04-26 Qunxin Liu[subset] Subsetting Name Table Step 4
2019-04-26 Qunxin Liu[subset] Subset name table step 3, add --nameids option...
2019-04-26 Qunxin Liu[subset] subset name table step 2, add implementation...
2019-04-26 Qunxin Liu[subset] subset name table step 1, write out table...
2019-04-26 Behdad EsfahbodRewrite hb_is_signed()
2019-04-26 Behdad Esfahbod[iter] Fix hb_is_iterator_of() to actually check item...
2019-04-26 Behdad Esfahbod[array] Adjust hb_sorted_array_t copy constructor/assig...
2019-04-26 Behdad Esfahbod[array] Use hb_is_cr_convertible_to()
2019-04-26 Behdad Esfahbod[meta] Add hb_is_cr_convertible_to()
2019-04-26 Behdad Esfahbod[meta] Add hb_decay<>
2019-04-26 Michiharu Arizacopy retain_gids from input to plan
2019-04-24 Behdad EsfahbodAnother try at fixing cmake build
2019-04-24 Behdad EsfahbodFix sign-compare error on 32-bit systems
2019-04-24 Behdad Esfahbod[THANKS] Add Ivan Kuckir <https://photopea.com/>
2019-04-24 Behdad EsfahbodTry fixing cmake build
2019-04-24 Behdad Esfahbod[iter] Add tests for casting to hb_iter_t<> base class...
2019-04-24 Behdad Esfahbod[iter] Remove fixed TODO
2019-04-24 Behdad Esfahbod[map] Fix TODO
2019-04-24 Behdad Esfahbod[mutex] Remove TODO
2019-04-24 Behdad Esfahbod[map] Use hb_invoke() with pointer-to-method
2019-04-24 Behdad Esfahbod[algs] Add more hb_forward<>()'s
2019-04-24 Behdad Esfahbod[serialize] Fix SingleSubstFormat1 failure
2019-04-24 Behdad Esfahbod[serialize] Rename
2019-04-24 Behdad EsfahbodRemove wrong TODOs
2019-04-24 Behdad Esfahbod[serialize] Add c->check_assign()
2019-04-24 Behdad EsfahbodFix two TODOs
2019-04-24 Behdad EsfahbodRename a few test programs
2019-04-24 Behdad EsfahbodMove test code around
2019-04-24 Behdad EsfahbodRely on variadic parameter pack more
2019-04-24 Behdad Esfahbod[serialize] Fix a few overflow TODO items
2019-04-24 Behdad EsfahbodOne more variadic parameter pack use
2019-04-24 Behdad EsfahbodUse hb_forward() when forwarding parameter pack
2019-04-23 Behdad EsfahbodUse variadic templates in OffsetTo<> and various ArrayOf<>s
2019-04-23 Ebrahim ByagowiFix clang's -Wmain complain (#1678)
2019-04-23 Ebrahim Byagowi.editorconfig, minor
2019-04-22 Behdad EsfahbodErr, fix hb_invoke() variadic
2019-04-22 Behdad EsfahbodAdd variadic arguments to hb_invoke()
2019-04-22 Behdad Esfahbod[serializer] Add err_propagaged_error()
2019-04-22 Behdad EsfahbodMinor
2019-04-22 Behdad EsfahbodUse variadic template args for propagate_error()
2019-04-22 Behdad EsfahbodSimplify propagate_error()
2019-04-21 Behdad Esfahbod[docs] Remove fdo repo
2019-04-21 Behdad EsfahbodUpdate AUTHORS / COPYING
2019-04-19 Ebrahim ByagowiRevert "Add harfbuzzjs build configuration (#1636)...
2019-04-19 Ebrahim ByagowiAdd harfbuzzjs build configuration (#1636)
2019-04-18 Behdad EsfahbodMinor warning fix again
2019-04-18 Michiharu Arizaadd spaces
2019-04-18 Michiharu Arizafix oss-fuzz issue 14345
2019-04-18 Michiharu Arizasilence MVC warnings 3rd attempt
2019-04-18 Michiharu Arizasilence MVC warnings 2nd attempt
2019-04-18 Michiharu Arizasilence MVC warnings
2019-04-18 Behdad EsfahbodMinor
2019-04-18 Behdad Esfahbod[array] Simplify copy assignment/constructor
2019-04-17 Behdad Esfahbod[serialize] Fix offset calculation
2019-04-17 Behdad Esfahbod[subset] Assert offsets are zero during relocation
2019-04-17 Behdad Esfahbod[serializer] Add copy()
2019-04-17 Behdad EsfahbodAdd HB_RETURN
2019-04-17 David CorbettComment out ot_languages where fallback suffices
2019-04-17 David CorbettFix "hb_script_" doc typo
2019-04-16 Behdad EsfahbodOne more auto return type
2019-04-16 Behdad EsfahbodRename HB_AUTO_RETURN_EXPR to HB_AUTO_RETURN
2019-04-16 Behdad EsfahbodUse HB_AUTO_RETURN_EXPR in hb_min/max
2019-04-16 Behdad EsfahbodUse auto return type for hb_first/hb_second
2019-04-16 Behdad EsfahbodUse hb_deref_pointer() to reduce number of overloads
next