platform/upstream/libHarfBuzzSharp.git
2019-01-04 Ebrahim Byagowi[ci] Enable more of GCC compile warnings (#1533)
2019-01-04 Nathan WillisUsermanual: small formatting and wording fixes.
2019-01-04 Nathan WillisUsermanual: small updates.
2018-12-31 cclaussCircleCI: Test for Python 3 syntax errors and undefined...
2018-12-30 Behdad EsfahbodFix automake warnings
2018-12-30 cclaussprint() is a function in Python 3 (#1520)
2018-12-30 cclaussPython 3 fixes to gen-os2-unicode-ranges.py (#1521)
2018-12-30 Ebrahim Byagowi[cmake] Enable C++11 on CMake (#1519)
2018-12-30 Behdad EsfahbodOuch! Fix build on C++<11
2018-12-30 Behdad EsfahbodFix ubsan with passing nullptr to qsort()
2018-12-27 Behdad EsfahbodFix build on C++ < 11
2018-12-27 Behdad Esfahbod[vector] Fix warning
2018-12-27 Behdad Esfahbod[aat] Minor
2018-12-27 Behdad Esfahbod[vector] Remove use of arrayZ() by using casts
2018-12-27 Behdad Esfahbod[vector] Remove static_array
2018-12-27 Behdad Esfahbod[vector] Use allocated = -1 to signify failure
2018-12-27 Michiharu Arizafix lealk with cff2::accelerator_templ_t::topDict ...
2018-12-24 Behdad Esfahbod[vector] Change pre-alloced count from 8 to 2
2018-12-24 Behdad EsfahbodFix a few warnings
2018-12-24 Behdad Esfahbod[iter] Fix warning
2018-12-24 Behdad Esfahbod[set] Add iter_t as alias to const_iter_t
2018-12-24 Behdad Esfahbod[set] Change to const_iter
2018-12-24 Behdad Esfahbod[set] Cache length in iterator
2018-12-22 Ebrahim ByagowiMinor, remove redundant inline
2018-12-22 Ebrahim ByagowiMinor, tweak spaces
2018-12-22 Michiharu ArizaCFF renaming (#1507)
2018-12-22 Behdad Esfahbod[set] Actually derive iterator from hb_sorted_iter_t<>
2018-12-22 Behdad Esfahbod[set] Implement unified iterator
2018-12-22 Behdad Esfahbod[set] Mark some internals protected
2018-12-22 Behdad Esfahbod[iter] Add hb_sorted_iter_t<>
2018-12-22 Behdad Esfahbod[iter] Change operator[] operand to be signed
2018-12-22 Behdad Esfahbod[array] Port to hb_iter_t<>
2018-12-21 Behdad Esfahbod[iter] Change __more__ to fallback to __len__
2018-12-21 Behdad Esfahbod[array/vector] Rename len to length
2018-12-21 Behdad Esfahbod[iter] Split hb_iter_t<> into hb_iter_t<> and hb_iter_m...
2018-12-21 Behdad EsfahbodAdjust internal header dependencies
2018-12-21 Behdad Esfahbod[Makefile.am] Minor
2018-12-21 Behdad Esfahbod[iter] Include from hb.hh
2018-12-21 Behdad Esfahbod[iter] Move hb_fill() and hb_copy() to hb-iter.hh
2018-12-21 Behdad Esfahbod[iter] Disallow copy-construction or assignment of...
2018-12-21 Behdad Esfahbod[iter] Fix hb_copy() return value
2018-12-21 Behdad Esfahbod[iter] Add const_iter_t / const_iter()
2018-12-21 Behdad Esfahbod[iter] Make hb_fill() take collection type, not iter
2018-12-21 Behdad Esfahbod[array] Add more hb_array() / hb_sorted_array() variants
2018-12-21 Behdad Esfahbod[serialize] Use component_list by reference, as a supplier
2018-12-21 Behdad Esfahbod[iter] Add .random_access()
2018-12-21 Behdad Esfahbod[iter] Fix __end__()
2018-12-21 Behdad Esfahbod[array] Remove copy constructor
2018-12-21 Behdad EsfahbodFix bot
2018-12-21 Behdad EsfahbodMinor
2018-12-21 Behdad Esfahbod[iter] Fix test again
2018-12-21 Behdad EsfahbodMinor
2018-12-21 Behdad Esfahbod[iter] More prototyping
2018-12-21 Behdad Esfahbod[iter] Make hb_fill() and hb_copy() take iterators
2018-12-21 Behdad Esfahbod[iter] Add hb_fill()
2018-12-21 Behdad Esfahbod[iter] Start prototyping hb_copy()
2018-12-21 Behdad Esfahbod[iter] Showcase implicit casts
2018-12-21 Behdad EsfahbodRename
2018-12-21 Behdad Esfahbod[iter] Rename
2018-12-21 Behdad Esfahbod[iter] First sample use
2018-12-21 Behdad Esfahbod[iter] Add bidirectionality
2018-12-21 Behdad Esfahbod[iter] Sketch new iterator design
2018-12-21 Behdad Esfahbod[iter] Add empty test
2018-12-21 Behdad EsfahbodRevert "Remove unused hb-iter.hh"
2018-12-21 Behdad Esfahbod[vector] Add operator bool
2018-12-21 Behdad EsfahbodRename
2018-12-21 Behdad EsfahbodRemove unused typedef
2018-12-21 Behdad Esfahbod2.3.0
2018-12-20 Behdad Esfahbod[serializer] Add operator <<
2018-12-20 Behdad EsfahbodAdd hb_assign(obj, value)
2018-12-20 Behdad Esfahbod[serialize] Adjust ClassDef
2018-12-20 Behdad EsfahbodFix code on big-endian gcc / clang
2018-12-20 Behdad EsfahbodMinor [skip ci]
2018-12-20 Behdad Esfahbod[saitnize] Minor
2018-12-20 fanc999Fix build on older Visual Studio versions (#1499)
2018-12-20 Behdad Esfahbod[sanitize] Use hb_static_size instead of ::static_size
2018-12-19 Ebrahim Byagowi[test] Fix test-name-table.cc leak issue
2018-12-19 Behdad Esfahbod[arrays] Add hb_ubytes_t for unsigned char
2018-12-18 Behdad Esfahbod[arrays] Remove hb_supplier_t<>
2018-12-18 Behdad Esfahbod[serialize] Propagate error from hb-face
2018-12-18 Behdad Esfahbod[serialize] Streamline error propagation
2018-12-18 Behdad EsfahbodRemove unused hb-iter.hh
2018-12-18 Behdad Esfahbod[arrays] Minor tweaks to hb_supplier_t
2018-12-18 Behdad Esfahbod[arrays] Rename Supplier to hb_supplier_t
2018-12-18 Behdad EsfahbodHide hb_addressof()
2018-12-18 Behdad EsfahbodEnable __builtin_* on clang
2018-12-18 Behdad EsfahbodAdd hb_addressof() and use it to fix bug after hb_bytes...
2018-12-17 Behdad EsfahbodEnable system extensions in hb.hh
2018-12-17 prraceFix Solaris use after free (#1495)
2018-12-17 Behdad EsfahbodRemove define GNU_SOURCE
2018-12-17 Behdad EsfahbodFix more warnings
2018-12-17 prraceFix Solaris Trailing comma in enum warnings (#1490)
2018-12-17 Ebrahim ByagowiLower coretext_aat shaper priority (#1488)
2018-12-17 Ebrahim ByagowiRemove redundant void from C++ sources (#1486)
2018-12-17 Ebrahim ByagowiMinor, fix two more ArrayOf incorrect operator logic
2018-12-17 Behdad Esfahbod[arrays] Minor fix
2018-12-17 Behdad Esfahbod[array] Add cast operator to add const to Type
2018-12-17 Behdad Esfahbod[array] Remove problematic constructor
2018-12-17 Behdad Esfahbod[array] Add arithmetic operators
2018-12-17 Behdad Esfahbod[array] Return Crap instead of Null if Type is not...
next