platform/upstream/libHarfBuzzSharp.git
2018-02-15 Garret Rieger[subset] Fix hhea subsetting and clean up some memory...
2018-02-15 Garret Rieger[subset] Add missing face reference in hb-subset-plan...
2018-02-15 Garret Rieger[subset] In hb-subset-test use hb_set_union instead...
2018-02-14 Garret Rieger[subset] Restore hb_face_data_destroy to be internal.
2018-02-14 Garret Rieger[subset] Fix memory leak in hb-ot-{maxp,os2}. Plus...
2018-02-14 Rod Sheeter[subset] remove TODO that was already done
2018-02-14 Rod Sheeter[subset] maxp wrong int type, note to use copy_writable...
2018-02-14 Rod Sheeter[subset] return bool not hb_bool_t from table::subset
2018-02-14 Rod Sheeter[subset] Use a supplier instead of memcpy and fix a...
2018-02-14 Rod Sheeter[subset] add free
2018-02-14 Rod Sheeter[subset] Give Behdad credit again
2018-02-14 Rod Sheeter[subset] First pass at hmtx
2018-02-14 Garret Rieger[subset] Fix codepoint iteration in hb-subset-test.
2018-02-14 Garret RiegerFix compile error in hb-subset-test.
2018-02-14 Rod Sheetercopy all cmap groups at once
2018-02-14 Garret RiegerMerge remote-tracking branch 'upstream/master' into...
2018-02-14 Garret Rieger[subset] Drop GSUB, GDEF, GPOS, and DSIG from subsetter...
2018-02-14 Garret Rieger[subset] capitalize dsig.
2018-02-14 Garret Rieger[subset] Extract maxp subsetting into hb-ot-maxp-table.
2018-02-14 Garret Rieger[subset] Add a test for OS/2 fixes during subsetting.
2018-02-14 Garret Rieger[subset] white and add inline in hb-ot-cmap-table.
2018-02-14 Garret Rieger[subset] Correct usFirstCharIndex and usLastCharIndex...
2018-02-14 Ebrahim ByagowiAnother attempt on fixing the tests on Travis (#788)
2018-02-14 Behdad Esfahbod[set] Add backwards iterator
2018-02-14 Behdad Esfahbod[set] Allow starting iteration from a non-member of...
2018-02-14 Behdad EsfahbodAdd hb_blob_copy_writable_or_fail()
2018-02-14 Behdad Esfahbod[subset] Rename constructor to hb_subset_input_create_o...
2018-02-14 Behdad Esfahbod[use] Add dump-use-data
2018-02-14 Behdad Esfahbod[khmer] Add dump-khmer-data
2018-02-14 Behdad Esfahbod[myanmar] Add dump-myanmar-data
2018-02-14 Behdad Esfahbod[indic] Rename print-indic-table to dump-indic-data
2018-02-14 Behdad Esfahbod[indic] Explicitly number indic_position_t
2018-02-14 Behdad EsfahbodMore tweaking linker and linker flags
2018-02-14 Behdad Esfahbod[indic] Share some copy/pasta code
2018-02-14 Behdad Esfahbod[indic] Add print-indic-table
2018-02-14 Behdad Esfahbod[subset] Fix loca offsets
2018-02-13 Behdad EsfahbodAnother tweak at libstdc++ things
2018-02-13 Behdad Esfahbod[aat] Minor
2018-02-13 Behdad EsfahbodMinor
2018-02-13 Behdad Esfahbod[subset] hb_subset_input_t changes
2018-02-13 Behdad EsfahbodDisable threadsafe static's for all libraries
2018-02-13 Ebrahim ByagowiSpecify the project name for coverity, trying to fix...
2018-02-13 Behdad EsfahbodPass no-libstdc++ flags only to libraries suppressing it
2018-02-13 Behdad Esfahbod[subset] Allocate bulk memory with malloc(), not calloc()
2018-02-13 Behdad EsfahbodUse hb_face_get_upem() instead of face->get_upem()
2018-02-13 Behdad Esfahbod[subset] Remove unreachable code
2018-02-13 Behdad EsfahbodAllow libharfbuzz-subset to link to libstdc++
2018-02-13 Ebrahim ByagowiMove linker specifying to a better place
2018-02-13 Garret Rieger[subset] whitespace
2018-02-13 Rod Sheeteroutput format 12 as enc 10 to match how Roboto did it
2018-02-13 Rod Sheeterbasic wiring for a (failing) cmap test
2018-02-12 Rod Sheeterauto-completed the wrong gids_to_retain
2018-02-12 Rod SheeterUse functions to get new gids. Avoid 0; fonttools drops...
2018-02-12 Garret Rieger[subset] Remove test-subset, testing is planned to...
2018-02-12 Garret Rieger[subset] added todo in test-subset-glyf.
2018-02-12 Garret Rieger[subset] re-enable test-subset-glyf. Refactor to use...
2018-02-12 Garret Rieger[subset] Add some helper functions for writing tests...
2018-02-12 Garret Rieger[subset] Fix loca generation, was previously writing...
2018-02-12 Khaled HosnyRename --with-stdcpp → --with-libstdc++
2018-02-12 Rod Sheeterwe love all our groups
2018-02-12 Rod Sheeterdrop GDEF, GPOS, GSUB, and dsig
2018-02-12 Garret Rieger[subset] Set the new number of glyphs in maxp.
2018-02-12 Garret RiegerDon't force loca version to long.
2018-02-12 Garret RiegerDestroy the subset plan at the end of subsetting.
2018-02-12 Rod SheeterBuild a working cmap format 12
2018-02-12 Rod Sheetersubset for real
2018-02-12 Rod SheeterC-style comments
2018-02-12 Ebrahim ByagowiFix symbol exporting issue on msys2 and ✅ bringing...
2018-02-12 Ebrahim ByagowiMinor
2018-02-12 Ebrahim ByagowiMinor, don't skip the whole test when one .def file...
2018-02-12 Ebrahim ByagowiApply check-defs.sh to -icu and -subset, toward mingw...
2018-02-12 Ebrahim ByagowiAdd --with-stdcpp for ossfuzzer and mupdf use (#770)
2018-02-12 Ebrahim Byagowiminor
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
next