platform/upstream/libHarfBuzzSharp.git
2017-10-27 Behdad EsfahbodTowards compiling with pre-C++11 compilers and nullptr...
2017-10-27 Behdad Esfahbod[post] Make format1 names array avoid relocations
2017-10-27 Behdad EsfahbodAdd hb-string-array.hh
2017-10-27 Behdad EsfahbodMinor
2017-10-26 Behdad Esfahbod1.6.3
2017-10-26 David CorbettInclude all relevant glyphs in the subsetted font
2017-10-26 Behdad EsfahbodFix warning
2017-10-26 Jonathan Kew[set] Fix page_map[] indexing in backward loop.
2017-10-26 Jonathan Kew[test] Extend hb_set test for issue 579 (currently...
2017-10-26 Jonathan Kew[test] Additional coverage in test_set_iter.
2017-10-26 Jonathan Kew[set] Bugfix for hb_set_next
2017-10-26 Behdad Esfahbod[post] Oops!
2017-10-26 Behdad Esfahbod[post] Touch up and fixes
2017-10-25 Khaled Hosny[ot-font] Implement hb_ot_get_glyph_from_name
2017-10-25 Khaled Hosny[ot-font] Implement hb_ot_get_glyph_name
2017-10-25 Behdad EsfahbodMerge commit '49a41dc75931cc2d2f7e74b7801f8cc327039e8e'
2017-10-25 Behdad Esfahbod[test] Add more hb-set tests
2017-10-25 David CorbettUse `mktemp -d` instead of `mktemp --directory`
2017-10-25 David CorbettFix and run indic-script-extensions.tests
2017-10-25 David CorbettFix code point iteration in narrow Python
2017-10-25 Behdad EsfahbodCheck for headers in builddir first, in check-*.sh
2017-10-24 Behdad Esfahbodcheck-externs.sh: Make output more verbose
2017-10-23 Behdad Esfahbod1.6.2
2017-10-23 Behdad Esfahbod[set] Rewrite another way :P
2017-10-23 Behdad Esfahbod[set] Fix crash
2017-10-23 Behdad Esfahbod[RELEASING] Format
2017-10-23 Behdad Esfahbod[doap] Switch to github issues
2017-10-23 Behdad Esfahbod[RELEASING] Minor
2017-10-23 Behdad EsfahbodMinor
2017-10-23 Behdad Esfahbod[set] Don't use major()
2017-10-23 Behdad Esfahbod[set] Don't use PAGE_SIZE
2017-10-22 Behdad EsfahbodMerge commit '6cc49762c4fdfd0e2770a84d1b1f055acf42376f'
2017-10-22 Behdad Esfahbod[icu] Fix error check
2017-10-22 ebraminioMerge pull request #575 from behdad/releasing-edit
2017-10-22 ebraminioClarify the last step of release
2017-10-22 Behdad EsfahbodFix set initialization issues
2017-10-22 Behdad Esfahbod1.6.1
2017-10-22 Behdad EsfahbodMerge commit '3ee15a60358f4d894bbf2431d7a7df38b7acc4ce'
2017-10-22 Behdad EsfahbodAnother try at fixing mingw32 build bot fail
2017-10-22 Behdad EsfahbodMerge commit 'bfe0faf1a2d39302129a7202994456afd96694ca'
2017-10-22 Behdad EsfahbodAnother try at fixing mingw32 build bot fail
2017-10-22 Behdad Esfahbod[docs] Deprecate hb_set_invert()
2017-10-21 ebraminioMerge pull request #572 from fanc999/master.msvc
2017-10-20 Behdad EsfahbodAnother try at fixing build bots
2017-10-19 Behdad EsfahbodRemove FLAG_SAFE()
2017-10-19 Behdad Esfahbod[myanmar] Fix unsafe usage of FLAG_SAFE()
2017-10-19 Chun-wei FanCMake builds: Support introspection builds
2017-10-18 Chun-wei FanCMake: Support building HarfBuzz-GObject
2017-10-18 Chun-wei FanCMake builds: Fix builds
2017-10-17 Behdad Esfahbod[bsearch] Micro-optimization
2017-10-17 Fredrik RoubertSwitch from ICU deprecated unorm_normalize to unorm2_no...
2017-10-17 Behdad EsfahbodUpdate docs symbols
2017-10-17 Behdad EsfahbodTry fixing build on VC
2017-10-17 Behdad Esfahbod[coretext] Fix build
2017-10-16 Behdad Esfahbod[set] Fix merge logic
2017-10-15 Behdad EsfahbodOuch.
2017-10-15 Behdad Esfahbod[set] Disable vectorization
2017-10-15 Behdad EsfahbodFix bots
2017-10-15 Behdad Esfahbod[set] Remove TODO items not worth pursuing
2017-10-15 Behdad Esfahbod[set] Speed up intersects()
2017-10-15 Behdad EsfahbodSimplify hb_prealloced_array_t initialization
2017-10-15 Behdad EsfahbodProperly detect vector_size attribute and use fallback...
2017-10-15 Behdad Esfahbod[set] Add fallback implementation of int-vector type
2017-10-15 Behdad EsfahbodFaster hb_set_t
2017-10-15 Behdad EsfahbodDeprecate hb_set_invert()
2017-10-15 Behdad EsfahbodAdd bfind() to prealloaced_array_t
2017-10-15 Behdad EsfahbodInline another bsearch()
2017-10-15 Behdad EsfahbodAdd popcount for 64bit ints
2017-10-15 Behdad EsfahbodRemove unused hb_cache_t
2017-10-15 Behdad EsfahbodRemove unused hb_frozen_set_t
2017-10-15 Behdad EsfahbodMove set-digests into their own header file
2017-10-15 Behdad EsfahbodTry fixing AppVeyor bots
2017-10-15 Behdad EsfahbodFix warnings
2017-10-15 Behdad EsfahbodUse C++11
2017-10-15 Behdad EsfahbodUse nullptr instead of NULL
2017-10-15 Behdad EsfahbodDon't use NULL in public headers
2017-10-15 Behdad EsfahbodUse static_assert instead of custom ASSERT_STATIC
2017-10-15 Behdad EsfahbodAdd polyfill for static_assert and nullptr
2017-10-15 Behdad Esfahbod[util] Include hb-private.hh
2017-10-15 Behdad EsfahbodNever skip over CGJ
2017-10-13 Behdad Esfahbod1.6.0
2017-10-13 Behdad Esfahbod[ucdn] Fix compiler warnings
2017-10-13 Behdad Esfahbod[coretext] Fix build
2017-10-13 Behdad Esfahbod[coretext] Pass correct font size to CoreText
2017-10-12 Behdad EsfahbodMerge remote-tracking branch 'origin/master'
2017-10-12 Behdad Esfahbod[indic] Special-case Kannada Ra,H,ZWJ sequence
2017-10-12 n8willisReplacing 'cluster' with 'syllable' when comments descr...
2017-10-12 ebraminioMinor BUILD.md fix (#565)
2017-10-12 Behdad Esfahbod[coretext] Use fabs() to silence compiler warning
2017-10-12 Dominik Röttsches[coretext] Activate tracking for system fonts
2017-10-12 Khaled HosnyCMakelists.txt fix for Freetype builds (#564)
2017-10-12 Behdad Esfahbod[coretext] Use fabsf() instead of abs()
2017-10-12 ebraminioRemove nmake port of harfbuzz (#562)
2017-10-12 Behdad Esfahbod[ft] Add hb_ft_font_changed()
2017-10-11 Behdad EsfahbodAdd hb_face_get_table_tags()
2017-10-11 Behdad EsfahbodRemove cast of functions to (hb_destroy_func_t)
2017-10-11 Behdad Esfahbod[coretext] Minor
2017-10-11 Behdad EsfahbodChange ptem API to make 0 mean unset
2017-10-11 Behdad Esfahbod[coretext] Minor
2017-10-11 Behdad Esfahbod[coretext] Adjust font size check for 0
next