platform/upstream/libHarfBuzzSharp.git
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
2018-02-16 Behdad EsfahbodEnable C99 if available
2018-02-16 rsheeterMerge pull request #792 from googlefonts/master
2018-02-16 Behdad EsfahbodThat didn't work...
2018-02-16 Behdad EsfahbodAdd mingw32.sh and mingw64.sh
2018-02-16 Arkady ShapkinRemove checking macros __OPTIMIZE__ for MSVC
2018-02-16 Khaled HosnyMake this work for old versions of automake
2018-02-16 Khaled HosnyPrint only the failed log
2018-02-16 Khaled HosnySimplify calls to collect-logs.sh
2018-02-16 Rod Sheeter[subset] try to get more info from bot where g_assert_c...
2018-02-16 Rod Sheeter[subset] fix int type for blob length in hb-subset...
2018-02-16 Rod SheeterMerge branch 'master' of https://github.com/harfbuzz...
2018-02-16 Ebrahim ByagowiFix hb-private.hh compile issue
2018-02-15 Arkady ShapkinUse _BitScanForward and _BitScanReverse on MSVC
2018-02-15 Rod Sheeter[subset] apparently C99 is too much to ask in 2018
2018-02-15 Rod Sheeter[subset] fix format specifier for size_t
2018-02-15 Rod Sheeter[subset] fix no matching function MIN in djgpp
2018-02-15 Rod Sheeter[subset] add files to EXTRA_DIST
2018-02-15 Rod Sheeter[subset] correct bug introduced to get_advance
next