platform/upstream/libHarfBuzzSharp.git
2018-02-24 Garret RiegerMerge pull request #829 from googlefonts/test-checksum
2018-02-24 Behdad Esfahbod[subset] Caclculate head table checksum adjustment
2018-02-24 Garret RiegerMerge pull request #828 from googlefonts/mem-fixes
2018-02-23 Behdad Esfahbod[subset] Fix checksum calc out-of-bounds access
2018-02-23 Garret Rieger[subset] Fix memory leak in hb-subset-glyf.
2018-02-23 Garret Rieger[subset] Fix memory leak in hb-subset-plan.
2018-02-23 Garret Rieger[subset] Fix memory leak in hb-subset.
2018-02-23 Garret Rieger[subset] Fix memory leak in cmap subsetting.
2018-02-23 Garret Rieger[subset] Fix memory leak in hmtx subsetting.
2018-02-23 Garret Rieger[subset] Fix memory leak in subset face destroy.
2018-02-23 Ben Boeckelautoconf: provide a harfbuzz-config for use from CMake...
2018-02-23 Behdad EsfahbodClean up check-defs and check-symbols (#821)
2018-02-23 Garret RiegerMerge pull request #823 from googlefonts/hdmx
2018-02-23 Garret Rieger[subset] Remove commented code from run-tests.py.
2018-02-23 Garret Rieger[subset] Update expected files for subsetting integrati...
2018-02-23 Garret Rieger[subset] Fix checksum clearning in subset test diff...
2018-02-23 Garret Rieger[subset] Don't compare actual to itself in Fix test...
2018-02-23 Behdad Esfahbod[hdmx] Fix sanitize()
2018-02-23 Behdad Esfahbod[hdmx] Minor
2018-02-23 Behdad Esfahbod[hdmx] Move DeviceRecord to toplevel again
2018-02-23 Garret Rieger[subset] More complete sanitization implementation...
2018-02-23 Garret Rieger[subset] Formatting and comments in hdmx.
2018-02-22 Garret Rieger[subset] In hb-ot-hdmx-table, s/glyf/hdmx.
2018-02-22 Garret Rieger[subset] Fail subset if a table fails to sanitize.
2018-02-22 Garret Rieger[subset] Add a unit test for hdmx subsetting.
2018-02-22 Garret Rieger[subset] Enable hdmx subsetting.
2018-02-22 Garret Rieger[subset] Move DeviceRecord inside of hdmx.
2018-02-22 Garret Rieger[subset] Add hdmx subsetting implementation.
2018-02-22 Garret Rieger[subset] In hdmx serialize set the correct value of...
2018-02-22 Garret Rieger[subset] When serializing a DeviceRecord in hdmx pad...
2018-02-22 Garret Rieger[subset] Begin implementing serialize for hdmx.
2018-02-22 Garret Rieger[subset] Sketch out a basic hb-ot-hdmx.hh.
2018-02-22 Ebrahim Byagowi[util] Implement ppem/ptem on hb-{shape,view} (#811)
2018-02-22 Ebrahim Byagowi[dev-run] minor
2018-02-22 Ebrahim Byagowi[dev-run] Add gdb/lldb shortcuts
2018-02-22 Rod Sheeter[subset] keep the result of _subset
2018-02-21 Behdad EsfahbodAdd two more ragel-generated headers
2018-02-21 Ebrahim ByagowiAdd .editorconfig (#810)
2018-02-21 Behdad EsfahbodUse HB_SET_VALUE_INVALID consistently
2018-02-21 Garret Rieger[subset] fix calculation of range shiftz. Should be...
2018-02-21 Garret Rieger[subset] Reverse table order for font serialization...
2018-02-21 Garret Rieger[subset] sanity check glyph data writes during glyph...
2018-02-21 Garret Rieger[subset] Sanity check that loca writes are inbounds.
2018-02-21 Garret RiegerMerge pull request #812 from googlefonts/cleanup
2018-02-20 Behdad Esfahbod[aat] Cosmetic touch-ups to trak table
2018-02-20 Behdad EsfahbodAdd Ragel-generated files to git
2018-02-20 Garret Rieger[subset] Switch to hb_blob_copy_writable_or_fail in...
2018-02-20 Garret Rieger[subset] Move glyf subsetting code into hb-ot-glyf...
2018-02-20 Behdad EsfahbodDon't use %zu
2018-02-20 Ebrahim Byagowi[dev-run] minor
2018-02-20 Ebrahim Byagowi[dev-run] Support autotools builds
2018-02-20 Dominik RöttschesUse %zu format specifier for size_t to fix cross platfo...
2018-02-20 Ebrahim ByagowiChange Alpine and ArchLinux bot to test O3 and O0 on...
2018-02-19 Ebrahim Byagowi[aat] First dig on 'trak'
2018-02-19 Behdad EsfahbodUgh. Really fix build.
2018-02-19 Behdad EsfahbodFix build after previous commit
2018-02-19 Behdad Esfahbod[subset] Don't include hb-subset.h from hb.h
2018-02-19 Ebrahim ByagowiCheck availability of entr instead now that this works...
2018-02-19 Ebrahim ByagowiSimplify hb-fuzzer output printing and fix ArchLinux bot
2018-02-19 Ebrahim ByagowiTest debug builds on ArchLinux bot
2018-02-19 Behdad EsfahbodLimit how much work sanitize() can do
2018-02-19 Behdad Esfahbod[aat] Minor
2018-02-19 Behdad EsfahbodFix debug build
2018-02-19 Behdad Esfahbod[aat] Silence warning
2018-02-19 Behdad Esfahbod[ci] Make AppVeyor less noisy
2018-02-18 Behdad EsfahbodReadjust mark attachment heuristic a bit more
2018-02-18 Behdad Esfahbod[test] Add test for https://github.com/harfbuzz/harfbuz...
2018-02-18 Ebrahim Byagowi[aat] First dig on 'kerx' (#704)
2018-02-18 Behdad EsfahbodMerge pull request #796 from ebraminio/dev-run
2018-02-18 Behdad EsfahbodRemove unused check
2018-02-18 Ebrahim ByagowiAdd a continuous builder using fswatch
2018-02-18 Behdad Esfahbod[test] Fix a couple of coverity_scan issues
2018-02-18 Ebrahim ByagowiAnother attempt on fixing coverity
2018-02-18 Behdad EsfahbodMerge pull request #800 from harfbuzz/bitops
2018-02-18 Behdad EsfahbodFix BitScanForward() usage
2018-02-18 Behdad EsfahbodMerge branch 'master' into bitops
2018-02-17 David CorbettDo not mark the first glyph as unsafe to break
2018-02-17 Behdad Esfahbod[test] Remove unused var
2018-02-17 Behdad EsfahbodUpdate outdated TODO file
2018-02-17 Behdad Esfahbod[test/api] Distribute all fonts
2018-02-17 Behdad EsfahbodMisc fixes
2018-02-17 Garret Rieger[subset] add a glyf subsetting test for a font with...
2018-02-17 Garret Rieger[subset] missing return.
2018-02-17 Garret Rieger[subset] Add support for updating reference gids in...
2018-02-17 Garret Rieger[subset] Refactor composite glyf iteration code into...
2018-02-17 Garret Rieger[subset] Use gids_to_retain_sorted to produce old gid...
2018-02-17 Garret Rieger[subset] Use complex glyph closure to populate gids_to_...
2018-02-17 Garret Rieger[subset] add constant to get_composite and in_table...
2018-02-17 Garret Rieger[subset] Add a DFS search to produce a closure of compo...
2018-02-17 Garret Rieger[subset] add helper methods to glyf accelerator for...
2018-02-17 Behdad EsfahbodAnother bitops fallback fix
2018-02-17 Behdad EsfahbodAnother bitops fallback impl fix
2018-02-17 Behdad Esfahbod[set] Implement iteration using bitop intrinsics
2018-02-17 Behdad EsfahbodFix wide bitops implemenetation
2018-02-17 Behdad Esfahbod[set] Readjust parameters
2018-02-17 Behdad EsfahbodFix bitops fallback impl
2018-02-17 Behdad EsfahbodFlesh out other bit ops some more for 128bit as well
2018-02-17 Behdad EsfahbodClean up bit functions
2018-02-17 Behdad EsfahbodImprove _hb_popcount()
2018-02-16 Behdad EsfahbodFix warnings
next