platform/upstream/libHarfBuzzSharp.git
2018-02-12 Ebrahim ByagowiAdd Travis based Coverity trigger (#778)
2018-02-12 Behdad EsfahbodRemove linker selection from hb-ucdn
2018-02-12 Behdad EsfahbodAdd MSVC to no-visibility list
2018-02-12 Behdad EsfahbodAdd Sun compiler to no-visibility as well
2018-02-12 Behdad EsfahbodFix more warnings
2018-02-12 Behdad EsfahbodAnother try at fixing multiple-defintion of NullPool
2018-02-12 Behdad Esfahbod[docs] Minor update
2018-02-12 Behdad Esfahbod[subset] Another fixup
2018-02-12 Behdad EsfahbodTry at fixing multiple-definition of NullPool
2018-02-12 Behdad Esfahbod[subset] Use auto_array_t where it does make sense
2018-02-12 Behdad EsfahbodMinor
2018-02-11 Ebrahim ByagowiInstall fonttools on two bots and enable cmake hb-subse...
2018-02-11 Ebrahim ByagowiInitialize bad_indices on hb-subset (#775)
2018-02-11 Ebrahim Byagowifix gobject compile issue (#773)
2018-02-11 Behdad Esfahbod[gpos] Adjust mark attachment heuristic
2018-02-10 Behdad EsfahbodMore fixes
2018-02-10 Behdad EsfahbodMisc warning fixes
2018-02-10 Behdad EsfahbodFix djgpp bot
2018-02-10 Behdad EsfahbodMinor
2018-02-10 Ebrahim ByagowiFavor use of static instead HB_INTERNAL
2018-02-10 Behdad Esfahbod[test] Disable test-subset-glyf for now
2018-02-10 Behdad EsfahbodMore fixes
2018-02-10 Behdad EsfahbodFix more build issues
2018-02-10 Ebrahim ByagowiHide more symbols of hb-subset (#771)
2018-02-10 Behdad Esfahbod[subset] Replace auto_array with prealloced_array
2018-02-10 Behdad EsfahbodFix some other bots
2018-02-10 Behdad Esfahbod[util] Remove use of ssize_t which was failing on MSVC
2018-02-10 Behdad EsfahbodMinor
2018-02-10 Ebrahim ByagowiFix symbol exporting and libstdc++ linkage of hb-subset...
2018-02-10 Behdad Esfahbod[aat] Add buffer messages
2018-02-10 Behdad EsfahbodMinor
2018-02-10 Behdad Esfahbod[subset] Merge remote-tracking branch 'googlefonts...
2018-02-10 Behdad EsfahbodReplace Supplier.advance with Supplier::operator+=
2018-02-10 Behdad Esfahbod[util] Use setlinebuf() if present
2018-02-10 Ebrahim ByagowiFix cast warnings on clang (#768)
2018-02-10 Garret RiegerIn glyf subsetting add suport for writing out a short...
2018-02-10 Rod SheeterFirst pass at building a cmap
2018-02-10 Garret RiegerCheck for failures from add table.
2018-02-10 Rod Sheeteradd missing return
2018-02-10 Garret RiegerKeep a second set of glyph ids in subset plan which...
2018-02-10 Garret RiegerFormatting for hb-subset-plan.
2018-02-09 Behdad EsfahbodTry fixing build with Sun Studio
2018-02-09 Garret RiegerReturn empty face on hb_subset failure instead of null...
2018-02-09 Behdad EsfahbodTypo
2018-02-09 Behdad Esfahbod[docs] Improve UNSAFE_TO_BREAK docs
2018-02-09 bungemanDocumentation for HB_GLYPH_FLAG_UNSAFE_TO_BREAK.
2018-02-09 Garret RiegerUpdate head table with loca format selected by glyf...
2018-02-09 Garret RiegerRemove uneeded code in hb-subset.
2018-02-09 Behdad Esfahbod[test/text-rendering-tests] Update from upstream
2018-02-09 Rod SheeterCreate the groups for a cmap format12. Does not yet...
2018-02-09 Rod Sheetercapture codepoints sorted so we can use them for cmap...
2018-02-09 Rod Sheeterremove output noise
2018-02-09 Rod Sheeterfix comment
2018-02-09 Rod Sheetercomment the serialization of table
2018-02-09 Garret RiegerAdd an extra entry to the end of the loca table to...
2018-02-09 Garret RiegerApply per table subsetting while building the new face...
2018-02-09 Garret RiegerDisable subset tests on cmake for now.
2018-02-08 Garret RiegerDisable subset tests on cmake for now.
2018-02-08 Behdad EsfahbodOops!
2018-02-08 Behdad EsfahbodWhitespace
2018-02-08 Behdad EsfahbodMinor fixups
2018-02-08 Garret RiegerDon't include subset headers in libharfbuzz.
2018-02-08 Garret RiegerFix include gaurds and include order in hb-subset-glyf...
2018-02-08 Garret RiegerAdd CMake config for building a separate harfbuzz-subset.
2018-02-08 Garret RiegerSkip subset to fonttools comparison test if TTX is...
2018-02-08 Garret RiegerWhitespace
2018-02-08 Garret RiegerIn the hb-subset to fontTools comparison, use ttx to...
2018-02-08 Garret RiegerImplement basic loca (long version only) subsetting.
2018-02-08 Garret RiegerUpdate interface to hb-subset-glyf to subset glyf and...
2018-02-08 Garret RiegerComment out failing assert in test-subset-glyf for...
2018-02-08 Garret RiegerAdd a basic test for glyf subsetting.
2018-02-08 Garret RiegerCleanups in hb-subset-glyf and hb-subset-plan.
2018-02-08 Rod Sheetermove to the hb_face_t dest pattern
2018-02-08 Rod Sheetersketch a subset<T> and call it for cmap. Add subset...
2018-02-08 Behdad EsfahbodFix overflow in space fallback shaping
2018-02-08 Behdad EsfahbodAvoid undefined-behavior in fallback mark positioning
2018-02-08 Behdad Esfahbod[fuzzer] Minor
2018-02-08 Behdad Esfahbod[util] Minor
2018-02-08 Behdad Esfahbod[aat] Minor
2018-02-08 Behdad Esfahbod[test/text-rendering-tests] Update from upstream
2018-02-08 Behdad EsfahbodTODO
2018-02-08 Behdad Esfahbod[subset] Fix thinko
2018-02-08 Behdad EsfahbodFix another thinko
2018-02-08 Behdad Esfahbod[subset] Fix thinko
2018-02-08 Behdad EsfahbodBuild
2018-02-08 Behdad Esfahbod[subset] Assemble font
2018-02-08 Behdad Esfahbod[set] Respect stride
2018-02-07 Behdad Esfahbod[subset] Fixup
2018-02-07 Behdad EsfahbodWhitespace
2018-02-07 Behdad Esfahbod[subset] Create new face and copy all tables to it
2018-02-07 Garret RiegerRefactor subset glyf to remove multiple calls to glyf...
2018-02-07 Garret RiegerAdd implementation of glyf subsetting.
2018-02-07 Garret RiegerExtract glyf offset calculation into it's own method.
2018-02-07 Behdad EsfahbodFix two undefined-behavior issues
2018-02-07 Behdad EsfahbodTry fixing build for platforms that have no visibility...
2018-02-07 Behdad Esfahbod[test] Minor
2018-02-07 Behdad Esfahbod[subset] Add hb_subset_face
2018-02-07 Behdad Esfahbod[subset] Change hb_subset API to remove hb_subset_face_t
2018-02-07 Behdad EsfahbodRemove NullPool visibility hack
2018-02-07 Rod Sheeterglyph ids to retain should most likely keep the glyph...
next