platform/upstream/libHarfBuzzSharp.git
2018-11-25 Ebrahim Byagowi[feat] Rename API uses of setting to selector
2018-11-25 Ebrahim Byagowi[feat] Apply renamings and add documentation
2018-11-25 Ebrahim Byagowi[feat] Use bsearch
2018-11-25 Ebrahim Byagowi[feat] Address Behdad comments
2018-11-25 Ebrahim Byagowi[feat] Address @behdad comments
2018-11-25 Ebrahim Byagowi[feat] Complete feature types list
2018-11-25 Ebrahim Byagowi[feat] Add feature iteration API
2018-11-25 Ebrahim Byagowi[feat] Turn AAT feature id into enum
2018-11-25 Ebrahim Byagowi[feat] Rename records to selectors as @drott
2018-11-25 Ebrahim Byagowi[feat] Apply @behdad comments
2018-11-25 Ebrahim Byagowi[feat] Apply @drott and @jfkthame comments
2018-11-25 Ebrahim Byagowi[feat] Apply @jfkthame reviews
2018-11-25 Ebrahim Byagowi[feat] Expose public API
2018-11-25 Behdad Esfahbod[test] Reorder test suites
2018-11-25 Behdad Esfahbod[kerx] Fix crash
2018-11-25 Behdad EsfahbodSimplify sanitize set_object() / fix bots
2018-11-25 Behdad Esfahbod[kerx] Port to hb_sanitize_with_object_t
2018-11-25 Behdad Esfahbod[morx] Port to hb_sanitize_with_object_t
2018-11-25 Behdad EsfahbodAdd hb_sanitize_with_object_t
2018-11-25 Behdad EsfahbodSimplify sanitize set_object()
2018-11-25 Behdad Esfahbod[aat] Skip terminator in VarSizedBinSearchArray<>
2018-11-25 Behdad EsfahbodMinor
2018-11-25 Behdad Esfahbod[debug] Print function in return_trace()
2018-11-25 Behdad EsfahbodRevert "[aat.morx] Remove set_object() business"
2018-11-25 Behdad EsfahbodRevert "[aat.kerx] Remove kerx subtable boundary enforc...
2018-11-25 Behdad EsfahbodRevert "[sanitize] Remove now-unused set_object() machi...
2018-11-25 Behdad Esfahbod[tests] Minor
2018-11-25 Behdad Esfahbod[arrays] Use hb_array_t<> in all places with sub_array()
2018-11-25 Behdad Esfahbod[arrays] Merge ArrayOf's sub_array into hb_array_t's
2018-11-24 Ebrahim Byagowi[test] Add the missed aots fonts
2018-11-24 Ebrahim Byagowi[test] Merge 10.12.6 and 10.13.6 tests, update to Apple...
2018-11-24 Behdad Esfahbod[sanitize] Remove now-unused set_object() machinery
2018-11-24 Behdad Esfahbod[aat.kerx] Remove kerx subtable boundary enforcement
2018-11-24 Behdad Esfahbod[aat.morx] Remove set_object() business
2018-11-24 Ebrahim ByagowiAdd 10.13.6 aat fonts tests and bot (#1409)
2018-11-24 Behdad Esfahbod[aat] Add test for recent regression
2018-11-24 Behdad Esfahbod[tests] Redo test runner logging a bit
2018-11-24 Behdad Esfahbod[tests] Minor
2018-11-24 Behdad Esfahbod[tests/shaping] Allow comments in test files
2018-11-24 Behdad Esfahbod[tests] Rename
2018-11-24 Behdad Esfahbod[morx/kerx] Fix sanitize regression
2018-11-24 Ebrahim Byagowi[test] Enable more of aots tests (#1408)
2018-11-24 Ebrahim ByagowiAdd Adobe AOTS tests (#1395)
2018-11-24 Behdad Esfahbod[color] Use SortedUnsizedArrayOf<>
2018-11-24 Behdad Esfahbod[trak] Coment
2018-11-24 Behdad Esfahbod[arrays] Add not_found to reference bsearch as well
2018-11-24 Behdad Esfahbod[arrays] Improve bfind() interface
2018-11-24 Behdad Esfahbod[fuzzing] Add tests for previous commit
2018-11-24 Behdad Esfahbod[kerx/morx] Make sure object length is sanitized before...
2018-11-24 Behdad Esfahbod[arrays] Port ArrayOf.qsort() and hb_vector_t.qsort...
2018-11-24 Behdad Esfahbod[arrays] Port ArrayOf.qsort() to hb_array_t's
2018-11-24 Behdad Esfahbod[arrays] Add copy-constructor to hb_array_t and hb_sort...
2018-11-24 Behdad Esfahbod[arrays] Port hb_vector_t.qsort() to hb_array_t's
2018-11-24 Behdad Esfahbod[arrays] Remove one flavor of hb_vector_t.qsort()
2018-11-24 Behdad Esfahbod[arrays] Add (unused) SortedUnsizedArrayOf<>
2018-11-24 Behdad Esfahbod[arrays] Port SortedArrayOf.bsearch/bfind to hb_sorted_...
2018-11-24 Behdad Esfahbod[arrays] Port hb_vector_t.bsearch/bfind to (new) hb_sor...
2018-11-24 Behdad Esfahbod[arrays] Port (unused) ArrayOf.lsearch() to hb_array_t's
2018-11-24 Behdad Esfahbod[arrays] Port hb_vector_t.lsearch() to hb_array_t's
2018-11-24 Behdad Esfahbod[arrays] More
2018-11-24 Behdad Esfahbod[arrays] Update ArrayOf.lsearch()
2018-11-24 Behdad Esfahbod[arrays] Change argument type of cmp called by hb_vecto...
2018-11-24 Nathan WillisUsermanual: clusters chapter; add brief grapheme defini...
2018-11-24 Nathan WillisUsermanual: clusters chapter, minor updates.
2018-11-24 Nathan WillisUsermanual: expand clusters chapter.
2018-11-24 Behdad EsfahbodChange ArrayOf.bsearch() return semantics
2018-11-24 Behdad EsfahbodMinor
2018-11-24 Behdad EsfahbodWhitespace
2018-11-24 Behdad EsfahbodAssert that item-type of arrays have static size
2018-11-24 Behdad Esfahbod[vector] Rename
2018-11-24 Behdad Esfahbod[aat] Minor
2018-11-24 Behdad EsfahbodAdd hb_static_size(T)
2018-11-24 Behdad EsfahbodAdd template-function convenience macros
2018-11-24 Behdad EsfahbodAdd null bytes for CmapSubtableLongGroup
2018-11-23 Behdad EsfahbodRemove lsearch for small TableDirectorys
2018-11-23 Behdad Esfahbod[arrays] Add as_array() to hb_vector_t<>
2018-11-23 Behdad Esfahbod[arrays] Add as_array() to ArrayOf<>
2018-11-23 Behdad Esfahbod[kern] Don't enforce length of last subtable
2018-11-23 Behdad EsfahbodMerge pull request #1407 from harfbuzz/at-sign
2018-11-23 David CorbettDon't canonicalize '@' to '-' in language tags
2018-11-23 Ebrahim Byagowi[aat] Update expectation
2018-11-23 Behdad Esfahbod[aat] Disable mark advance zeroing if kern table has...
2018-11-23 Behdad EsfahbodMinor
2018-11-23 Ebrahim Byagowi[aat] Add macOS specific tests (#1404)
2018-11-23 Behdad Esfahbod[use] Minor clarification
2018-11-23 Behdad EsfahbodMinor tweak to FLAG64
2018-11-23 Behdad EsfahbodMerge pull request #1291 from harfbuzz/use-reordering
2018-11-23 Behdad Esfahbod[cmap] Move code around
2018-11-23 Behdad Esfahbod[morx/kerx] Limit range to subtable when sanitizing
2018-11-23 Behdad Esfahbod[sanitizer] Add reset_object(), make set_object() do...
2018-11-23 Behdad Esfahbod[kerx] Make sure subtables are non-zero-length
2018-11-23 Behdad Esfahbod[GSUB] Don't flush glyphset during recursion in closure()
2018-11-23 Garret Rieger[subset] add fuzzer testcase.
2018-11-23 Behdad Esfahbod[set] Rename
2018-11-22 Behdad EsfahbodEnforce requiring null_size even if min_size is 0
2018-11-22 Behdad EsfahbodAllow non-nullable OffsetTo<> to non-Null'able objects
2018-11-22 Behdad Esfahbod[glyf] Don't mark structs UNBOUNDED
2018-11-22 Behdad EsfahbodMark UnsizedArrayOf<> as UNBOUNDED
2018-11-22 Behdad Esfahbod[ot-shape] Simplify logic
2018-11-22 Behdad EsfahbodMove
next