platform/upstream/libHarfBuzzSharp.git
2019-05-22 Rod Sheeter[subset] Code review feedback
2019-05-21 Rod Sheeter[subset] Remove missed reference to hb-subset-glyf...
2019-05-21 Rod Sheeter[subset] Iter in and out for loca
2019-05-21 Rod Sheeter[subset] Write loca using more idiomatic harfbuzzese
2019-05-21 Rod SheeterMerge branch 'master' of https://github.com/harfbuzz...
2019-05-21 Rod Sheeter[subset] Fix memory leak caused by failure to cleanup...
2019-05-21 Rod Sheeter[subset] Fix null pointer deref, tidy up a bit
2019-05-21 Rod Sheeter[subset] Tests passing using iterator based glyf
2019-05-21 Rod SheeterMerge branch 'master' of https://github.com/harfbuzz...
2019-05-21 rsheeter[subset] Tweak hint stripping
2019-05-21 rsheeter[subset] Fix glyf tests except hint stripping & local...
2019-05-21 Rod Sheeter[subset] Destroy blob
2019-05-21 Rod Sheeter[subset] Correct flipped use short computation
2019-05-21 Rod Sheeter[subset] Glyf by iter now runs but fails tests
2019-05-21 Rod SheeterMerge branch 'glyf' of github.com:googlefonts/harfbuzz...
2019-05-21 rsheeter[subset] Dinner time, checkpoint
2019-05-21 rsheeter[subset] Remove subset-glyf; want everything to point...
2019-05-21 rsheeter[subset] Starting to sketch glyf as iter
2019-05-21 rsheeter[subset] Dinner time, checkpoint
2019-05-21 rsheeterMerge branch 'master' of https://github.com/harfbuzz...
2019-05-21 rsheeterMerge branch 'master' of https://github.com/harfbuzz...
2019-05-21 rsheeter[subset] Remove subset-glyf; want everything to point...
2019-05-21 rsheeter[subset] Starting to sketch glyf as iter
2019-05-21 rsheeter[docs] Tweak fuzzer doc
2019-05-20 Behdad Esfahbod[gen-ucd] Generate script order table
2019-05-20 Behdad Esfahbod[gen-ucd] Start adding script-order
2019-05-20 Behdad Esfahbod[gen-ucd] Add gc order
2019-05-20 Behdad Esfahbod[gen-ucd] Flesh out a bit more
2019-05-20 Behdad EsfahbodAdd HB_OPTIMIZE_SIZE
2019-05-20 Garret Rieger[subset] Use hb_subset_input_t inside of subset_options...
2019-05-20 Garret Rieger[subset] Add drop-tables option to hb-subset util.
2019-05-20 Garret Rieger[subset] Add drop tables to subset input.
2019-05-20 Behdad Esfahbod[cff] Fix unlikely invocations
2019-05-20 Behdad Esfahbod[test] Add one more
2019-05-20 Behdad Esfahbod[STAT] Fix sanitize condition
2019-05-18 Ebrahim ByagowiDon't set _POSIX_C_SOURCE in NetBSD
2019-05-17 Behdad EsfahbodOops, fix include
2019-05-17 Behdad Esfahbod[set] Use StructAtOffsetUnaligned
2019-05-16 rsheeterUpdate TESTING.md
2019-05-16 Behdad EsfahbodFix msan issue
2019-05-16 Behdad EsfahbodWhitespace
2019-05-16 Behdad Esfahbod[subset] Remove extra iteration
2019-05-16 Garret Rieger[subset] Truncate empty gids at the end in retain-gids...
2019-05-16 Behdad EsfahbodUse hb_map(hb_add(this)) to dereference OffsetTo<>'s
2019-05-16 Behdad Esfahbod[algs] Rename hb_bind to hb_partial
2019-05-16 Behdad Esfahbod[algs] Change hb_bind parameter number to be from one
2019-05-16 Behdad EsfahbodAdd back symmetric OffsetTo<>::friend operator+
2019-05-16 Behdad Esfahbod[algs] Partialize all operators
2019-05-16 Behdad Esfahbod[algs] Rewrite bind API
2019-05-16 Behdad Esfahbod[algs] Add hb_bind0 and hb_bind1
2019-05-16 Behdad EsfahbodFix clang build
2019-05-16 Behdad EsfahbodFix clang build
2019-05-16 Behdad Esfahbod[algs] Remove pair copy constructor
2019-05-16 Behdad EsfahbodWhitespace
2019-05-16 Garret Rieger[subset] Switch SingleSubst to use iterators in serialize.
2019-05-16 Behdad EsfahbodReduce captures of lambdas
2019-05-16 Behdad EsfahbodFix tests
2019-05-16 Behdad EsfahbodRemove variadic form of hb_min/hb_max
2019-05-15 Behdad EsfahbodAdd arithmetic operators
2019-05-15 Behdad EsfahbodAdd hb_bitwise_* ops
2019-05-15 Behdad Esfahbod[array] Adjust operator!=
2019-05-15 Behdad EsfahbodMore adjustment to OffsetTo<>::friend opeator+
2019-05-15 Behdad Esfahbod[iter] Simplify operator!= of iterator filters
2019-05-15 Behdad EsfahbodAdd all pair_t comparison operators
2019-05-15 Behdad Esfahbod[iter] Use default operators instead of redefining...
2019-05-15 David CorbettConvert Consonant_Initial_Postfixed to CONS_MED
2019-05-15 David CorbettFix record-test.sh on machines without sha1sum
2019-05-15 Ebrahim Byagowi[ci][test] Ignore other gcov symbols also
2019-05-15 Ebrahim Byagowi[ci][travis] Update its distribution
2019-05-15 Behdad EsfahbodAnother try
2019-05-15 Behdad EsfahbodCompletely revert the thing back
2019-05-15 Behdad EsfahbodAnother try at fix
2019-05-15 Behdad EsfahbodUgh. How was the Travis bot happy before, but isn...
2019-05-15 Behdad EsfahbodMove OffsetTo operator+ back out of class
2019-05-15 Behdad EsfahbodRevert "Revert symmetric OffsetTo overloads"
2019-05-15 Behdad EsfahbodRevert symmetric OffsetTo overloads
2019-05-15 Behdad EsfahbodUse implicit lambda return type
2019-05-15 Behdad EsfahbodAdd symmetric friend operator+ for OffsetTo
2019-05-15 Behdad EsfahbodMove OffsetTo<> deref operators in-class as friends
2019-05-15 Behdad EsfahbodWhitespace
2019-05-15 Behdad Esfahbod[iter] Remove sort categorization
2019-05-14 Behdad EsfahbodStart of gen-ucd.py, to replace UCDN
2019-05-14 Qunxin Liu[subset] retian nameids from STAT and fvar tables
2019-05-14 Behdad EsfahbodHopefully last warning fix
2019-05-14 Ebrahim Byagowi[ci] add HB_TINY to asmjs builder
2019-05-14 Ebrahim ByagowiFix -Wunused-function on HB_NO_SHAPE_AAT
2019-05-14 Dominik RöttschesFix building with HB_NO_SUBSET_LAYOUT
2019-05-14 Behdad Esfahbod[ucdn] Fix Hangul composition
2019-05-14 Behdad EsfahbodFix more warnings
2019-05-14 Behdad Esfahbod[config] Add NDEBUG and HB_NDEBUG
2019-05-14 Behdad EsfahbodOne more warning fix
2019-05-14 Behdad Esfahbod[icu] Comment
2019-05-14 Behdad EsfahbodFix moreeeeeeeeeee
2019-05-14 Behdad EsfahbodFix more semi-colon issues
2019-05-14 Behdad Esfahbod[iter] Fix zip iterator sortedness classification logic
2019-05-13 Behdad EsfahbodFix more excess semi-colon errors
2019-05-13 Behdad Esfahbod[iter] Track strictly-sorted iterators
2019-05-13 Behdad Esfahbod[iter] Minor
2019-05-13 Garret Rieger[subset] Fix shadowed 'groups' param in cmap.
2019-05-13 Behdad EsfahbodAdjust uniscribe_bug_compatible mode
next