platform/upstream/libHarfBuzzSharp.git
2018-08-09 Behdad Esfahbod[atomic] Add hb_atomic_ptr_t<> and port all uses
2018-08-09 Behdad Esfahbod[atomic] Remove hb_atomic_int_impl_t now that it's...
2018-08-09 Behdad Esfahbod[atomic] Unify typedef
2018-08-09 Behdad Esfahbod[atomic] Change Mac atomic int type to int
2018-08-09 Behdad Esfahbod[atomic] Change Windows atomic int type to int
2018-08-09 Behdad Esfahbod[atomic] Change Solaris atomic int to signed
2018-08-09 Behdad Esfahbod1.8.7
2018-08-09 Behdad EsfahbodFix previous commit to use atomic operations
2018-08-09 Behdad EsfahbodFix assertion failure
2018-08-07 Behdad Esfahbod1.8.6
2018-08-07 Behdad EsfahbodAdd +hb_font_get_glyph_advances_for_direction
2018-08-07 Behdad EsfahbodActually add hb_font_get_glyph_[hv]_advances
2018-08-07 Behdad EsfahbodMinor
2018-08-07 Behdad EsfahbodRemove get_advances_nil and alias it to get_advances_de...
2018-08-06 Behdad Esfahbod[iter] Make operator bool explicit
2018-08-06 Behdad EsfahbodAdd batch advance width callback function
2018-08-06 Koji Ishiibatchwidth
2018-08-06 Behdad EsfahbodRemove most uses of direct comparison to Null objects
2018-08-06 Behdad EsfahbodPort _nil objects to Null() machinery
2018-08-06 Behdad Esfahbod[BASE] Rename horzi/vert to h/v
2018-08-06 Behdad Esfahbod[BASE] Misc fixes
2018-08-06 Behdad EsfahbodChange null-pool specialization to min_size again
2018-08-06 Behdad EsfahbodMove Null system to hb-null.hh
2018-08-06 Behdad EsfahbodRemove unused macros
2018-08-06 Behdad EsfahbodMinor
2018-08-06 Behdad EsfahbodMinor
2018-08-06 Behdad EsfahbodMove hb_vector_t to hb-vector-private.hh
2018-08-06 Behdad EsfahbodMove some more code around
2018-08-06 Behdad EsfahbodMove null data definitions to hb-static.cc
2018-08-04 Behdad EsfahbodMinor
2018-08-04 Behdad EsfahbodMake lazy loader deal with OOM
2018-08-04 Behdad EsfahbodRename
2018-08-04 Behdad Esfahbod[ot] Comment
2018-08-04 Behdad Esfahbod[ot] Add misc tables to tables_t
2018-08-03 Behdad Esfahbod[ot] Move GDEF into tables_t
2018-08-03 Behdad Esfahbod[ot] Move GSUB/GPOS into tables_t
2018-08-03 Behdad Esfahbod[ot] More shuffling
2018-08-03 Behdad Esfahbod[ot] Minor
2018-08-03 Behdad Esfahbod[ot] Move code around
2018-08-03 Behdad Esfahbod[ot] Use switch for checking for blacklisted GDEF tables
2018-08-03 Behdad Esfahbod[ot] In GDEF blacklisting logic, remove the glyph index...
2018-08-03 Behdad EsfahbodMove code around
2018-08-02 Behdad EsfahbodMinor
2018-08-02 Behdad EsfahbodFix for recent rename
2018-08-02 Behdad Esfahbod[uniscribe] Update for recent changes
2018-08-02 Behdad EsfahbodRemove unused table reference
2018-08-02 Behdad EsfahbodMinor
2018-08-02 Behdad EsfahbodMake lazy-loader safe for nil objectification
2018-08-02 Behdad EsfahbodMinor
2018-08-02 Behdad EsfahbodReduce storage by sharing face amongst lazy_loaders
2018-08-02 Behdad EsfahbodInternal templatization of lazy-loaders
2018-08-02 Behdad EsfahbodRemove OT namespace from hb-machinery-private.hh
2018-08-02 Behdad EsfahbodMinor
2018-08-02 Behdad Esfahbod[face] Sprinkle const in the API
2018-08-02 Behdad EsfahbodRename
2018-08-02 Behdad EsfahbodAdd comment re (our only) race condition
2018-08-01 Behdad Esfahbod1.8.5
2018-08-01 Behdad Esfahbod[atomic] Fix Solaris ones to add proper barriers
2018-08-01 Behdad Esfahbod[atomic] Remove volatile from IBM impl signature
2018-08-01 Behdad Esfahbod[atomic] Oops
2018-08-01 Behdad Esfahbod[atomic] Use read-barrier for get()
2018-08-01 Behdad Esfahbod[atomic] Some more minor tweaks
2018-08-01 Ebrahim Byagowi[ci] Fix Appveyor bot (#1123)
2018-08-01 Ebrahim ByagowiRevert "Add a new API, hb_ot_layout_get_feature_name_id...
2018-08-01 Behdad Esfahbod[atomic] Fix cast to fallback ptr_get()
2018-08-01 Behdad Esfahbod[gobject] Fix copy/paste error
2018-08-01 Behdad Esfahbod[atomic] On IBM, use light-weight sync for everything
2018-08-01 Behdad Esfahbod[atomic] Add XXX items around Solaris ops
2018-08-01 Behdad Esfahbod[atomic] Fix get() impl
2018-08-01 Behdad Esfahbod[gobject] Hook up hb_map_t
2018-08-01 Behdad Esfahbod[atomic] Fix fallback impl
2018-08-01 Behdad Esfahbod[atomic] Add get_relaxed / set_relaxed
2018-08-01 Behdad Esfahbod[atomic] Use CONSUME, not ACQUIRE, memory-order for...
2018-08-01 Behdad EsfahbodRevert "[atomic] Make pointer get op relaxed instead...
2018-08-01 Garret Rieger[subset] limit the max codepoint value to the unicode...
2018-08-01 Garret Rieger[subset] Add hb_ot_layout_collect_features to harfbuzz...
2018-08-01 Garret Rieger[subset] use add_array to populate feature_indexes.
2018-08-01 Garret Rieger[subset] collect features first, then use those to...
2018-07-31 Behdad Esfahbod[indic] Flip default logic for double-halants in old...
2018-07-31 Behdad Esfahbod[indic] Allow double-halant in old-spec Devanagari
2018-07-31 Behdad Esfahbod[test] Add Khmer tests, with NotoSansKhmer-Regular.ttf
2018-07-31 Behdad Esfahbod[khmer] Typo
2018-07-31 Behdad Esfahbod[test] Add Khmer test texts from recent bugs
2018-07-31 Behdad Esfahbod[test] Move things around for shaper updates
2018-07-31 Behdad Esfahbod[khmer] Clear syllables before presentation features
2018-07-31 Behdad Esfahbod[khmer] Revert previous change, and remove pauses
2018-07-31 Behdad Esfahbod[khmer] Apply ccmp after basic features
2018-07-31 Behdad Esfahbod[khmer] Rewrite most of shaper to better follow spec
2018-07-31 Behdad Esfahbod[shaper] Move code around
2018-07-31 Behdad Esfahbod[shaper] Remove a macro
2018-07-31 Behdad Esfahbod[atomic] Make pointer get op relaxed instead of acquire
2018-07-31 Behdad Esfahbod[serialize] Increase stage count from 8 to 32
2018-07-30 Behdad Esfahbod[serialize] Remove unused truncate() method
2018-07-28 Garret Rieger[subset] During lookup collection remember the features...
2018-07-27 Behdad EsfahbodMinor
2018-07-27 Behdad Esfahbod[serialize] Allocate for markFilteringSet
2018-07-27 Behdad EsfahbodMinor
2018-07-27 prraceFix unlikely leaks
2018-07-26 Behdad EsfahbodAdd hb-iter-private.hh
2018-07-25 Behdad EsfahbodMove some code from hb-open-type-private.hh to hb-machi...
next