platform/upstream/libHarfBuzzSharp.git
2019-01-21 Behdad Esfahbod[algs] Add hb_identity
2019-01-21 Behdad EsfahbodFix unused-variable warnings
2019-01-21 Behdad EsfahbodWIP
2019-01-21 Behdad Esfahbod[iter] Use forwarding references
2019-01-21 Behdad Esfahbod[algs] Fix hb_first() / hb_second()
2019-01-21 Behdad Esfahbod[iter] Misc fixes to get piping almost work
2019-01-21 Behdad EsfahbodChange hb_first() and hb_second() to function objects
2019-01-21 Behdad Esfahbod[iter] Add hb_filter()
2019-01-21 Behdad Esfahbod[iter] Add hb_map()
2019-01-21 Behdad Esfahbod[iter] Make hb_zip() take const references
2019-01-21 Behdad EsfahbodMinor rename
2019-01-21 Behdad EsfahbodRemove unused Coverage::iter_t::get_coverage()
2019-01-21 Behdad EsfahbodUse hb_zip() moooore
2019-01-21 Behdad EsfahbodUse hb_zip() some mooore
2019-01-21 Behdad EsfahbodUse hb_zip() some moore
2019-01-21 Behdad EsfahbodUse hb_zip() some more
2019-01-21 Behdad EsfahbodUse hb_zip() some
2019-01-21 Behdad Esfahbod[iter] Rename hb_zip_t to hb_zip_iter_t
2019-01-21 Behdad Esfahbod[algs] Whitespace
2019-01-21 Behdad Esfahbod[iter] Move code
2019-01-21 Behdad EsfahbodRename hb-dsalgs to hb-algs
2019-01-21 Behdad Esfahbod[algs] Add hb_first() and hb_second()
2019-01-21 Behdad EsfahbodImplement uniform map interface
2019-01-21 Behdad Esfahbod[meta] Remove hb_enable_if_t
2019-01-21 Behdad Esfahbod[iter] Implement operator-> unconditionally
2019-01-21 Behdad EsfahbodAllow rvalues in hb_addressof()
2019-01-21 Behdad Esfahbod[iter] Change from const_iter_t/iter_t to iter_t/writer_t
2019-01-21 Behdad Esfahbod[iter] Change Coverage iterator to only return glyph-id
2019-01-21 Behdad Esfahbod[iter] Add hb_zip()
2019-01-21 Behdad Esfahbod[iter] Rename __item_type__ to __item_t__
2019-01-21 Behdad EsfahbodTighten Coverage iteration
2019-01-21 Behdad Esfahbod[subset] Minor
2019-01-21 Behdad Esfahbod[iter] More semicolon
2019-01-21 Behdad Esfahbod[iter] Use aliasing using for types
2019-01-21 Behdad Esfahbod[iter] Use static_assert with hb_is_random_access_itera...
2019-01-21 Behdad Esfahbod[iter] Remove stray semicolons
2019-01-21 Behdad Esfahbod[OT] Implement operator[] for Coverage and ClassDef
2019-01-21 Behdad Esfahbod[iter] Add TODO
2019-01-21 Behdad Esfahbod[iter] Implement for OT::ArrayOf / OT::SortedArrayOf
2019-01-21 Behdad Esfahbod[SortedArrayOf] Fix sub_array() return type
2019-01-21 Behdad Esfahbod[iter] Constrain hb_fill() and hb_copy()
2019-01-21 Behdad Esfahbod[iter] Add TODO
2019-01-21 Behdad Esfahbod[iter] Add hb_is_random_access_iterator()
2019-01-21 Behdad Esfahbod[iter] Rename hb_is_[sorted_]iterator() -> hb_is_[sorte...
2019-01-21 Behdad Esfahbod[meta] Add hb_declval() macro
2019-01-21 Behdad Esfahbod[iter] Syntax
2019-01-21 Behdad Esfahbod[iter] Test hb_is_iterable / hb_is_iterator
2019-01-21 Behdad Esfahbod[serialize] Make SortedArrayOf:;serialize() take sorted...
2019-01-21 Behdad Esfahbod[iter] Fix operator->
2019-01-21 Behdad Esfahbod[array] SFINAE fun
2019-01-21 Behdad Esfahbod[meta] Rename
2019-01-21 Behdad Esfahbod[array] Remove construction that was removing constness
2019-01-21 Behdad Esfahbod[iter] Fix test
2019-01-21 Behdad Esfahbod[iter] Remove comment
2019-01-21 Behdad Esfahbod[iter] Use is_sorted_iterator
2019-01-21 Behdad Esfahbod[iter] Handhold hb_is_iterator() type deduction
2019-01-21 Behdad EsfahbodRevert "[iter] Add hb_iter_of_t<>"
2019-01-21 Behdad Esfahbod[iter] Fix warnings
2019-01-21 Behdad Esfahbod[iter] Add hb_iter_of_t<>
2019-01-21 Behdad Esfahbod[iter] Remove hb_sorted_iter_t
2019-01-21 Behdad Esfahbod[iter] Const correctness
2019-01-21 Behdad EsfahbodAdd operator= to IntType, commented out
2019-01-21 Behdad Esfahbod[iter] Minor
2019-01-21 Behdad Esfahbod[iter] Make is_random_access_iterator a constant
2019-01-21 Behdad EsfahbodSeparate GlyphID from HBUINT16
2019-01-21 Behdad Esfahbod[iter] Fix sorted_iter iter class
2019-01-21 Behdad Esfahbod[iter/meta] Add hb_is_sorted_iterator()
2019-01-21 Behdad Esfahbod[iter] Remove stale comment
2019-01-21 Behdad Esfahbod[iter] Port Coverage towards iter_t instead of array_t...
2019-01-21 Behdad Esfahbod[meta] Move typename around
2019-01-21 Behdad Esfahbod[meta] Move code around
2019-01-21 Behdad Esfahbod[iter] WHitespace
2019-01-21 Behdad Esfahbod[iter] Port Coverage::serialize to hb_is_iterator
2019-01-21 Behdad Esfahbod[iter/meta] Match hb_is_iterator<> using SFINAE
2019-01-21 Behdad EsfahbodMinor
2019-01-21 Behdad EsfahbodUse C++11 when available
2019-01-21 Behdad Esfahbod[ci] Remove unused config for gcc 4.2
2019-01-21 Behdad Esfahbod[ci] Disable other gcc 4.2 bot
2019-01-21 Behdad Esfahbod[iter] Add back operator +
2019-01-21 Behdad Esfahbod[iter] Disable operator +
2019-01-21 Behdad Esfahbod[iter] Revert back uses of C++11 auto type deduction
2019-01-21 Behdad Esfahbod[iter] Rename
2019-01-21 Behdad Esfahbod[iter] Remove friend operator +, hoping to fix some...
2019-01-21 Behdad EsfahbodUse Null() instead of declval(), hoping to fix some...
2019-01-21 Behdad Esfahbod[meta] Don't use template default arguments for functions
2019-01-21 Behdad Esfahbod[meta] Fix unused-function-template warning
2019-01-21 Behdad Esfahbod[iter/meta] Implement is_iterator
2019-01-21 Behdad Esfahbod[meta] Minor
2019-01-21 Behdad Esfahbod[meta] Move more code here
2019-01-21 Behdad Esfahbod[iter/meta] Add hb_is_iterable
2019-01-21 Behdad EsfahbodDon't use delegating constructors
2019-01-21 Behdad Esfahbod[meta] Add enable_if
2019-01-21 Behdad EsfahbodAdd hb-meta.hh for meta-programming
2019-01-21 Behdad Esfahbod[iter] Clarify readonly vs lvalue iterators
2019-01-21 Behdad Esfahbod[iter] Test OT::Coverage iter
2019-01-21 Behdad Esfahbod[iter] Streamline vector iterators
2019-01-21 Behdad Esfahbod[iter] Make hb_sorted_array_t work as iter
2019-01-21 Behdad EsfahbodChange hb_void_t implementation
2019-01-21 Behdad Esfahbod[iter] Mark Coverage iterator sorted
2019-01-21 Behdad Esfahbod[subset] Take iterator in ArrayOf serialize
next