platform/upstream/libHarfBuzzSharp.git
2019-05-07 Behdad Esfahbod[name] Remove dead code
2019-05-07 Behdad Esfahbod[subset] fix for name table serializing with new serial...
2019-05-07 Behdad Esfahbod[WIP] [name] Port to fancy serializer machinery
2019-05-07 Behdad EsfahbodRemove use of deprecated implicit copy/move assignment...
2019-05-07 Behdad EsfahbodWarn on -Wdeprecated
2019-05-07 Ebrahim Byagowi[ci] Upgrade Ubuntu 17.10 bots to 19.04
2019-05-07 Behdad EsfahbodActually make it work
2019-05-07 Behdad Esfahbod[iter] Make filter/map copyable
2019-05-07 Behdad Esfahbod[meta] Add hb_reference_wrapper<>
2019-05-07 Behdad EsfahbodWhitespace
2019-05-07 Behdad EsfahbodAdd hb_ref()
2019-05-07 Behdad EsfahbodRename hb_deref_pointer() to hb_deref()
2019-05-07 Behdad Esfahbod[iter] Adjust hb_filter
2019-05-07 Behdad Esfahbod[iter] Implement range-based for loops
2019-05-06 Ebrahim ByagowiIgnore -Wc++11-compat as we require C++11 actually
2019-05-06 Behdad EsfahbodRemove HB_NO_OPTIONS in favor of HB_NO_GETENV
2019-05-05 Behdad Esfahbod[dispatch] Forward arguments in all dispatch multiplexers
2019-05-05 Behdad EsfahbodFix previous commit
2019-05-05 Behdad Esfahbod[dispatch] Use functionality from previous commit
2019-05-05 Behdad Esfahbod[dispatch] Try obj.dispatch(c) before trying c->dispatc...
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)...
next