summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-02-18Fix BitScanForward() usagebitopsBehdad Esfahbod1-2/+2
2018-02-18Merge branch 'master' into bitopsBehdad Esfahbod16-116/+255
2018-02-17Do not mark the first glyph as unsafe to breakDavid Corbett5-11/+1
2018-02-16[test] Remove unused varBehdad Esfahbod1-1/+0
2018-02-16Update outdated TODO fileBehdad Esfahbod1-28/+1
2018-02-16[test/api] Distribute all fontsBehdad Esfahbod1-19/+2
2018-02-16Misc fixesBehdad Esfahbod2-36/+34
2018-02-16[subset] add a glyf subsetting test for a font with composite glyphs.Garret Rieger3-0/+21
2018-02-16[subset] missing return.Garret Rieger1-0/+1
2018-02-16[subset] Add support for updating reference gids in components to their new v...Garret Rieger1-5/+33
2018-02-16[subset] Refactor composite glyf iteration code into an Iterator outside of t...Garret Rieger2-56/+60
2018-02-16[subset] Use gids_to_retain_sorted to produce old gid -> new gid mapping sinc...Garret Rieger1-4/+6
2018-02-16[subset] Use complex glyph closure to populate gids_to_retain_sorted.Garret Rieger2-19/+30
2018-02-16[subset] add constant to get_composite and in_table methods in hb-ot-glyf-tableGarret Rieger1-2/+2
2018-02-16[subset] Add a DFS search to produce a closure of composite glyphs.Garret Rieger1-0/+21
2018-02-16[subset] add helper methods to glyf accelerator for reading composite glyph i...Garret Rieger1-3/+112
2018-02-16Another bitops fallback fixBehdad Esfahbod1-2/+2
2018-02-16Another bitops fallback impl fixBehdad Esfahbod1-4/+4
2018-02-16[set] Implement iteration using bitop intrinsicsBehdad Esfahbod1-36/+19
2018-02-16Fix wide bitops implemenetationBehdad Esfahbod1-2/+2
2018-02-16[set] Readjust parametersBehdad Esfahbod1-3/+3
2018-02-16Fix bitops fallback implBehdad Esfahbod1-2/+2
2018-02-16Flesh out other bit ops some more for 128bit as wellBehdad Esfahbod1-39/+126
2018-02-16Clean up bit functionsBehdad Esfahbod1-16/+27
2018-02-16Improve _hb_popcount()Behdad Esfahbod4-24/+44
2018-02-16Fix warningsBehdad Esfahbod3-4/+10
2018-02-16Enable C99 if availableBehdad Esfahbod1-0/+1
2018-02-16Merge pull request #792 from googlefonts/masterrsheeter31-268/+873
2018-02-16That didn't work...Behdad Esfahbod1-1/+1
2018-02-16Add mingw32.sh and mingw64.shBehdad Esfahbod3-27/+45
2018-02-16Remove checking macros __OPTIMIZE__ for MSVCArkady Shapkin1-5/+4
2018-02-16Make this work for old versions of automakeKhaled Hosny1-1/+2
2018-02-16Print only the failed logKhaled Hosny1-2/+4
2018-02-16Simplify calls to collect-logs.shKhaled Hosny4-8/+16
2018-02-16[subset] try to get more info from bot where g_assert_cmpmem failsRod Sheeter2-10/+13
2018-02-16[subset] fix int type for blob length in hb-subset-test.hRod Sheeter1-1/+1
2018-02-16Merge branch 'master' of https://github.com/harfbuzz/harfbuzzRod Sheeter5-8/+20
2018-02-16Fix hb-private.hh compile issueEbrahim Byagowi1-2/+2
2018-02-15Use _BitScanForward and _BitScanReverse on MSVCArkady Shapkin1-0/+12
2018-02-15[subset] apparently C99 is too much to ask in 2018Rod Sheeter1-1/+1
2018-02-15[subset] fix format specifier for size_tRod Sheeter1-1/+1
2018-02-15[subset] fix no matching function MIN in djgppRod Sheeter1-1/+1
2018-02-15[subset] add files to EXTRA_DISTRod Sheeter1-0/+3
2018-02-15[subset] correct bug introduced to get_advanceRod Sheeter1-2/+6
2018-02-15[subset] remove unused declRod Sheeter1-3/+0
2018-02-15Move collect_logs to .ci dirKhaled Hosny4-8/+8
2018-02-14[subset] hmtx space bracket. authors++Rod Sheeter1-20/+20
2018-02-14[subset] cmap space bracketRod Sheeter1-36/+36
2018-02-14[subset] space bracketRod Sheeter1-3/+2
2018-02-14[subset] maxp copy writeable fnRod Sheeter1-5/+4