platform/upstream/libHarfBuzzSharp.git
2019-04-03 Behdad EsfahbodMinor
2019-04-03 Behdad Esfahbod[GDEF] Don't assume glyphlist is sorted
2019-04-03 Behdad Esfahbod[algs] Add hb_min() and hb_max()
2019-04-03 Behdad Esfahbod[serialize] Make putting breakpoint on out-of-memory...
2019-04-03 Behdad Esfahbod[iter] Tweak SFINAE again
2019-04-03 Behdad Esfahbod[array] Add compy assignment operator since copy constr...
2019-04-03 Behdad Esfahbod[array] Add default copy constructor
2019-04-03 Behdad Esfahbod[iter] Use different SFINAE scheme to make MSVC happy
2019-04-03 Behdad Esfahbod[meta] Add hb_is_same()
2019-04-03 Behdad Esfahbod[serialize] Actually reclaim storage from duplicate...
2019-04-03 Behdad Esfahbod[serialize] Port to use object pool
2019-04-03 Behdad Esfahbod[pool] Uses memset() instead of assigning Null()
2019-04-03 Behdad EsfahbodAdd hb_pool_t<> for pooled memory allocation
2019-04-03 Behdad Esfahbod[serialize] Disable packed_map again
2019-04-03 Behdad Esfahbod[map] Protect more against pointer deref
2019-04-03 Behdad EsfahbodMore
2019-04-03 Behdad Esfahbod[serialize] Fix hb_hashmap_t<> for pointers and use...
2019-04-03 Behdad Esfahbod[iter] Remove passing pointer to hb_iter()
2019-04-03 Behdad Esfahbod[array] Use dagger for hashing array
2019-04-03 Behdad Esfahbod[iter] Accept pointers in hb_iter()
2019-04-03 Behdad Esfahbod[serialize] Towards maintaining packed_map
2019-04-03 Behdad Esfahbod[serialize] Minor
2019-04-03 Behdad Esfahbod[serialize] Handle non-nullable offsets
2019-04-03 Behdad Esfahbod[serialize] Movce empty-object handling earlier
2019-04-03 Behdad Esfahbod[serialize] Minor
2019-04-02 Behdad Esfahbod[serialize] Allow offset links that have base offset...
2019-04-02 Ebrahim Byagowi[test][iter] minor, fix double promotion warning
2019-04-02 Ebrahim Byagowi[test] minor, c style comments
2019-04-02 Ebrahim Byagowi[iter][test] Add another test for hb_reduce
2019-04-02 Behdad Esfahbod[serialize] Switch to tetris-packing
2019-04-02 Behdad Esfahbod[serialize] Fix linking
2019-04-02 Behdad Esfahbod[serialize] Minor
2019-04-01 Behdad Esfahbod[cmap] Minor
2019-04-01 Behdad Esfahbod[subset] Call serialize start/end around it
2019-04-01 Behdad Esfahbod[serialize] Assert stack
2019-04-01 Behdad Esfahbod[serialize] Add add_link() to add link
2019-04-01 Behdad Esfahbod[serialize] Add default template type to push()
2019-04-01 Ebrahim Byagowi[iter] hb_reduce, accumulator with a different type
2019-04-01 Ebrahim Byagowi[iter] Implement hb_reduce
2019-04-01 Behdad Esfahbod[serialize] Implement linking
2019-04-01 Behdad EsfahbodMove BEInt to hb.hh
2019-04-01 Behdad Esfahbod[iter] Fix up build, ouch
2019-04-01 Jonathan KewDon't skip setting the .end field of the first range
2019-04-01 Behdad Esfahbod[iter] Adjust hb_copy() and use it
2019-03-31 Ebrahim ByagowiRemove coretext_aat shaper (#1581)
2019-03-31 Behdad Esfahbod[serialize] Start implementing linking
2019-03-31 Behdad Esfahbod[serializer] Implement dedup!
2019-03-31 Behdad EsfahbodImplement hashing of objects
2019-03-31 Behdad EsfahbodFix hb_hash(pointer)
2019-03-31 Behdad Esfahbod[serialize] Don't insert empty object into tree
2019-03-31 Behdad Esfahbod[serialize] Towards maintaining hashmap
2019-03-31 Behdad Esfahbod[serialize] Only pack main object if there are other...
2019-03-31 Behdad Esfahbod[serialize] Copy both sides of the buffer
2019-03-31 Behdad Esfahbod[serialize] Simplify copy
2019-03-31 Behdad Esfahbod[serializer] Unbreak for now
2019-03-31 Behdad Esfahbod[map] Shuffle fini code
2019-03-31 Behdad Esfahbod[vector] Add move semantics
2019-03-31 Behdad Esfahbod[vector] Add some move and forwarding
2019-03-31 Behdad Esfahbod[meta] Add hb_move and hb_forward ala std::
2019-03-31 Behdad Esfahbod[serialize] Flesh out packing
2019-03-31 Behdad Esfahbod[vector] Add copy constructor and assignment operator
2019-03-31 Behdad Esfahbod[serialize] Minor
2019-03-31 Behdad Esfahbod[serialize] Add packed_map
2019-03-31 Behdad Esfahbod[serialize] Start fleshing out object stack
2019-03-31 Behdad Esfahbod[serialize] Simplify propagate_error()
2019-03-31 Behdad Esfahbod[serialize] Add object_t, link_t, and snapshot_t
2019-03-30 Behdad Esfahbod[map] Add another TODO item
2019-03-30 Behdad Esfahbod[map] Add TODO
2019-03-30 Behdad Esfahbod[serialize] Add unused 'tail'
2019-03-30 Behdad Esfahbod[serialize] Add ran_out_of_room
2019-03-30 Behdad EsfahbodSplit sanitize and dispatch into their own files
2019-03-30 Behdad EsfahbodMove serializer to hb-serialize.hh
2019-03-30 Behdad EsfahbodWhitespace
2019-03-30 Behdad Esfahbod[map] Deref pointers before equality check
2019-03-30 Behdad Esfahbod[map] Templatize hb_map_t
2019-03-30 Behdad EsfahbodAdd hb_deref_pointer()
2019-03-30 Behdad Esfahbod[iter] Fix bug in hb_any() and hb_none()
2019-03-30 Behdad Esfahbod[iter] Port remaining "for (auto" instances to daggers
2019-03-30 Behdad Esfahbod[iter] One more dagger
2019-03-30 Behdad Esfahbod[iter] Remove more wrong &&'s
2019-03-30 Behdad Esfahbod[iter] More daggers
2019-03-30 Behdad Esfahbod[iter] More daggers
2019-03-30 Behdad Esfahbod[iter] One more dagger
2019-03-30 Behdad EsfahbodRemove HB_DEBUG_WOULD_APPLY
2019-03-30 Behdad Esfahbod[iter] Port more to daggers
2019-03-30 Behdad EsfahbodWhitespace
2019-03-30 Behdad EsfahbodSimplify code
2019-03-30 Behdad Esfahbod[iter] Port one more function to dagger
2019-03-30 Behdad Esfahbod[iter] Port more code to daggers
2019-03-30 Behdad Esfahbod[iter] Port two more functions to daggers
2019-03-30 Behdad EsfahbodFix pair signature
2019-03-30 Behdad Esfahbod[iter] Add hb_unzip()
2019-03-30 Behdad EsfahbodWhitespace
2019-03-30 Behdad Esfahbod[iter] Port two more loops to dagger
2019-03-30 Behdad Esfahbod[iter] Remove unneeded &&
2019-03-30 Behdad EsfahbodWhitespace
2019-03-30 Behdad EsfahbodRemove hb_assign()
2019-03-30 Behdad Esfahbod[C++11] Remove IntType::set() in favor of operator=
2019-03-30 Behdad Esfahbod[vector] Accept all types in push(...)
2019-03-30 Behdad Esfahbod[C++11] Use type aliases for template partial instantia...
next