platform/upstream/libHarfBuzzSharp.git
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
2018-02-15 Rod Sheeter[subset] remove unused decl
2018-02-15 Khaled HosnyMove collect_logs to .ci dir
2018-02-15 Rod Sheeter[subset] hmtx space bracket. authors++
2018-02-15 Rod Sheeter[subset] cmap space bracket
2018-02-15 Rod Sheeter[subset] space bracket
2018-02-15 Rod Sheeter[subset] maxp copy writeable fn
2018-02-15 Rod Sheeter[subset] hmtx use copy writeable fn instead of direct...
2018-02-15 Rod Sheeter[subset] whitespace
2018-02-15 Behdad Esfahbod[subset] Minor
2018-02-15 Behdad Esfahbod[test] Reinstate test/shaping/data/in-house/tests/myanm...
2018-02-15 Behdad Esfahbod[subset] Merge remote-tracking branch 'googlefonts...
2018-02-15 Garret Rieger[subset] Don't fail on different checksum adjustment...
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 Behdad EsfahbodAnother linker tweaking
2018-02-14 Behdad Esfahbod[set] Tune size again
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 Ebrahim ByagowiRedirect email notifications to another mailing list...
2018-02-14 Ebrahim ByagowiAdd .collect_logs and use it on CI bots, fixes #786...
2018-02-14 Garret Rieger[subset] Fix codepoint iteration in hb-subset-test.
2018-02-14 Behdad EsfahbodAnother try
2018-02-14 Garret RiegerFix compile error in hb-subset-test.
2018-02-14 Behdad Esfahbod[test] Fix warning
2018-02-14 Behdad EsfahbodTweak Makefile some more
2018-02-14 Behdad Esfahbod[subset] Allow linking to libstdc++
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)
next