Commit cb152332 authored by Dominik Röttsches's avatar Dominik Röttsches Committed by Commit Bot

Roll src/third_party/harfbuzz-ng/src/ 59345cdef..26c5b54fb (153 commits)

https://chromium.googlesource.com/external/github.com/harfbuzz/harfbuzz.git/+log/59345cdef38c..26c5b54fb09f

$ git log 59345cdef..26c5b54fb --date=short --no-merges --format='%ad %ae %s'
2018-12-31 cclauss CircleCI: Test for Python 3 syntax errors and undefined names (#1522)
2018-12-30 behdad Fix automake warnings
2018-12-30 cclauss print() is a function in Python 3 (#1520)
2018-12-30 cclauss Python 3 fixes to gen-os2-unicode-ranges.py (#1521)
2018-12-30 ebrahim [cmake] Enable C++11 on CMake (#1519)
2018-12-30 behdad Ouch! Fix build on C++<11
2018-12-30 behdad Fix ubsan with passing nullptr to qsort()
2018-12-27 behdad Fix build on C++ < 11
2018-12-27 behdad [vector] Fix warning
2018-12-27 behdad [aat] Minor
2018-12-27 behdad [vector] Remove use of arrayZ() by using casts
2018-12-27 behdad [vector] Remove static_array
2018-12-27 behdad [vector] Use allocated = -1 to signify failure
2018-12-27 ariza fix lealk with cff2::accelerator_templ_t::topDict (#1517)
2018-12-24 behdad [vector] Change pre-alloced count from 8 to 2
2018-12-23 behdad Fix a few warnings
2018-12-22 behdad [iter] Fix warning
2018-12-22 behdad [set] Add iter_t as alias to const_iter_t
2018-12-22 behdad [set] Change to const_iter
2018-12-22 behdad [set] Cache length in iterator
2018-12-22 ebrahim Minor, remove redundant inline
2018-12-22 ebrahim Minor, tweak spaces
2018-12-22 ariza CFF renaming (#1507)
2018-12-21 behdad [set] Actually derive iterator from hb_sorted_iter_t<>
2018-12-21 behdad [set] Implement unified iterator
2018-12-21 behdad [set] Mark some internals protected
2018-12-21 behdad [iter] Add hb_sorted_iter_t<>
2018-12-21 behdad [iter] Change operator[] operand to be signed
2018-12-21 behdad [array] Port to hb_iter_t<>
2018-12-21 behdad [iter] Change __more__ to fallback to __len__
2018-12-21 behdad [array/vector] Rename len to length
2018-12-21 behdad [iter] Split hb_iter_t<> into hb_iter_t<> and hb_iter_mixin_t<>
2018-12-21 behdad Adjust internal header dependencies
2018-12-21 behdad [Makefile.am] Minor
2018-12-21 behdad [iter] Include from hb.hh
2018-12-21 behdad [iter] Move hb_fill() and hb_copy() to hb-iter.hh
2018-12-21 behdad [iter] Disallow copy-construction or assignment of hb_iter_t<>
2018-12-21 behdad [iter] Fix hb_copy() return value
2018-12-21 behdad [iter] Add const_iter_t / const_iter()
2018-12-21 behdad [iter] Make hb_fill() take collection type, not iter
2018-12-21 behdad [array] Add more hb_array() / hb_sorted_array() variants
2018-12-21 behdad [serialize] Use component_list by reference, as a supplier
2018-12-21 behdad [iter] Add .random_access()
2018-12-21 behdad [iter] Fix __end__()
2018-12-21 behdad [array] Remove copy constructor
2018-12-21 behdad Fix bot
2018-12-21 behdad Minor
2018-12-21 behdad [iter] Fix test again
2018-12-21 behdad Minor
2018-12-21 behdad [iter] More prototyping
2018-12-21 behdad [iter] Make hb_fill() and hb_copy() take iterators
2018-12-21 behdad [iter] Add hb_fill()
2018-12-21 behdad [iter] Start prototyping hb_copy()
2018-12-21 behdad [iter] Showcase implicit casts
2018-12-21 behdad Rename
2018-12-21 behdad [iter] Rename
2018-12-21 behdad [iter] First sample use
2018-12-21 behdad [iter] Add bidirectionality
2018-12-21 behdad [iter] Sketch new iterator design
2018-12-21 behdad [iter] Add empty test
2018-12-21 behdad Revert "Remove unused hb-iter.hh"
2018-12-20 behdad [vector] Add operator bool
2018-12-20 behdad Rename
2018-12-20 behdad Remove unused typedef
2018-12-20 behdad 2.3.0
2018-12-20 behdad [serializer] Add operator <<
2018-12-20 behdad Add hb_assign(obj, value)
2018-12-20 behdad [serialize] Adjust ClassDef
2018-12-20 behdad Fix code on big-endian gcc / clang
2018-12-19 behdad Minor [skip ci]
2018-12-19 behdad [saitnize] Minor
2018-12-20 fanc999 Fix build on older Visual Studio versions (#1499)
2018-12-19 behdad [sanitize] Use hb_static_size instead of ::static_size
2018-12-19 ebrahim [test] Fix test-name-table.cc leak issue
2018-12-18 behdad [arrays] Add hb_ubytes_t for unsigned char
2018-12-18 behdad [arrays] Remove hb_supplier_t<>
2018-12-18 behdad [serialize] Propagate error from hb-face
2018-12-18 behdad [serialize] Streamline error propagation
2018-12-17 behdad Remove unused hb-iter.hh
2018-12-17 behdad [arrays] Minor tweaks to hb_supplier_t
2018-12-17 behdad [arrays] Rename Supplier to hb_supplier_t
2018-12-17 behdad Hide hb_addressof()
2018-12-17 behdad Enable __builtin_* on clang
2018-12-17 behdad Add hb_addressof() and use it to fix bug after hb_bytes_t merge
2018-12-17 behdad Enable system extensions in hb.hh
2018-12-17 philip.race Fix Solaris use after free (#1495)
2018-12-17 behdad Remove define GNU_SOURCE
2018-12-17 behdad Fix more warnings
2018-12-17 philip.race Fix Solaris Trailing comma in enum warnings (#1490)
2018-12-17 ebrahim Lower coretext_aat shaper priority (#1488)
2018-12-17 ebrahim Remove redundant void from C++ sources (#1486)
2018-12-17 ebrahim Minor, fix two more ArrayOf incorrect operator logic
2018-12-17 behdad [arrays] Minor fix
2018-12-17 behdad [array] Add cast operator to add const to Type
2018-12-17 behdad [array] Remove problematic constructor
2018-12-17 behdad [array] Add arithmetic operators
2018-12-17 behdad [array] Return Crap instead of Null if Type is not const
2018-12-17 behdad [array] Add operator *
2018-12-17 behdad [array] Add constructor from fixed-size array
2018-12-16 behdad [array] Organize
(...)

Created with:
  roll-dep src/third_party/harfbuzz-ng/src
R=bashi@chromium.org,behdad@chromium.org,behdad@google.com,drott@chromium.org,eae@chromium.org,jshin@chromium.org

Change-Id: I5c849e836fdb002678ac0ce5bd9016d5169e26e4
Reviewed-on: https://chromium-review.googlesource.com/c/1394312
Commit-Queue: Dominik Röttsches <drott@chromium.org>
Commit-Queue: Emil A Eklund <eae@chromium.org>
Reviewed-by: default avatarEmil A Eklund <eae@chromium.org>
Cr-Commit-Position: refs/heads/master@{#619689}
parent 4a101646
......@@ -177,7 +177,7 @@ vars = {
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling HarfBuzz
# and whatever else without interference from each other.
'harfbuzz_revision': '59345cdef38cf1f514a6a0eb6e8852350acb6166',
'harfbuzz_revision': '26c5b54fb09fb45e02c9c4618bcea4958c698953',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling catapult
# and whatever else without interference from each other.
......
......@@ -56,6 +56,7 @@ if (use_system_harfbuzz) {
"src/src/hb-aat-ltag-table.hh",
"src/src/hb-aat-map.cc",
"src/src/hb-aat-map.hh",
"src/src/hb-array.hh",
"src/src/hb-atomic.hh",
"src/src/hb-blob.cc",
"src/src/hb-blob.h",
......
Name: harfbuzz-ng
Short Name: harfbuzz-ng
URL: http://harfbuzz.org
Version: 2.2.0-298
Date: 20181207
Revision: 59345cdef38cf1f514a6a0eb6e8852350acb6166
Version: 2.3.0-64
Date: 20190103
Revision: 26c5b54fb09fb45e02c9c4618bcea4958c698953
Security Critical: yes
License: MIT
License File: src/COPYING
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment